From owner-freebsd-current@FreeBSD.ORG Wed Jun 18 06:59:41 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 6517337B401 for ; Wed, 18 Jun 2003 06:59:41 -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 6D71143F93 for ; Wed, 18 Jun 2003 06:59:40 -0700 (PDT) (envelope-from culverk@yumyumyum.org) Received: by mailhub.yumyumyum.org (Postfix, from userid 1001) id 11EC6274; Wed, 18 Jun 2003 09:59:52 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mailhub.yumyumyum.org (Postfix) with ESMTP id 0649D253; Wed, 18 Jun 2003 09:59:52 -0400 (EDT) Date: Wed, 18 Jun 2003 09:59:51 -0400 (EDT) From: Kenneth Culver To: Juan Rodriguez Hervella In-Reply-To: <200306180914.22834.jrh@it.uc3m.es> Message-ID: <20030618095835.U78954@alpha.yumyumyum.org> References: <200306180914.22834.jrh@it.uc3m.es> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org 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:59:41 -0000 > 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. > Try using the port of the driver instead of doing things manually: cd /usr/ports/x11/nvidia-driver make make install That should apply the proper patches to the kernel part of the driver. If it doesn't, it's possible your ports tree is out of date. Ken