From owner-freebsd-questions@FreeBSD.ORG Sat Sep 17 14:24:54 2005 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 A228316A41F for ; Sat, 17 Sep 2005 14:24:54 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52D1443D45 for ; Sat, 17 Sep 2005 14:24:54 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 30551 invoked from network); 17 Sep 2005 14:24:53 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail21.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 17 Sep 2005 14:24:53 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 2CBF737; Sat, 17 Sep 2005 10:24:51 -0400 (EDT) Sender: lowell@be-well.ilk.org To: rsh.lists@comcast.net References: <432A0CA4.5030906@comcast.net> From: Lowell Gilbert Date: 17 Sep 2005 10:24:49 -0400 In-Reply-To: <432A0CA4.5030906@comcast.net> Message-ID: <44irwzkc0e.fsf@be-well.ilk.org> Lines: 43 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: nvidia drivers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 14:24:54 -0000 Sean writes: > I am using a test system and have been try to get the nvidia drivers > working. > > I am running freebsd 5.3 release, nvidia ultra 6800 256mb, and tried > installing the drivers using the port. > > Went through all the info I can find and tried various things and no luck. > > On a fresh install of 5.3, I installed te nvidia driver using the port > and after startx, (with no .xinitrc), it started fine. When I exited > this test there were two lines about this kernel (generic) and version > of FreeBSD not being able to support agp. > > I cvs'd up and rebuilt all ports. Kernel still running generic install > and now have the below error. > > dmesg does show the nvidia0: with various info after. > dmesg also show on the next line nvidia0: [giant-locked] > The final line of dmesg shows 'interrupt storm detected on "irq16: > nvidia0:; throttling interrupt source' > > Doing a startx, there is no .xinitrc in place, it fails. > One line shows 'nvidia: could not open the device file /dev/nvidiactl > (unknown error: 999). > The some lines about failing to initialize the NVIDIA kernel module, > and check to see if there is a supported GPU in the system. > > Also a line about Screen(s) found, but none have usable configuration. > Fatal server error: > no screens found. > > Checking the Xorg log it even states a NVIDIA GPU is found. > The only thing that catches my attention is that it states (II) > UnloadableModule "nvidia". > > Anyone have success getting the nidia driver to run? Start from the beginning. You need to get the nvidia kernel module loaded. That apparently means you need AGP in your kernel. It *was* in the GENERIC kernel for 5.3, so you need to look more closely into why it thinks that is a problem. Look at the error messages in detail.