From owner-freebsd-questions@FreeBSD.ORG Mon Nov 28 10:08:44 2005 Return-Path: X-Original-To: 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 E311116A426 for ; Mon, 28 Nov 2005 10:08:44 +0000 (GMT) (envelope-from christopher.illies@ki.se) Received: from humle.it.ki.se (humle.it.ki.se [130.237.101.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id D796043D68 for ; Mon, 28 Nov 2005 10:08:43 +0000 (GMT) (envelope-from christopher.illies@ki.se) Received: from Klabautermann.ks.se (gate2.ks.se [193.10.63.101]) by humle.it.ki.se (8.13.1/8.13.1) with ESMTP id jASA8dwD019738; Mon, 28 Nov 2005 11:08:40 +0100 (MET) Received: by Klabautermann.ks.se (Postfix, from userid 1001) id AC36DC331; Mon, 28 Nov 2005 11:11:40 +0100 (CET) Date: Mon, 28 Nov 2005 11:11:40 +0100 From: Christopher Illies To: Remington Message-ID: <20051128101140.GA69055@Klabautermann.ks.se> References: <1133159840.646.6.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1133159840.646.6.camel@localhost.localdomain> User-Agent: Mutt/1.4.2.1i Cc: questions@freebsd.org Subject: Re: nvidia-driver weirdness 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: Mon, 28 Nov 2005 10:08:45 -0000 On Sun, Nov 27, 2005 at 10:37:20PM -0800, Remington wrote: > Im sure this is a repeat post or I'm missing something stupid. Xorg > keeps randlonly locking and hard rebooting my machine when the nvidia > xorg driver is loaded. It can keep running for a few minutes, or take a > few hours before the lockup can occur. > > I have commented out device agp out of my kernel config, and likewise > kept it in there, both with no luck. I've also tried NvAGP set to both > 1, and 2 with no luck > > Driver "nvidia" > VendorName "NVIDIA" > BoardName "Geforce 6800 GT" > Option "NvAGP" "2" > BusID "PCI:1:0:0" > > Any assitance would be great, after an extensive google search I got > nothing. Did you try disabling AGP completely with Option "NvAGP" "0"? That is what helped in my case (screen frozen, but mouse pointer moves bug). HTH, Christopher