From owner-freebsd-questions@FreeBSD.ORG Sun May 28 14:53:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FECE16AFC9 for ; Sun, 28 May 2006 14:53:15 +0000 (UTC) (envelope-from shawnh@f2s.com) Received: from outmail.freedom2surf.net (outmail1.freedom2surf.net [194.106.33.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34BBE43D58 for ; Sun, 28 May 2006 14:53:14 +0000 (GMT) (envelope-from shawnh@f2s.com) Received: from freeBSD (i-83-67-13-3.freedom2surf.net [83.67.13.3]) by outmail.freedom2surf.net (Postfix) with ESMTP id 32F703A412C for ; Sun, 28 May 2006 15:53:13 +0100 (BST) Date: Sun, 28 May 2006 15:54:06 +0100 From: Shawn To: freebsd-questions@freebsd.org Message-ID: <20060528155406.369efa7e@freeBSD> In-Reply-To: <20060528132805.475e8850@freeBSD> References: <20060527011413.738aecd3@freeBSD> <20060528001836.GA42222@ibm.maison> <20060528050235.GA19706@xor.obsecurity.org> <20060528132805.475e8850@freeBSD> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Strange pauses and cpu usage - FreeBSD 6.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2006 14:53:19 -0000 OK, so I was using top to monitor what was going on inside the system and I noticed that it was in fact xorg taking up all the cpu, no matter what program actually was causing it. I searched around for nvidia xorg.conf settings and found a few things. I recompiled my kernel without agp and put the following in xorg.conf: Option "NvAGP" "1" And this has solved the problem completely. I have always used the built in agp support when using linux (agpgart?) but doing this has cured the ill mouse behaviour completely, and boosted glxgears a few hundred fps. Again, thanks for all the help!