From owner-freebsd-current@FreeBSD.ORG Wed Jun 18 06:30:23 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 C2FFD37B401 for ; Wed, 18 Jun 2003 06:30:23 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E9A343F93 for ; Wed, 18 Jun 2003 06:30:23 -0700 (PDT) (envelope-from wa1ter@myrealbox.com) Received: from myrealbox.com wa1ter@smtp-send.myrealbox.com [64.175.104.255] $ on Novell NetWare via secured & encrypted transport (TLS); Wed, 18 Jun 2003 06:30:22 -0700 Message-ID: <3EF06972.3080104@myrealbox.com> Date: Wed, 18 Jun 2003 06:30:26 -0700 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4b) Gecko/20030517 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Juan Rodriguez Hervella , freebsd-current@freebsd.org References: <200306180914.22834.jrh@it.uc3m.es> In-Reply-To: <200306180914.22834.jrh@it.uc3m.es> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 13:30:24 -0000 Juan Rodriguez Hervella wrote: > Hello: > > I've got a PCI-NVidia Riva TNT 64 video card at home, > and I've tried to compile the drivers but it doesn't work, > and after changing the source to let the compilation progress, > when the module is loaded I've received a "kernel panic". > > Im using FreeBSD-5.1 with XFree86-4.3, what can I do > to solve this issue ? I can not run the X system using > the "nv" driver, my computer hangs up. #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: 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.