From owner-freebsd-current@FreeBSD.ORG Wed Jun 18 07:04:54 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C8E037B401 for ; Wed, 18 Jun 2003 07:04:54 -0700 (PDT) Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBA5843FB1 for ; Wed, 18 Jun 2003 07:04:53 -0700 (PDT) (envelope-from culverk@yumyumyum.org) Received: by mailhub.yumyumyum.org (Postfix, from userid 1001) id 8D5852C9; Wed, 18 Jun 2003 10:05:06 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mailhub.yumyumyum.org (Postfix) with ESMTP id 887292B9; Wed, 18 Jun 2003 10:05:06 -0400 (EDT) Date: Wed, 18 Jun 2003 10:05:06 -0400 (EDT) From: Kenneth Culver To: walt In-Reply-To: <3EF06972.3080104@myrealbox.com> Message-ID: <20030618100405.W78954@alpha.yumyumyum.org> References: <200306180914.22834.jrh@it.uc3m.es> <3EF06972.3080104@myrealbox.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org cc: Juan Rodriguez Hervella Subject: Re: NVidia kernel driver support for FreeBSD-5.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 14:04:54 -0000 > #pciconf -l -v > > none1@pci0:12:0: class=0x030000 card=0x00000000 chip=0x002d10de rev=0x15 hdr=0x00 > vendor = 'NVIDIA Corporation' > device = 'NV5 TNT2 Model 64 / TNT2 Model 64 Pro' > > This is my video card, which sounds just like yours. I have it working > fine with the native XFree 'nv' module, but two caveats: The nv module won't support 3d acceleration. IF you want 3d accel, you have to use nvidia's binary driver. > > First, once you have installed the driver from NVidia, your /usr/X11 > tree will contain files that prevent the native 'nv' module from working. > I was never able to figure out which files were responsible so I finally > deleted the entire /usr/X11 tree and reinstalled everything from scratch. > > Second, you must be very careful which modules you load in your XF86Config. > There is at least one module which will prevent everything from working-- > unfortuneately I can't remember which one :0( > > Section "Module" > Load "extmod" > Load "xie" > Load "pex5" > Load "dbe" > Load "record" > Load "xtrap" > Load "speedo" > # Load "glx" > Load "type1" > Load "freetype" > EndSection > > Notice that I have 'glx' commented out -- I think that's the reason I > did that, but it was a long time ago. You did it because the nvidia binary drivers require you to. Ken