From owner-freebsd-questions@FreeBSD.ORG Mon Jun 8 17:58:46 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 452241065689 for ; Mon, 8 Jun 2009 17:58:46 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id D275F8FC13 for ; Mon, 8 Jun 2009 17:58:45 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MDj7J-0002UY-DT for freebsd-questions@freebsd.org; Mon, 08 Jun 2009 17:58:41 +0000 Received: from pool-68-239-70-200.res.east.verizon.net ([68.239.70.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Jun 2009 17:58:41 +0000 Received: from nightrecon by pool-68-239-70-200.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Jun 2009 17:58:41 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Mon, 08 Jun 2009 14:00:22 -0400 Lines: 30 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-68-239-70-200.res.east.verizon.net Sender: news Subject: Re: Which nVidea driver to install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2009 17:58:46 -0000 Carmel wrote: > On Sun, 07 Jun 2009 20:13:30 -0400 > Michael Powell wrote: > > [snip] > >>The nv can easily be installed along with Xorg. The nvidia driver is >>more complex as it relies on the linuxolator to function, so there is >>a larger number of dependencies. But when it comes time to change from >>nv to nvidia it is just a line or two in the xorg.conf. > > Thanks for you assistance. BTW, what lines should I modify if I do > decide to install the nVidia driver at some point? I will install the > NV driver and get the desktop working. > Section "Device" # Driver "nv" Driver "nvidia" Just change "nv" to "nvidia", and perhaps in Section "Module" Load "glx" if you need to. Also notice what RW said; I am behind the times wrt to how things have changed. -Mike