From owner-freebsd-amd64@FreeBSD.ORG Fri Mar 23 15:08:19 2007 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6CAF516A402; Fri, 23 Mar 2007 15:08:19 +0000 (UTC) (envelope-from freebsd-amd64@calaquendi.org) Received: from postfix1-g20.free.fr (postfix1-g20.free.fr [212.27.60.42]) by mx1.freebsd.org (Postfix) with ESMTP id 3121C13C480; Fri, 23 Mar 2007 15:08:19 +0000 (UTC) (envelope-from freebsd-amd64@calaquendi.org) Received: from smtp3-g19.free.fr (smtp3-g19.free.fr [212.27.42.29]) by postfix1-g20.free.fr (Postfix) with ESMTP id D4619BF9F7E; Fri, 23 Mar 2007 15:40:06 +0100 (CET) Received: from [192.168.0.2] (calaquendi.org [82.67.146.3]) by smtp3-g19.free.fr (Postfix) with ESMTP id B69955B351; Fri, 23 Mar 2007 15:40:05 +0100 (CET) Message-ID: <4603E6C9.1090007@calaquendi.org> Date: Fri, 23 Mar 2007 15:40:09 +0100 From: Julien Cassignol User-Agent: Thunderbird 1.5.0.10 (X11/20070316) MIME-Version: 1.0 To: freebsd-amd64@FreeBSD.org, freebsd-current@FreeBsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Very slow performance while compiling/using X software on AMD64/Nforce3 7.0-CURRENT X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2007 15:08:19 -0000 Hi, I installed -CURRENT recently on a AMD64/Asus K8N, buildworld'ed/buildkernel'ed without the debugging stuff, and I've got several problems. I was running Gentoo before, and everything was running smoothly. I was able to, for example, playing music while compiling, or using firefox. Right now, when I try to play music while compiling, I've got lag. It clicks, and I'm unable to listen to music normally. When Firefox loads a page, it clicks too. Simple operations like changing of virtual desktops give the same result. I first suspected the scheduler. I used 4BSD, tried to switch tu ULE2. It was worst. I then tried CORE, same thing. I then checked DMA : # sysctl -a | grep dma [snip] hw.ata.atapi_dma: 1 hw.ata.ata_dma: 1 # atacontrol mode ad0 current mode = UDMA100 Seems to run normally. As I'm fairly new to the BSD world, I don't know what to check or suspect. I've spotted weird CPU usage by xorg, or by software supposed to be lightweight (xfterminal for example, while compiling and scrolling the window gave me heavy load). Standard xorg port, and modular xorg gave me the same result (I'm currently running under modular). I suspect that my configuration (MergedFB on ATI Radeon 9200) could be a problem. Is there anything to check to look for the right cause of this problem ? You can find my kernel config file, my xorg.conf, an output of dmesg, and lspci right there : http://www.calaquendi.org/freebsd/ Thanks, -- Julien Cassignol.