From owner-freebsd-questions@FreeBSD.ORG Mon Jun 8 00:11:58 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 EAE371065680 for ; Mon, 8 Jun 2009 00:11:58 +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 793488FC13 for ; Mon, 8 Jun 2009 00:11:58 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MDSSy-0002pi-2D for freebsd-questions@freebsd.org; Mon, 08 Jun 2009 00:11:56 +0000 Received: from pool-72-75-59-239.washdc.east.verizon.net ([72.75.59.239]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Jun 2009 00:11:56 +0000 Received: from nightrecon by pool-72-75-59-239.washdc.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Jun 2009 00:11:56 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Sun, 07 Jun 2009 20:13:30 -0400 Lines: 42 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-72-75-59-239.washdc.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 00:11:59 -0000 Carmel wrote: > I have an nVidia Geforce 6150LE chip on the motherboard. Should I > install the x11/nvidia-driver or the NV driver in > x11-drivers/xorg-drivers? Would it cause a conflict if I tried to > install both and do I even need both of them? > Install the nvidia driver if your install is i386 and not 64 bit. The nvidia driver doesn't work yet for 64 bit installs. The main reason to really want the nvidia driver is for desktop software such as KDE or Gnome. My experience with KDE is I wouldn't want to run it without the nvidia driver. You can install the nv driver as well. The two don't really interact with one another. You may install the nv first if you wish, then work on getting Xorg going, as this sometimes entails manually editing xorg.conf the hard way. I know Xorg is supposedly "automagic" these days, but for some reason or another I always seem to end up editing xorg.conf myself to get it to do what I want. 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. Sometimes with laptop built-in chips it can be difficult to get things going because of a non-standard resolution requiring a non-standard modeline. In such situations the nv xorg driver will probably be easier to get going. The ultimate fallback is VESA mode, but nobody wants that if it can be avoided. As to which of the ports you need - the regular nvidia-driver and not either of the 'legacy' versions should probably be used as per: http://us.download.nvidia.com/freebsd/180.60/README/appendix-e.html Bottom line is you can start with the nv first and change up to the nvidia- driver later. The two are not mutually exclusive, meaning even though you only utilize one, or the other, they can both coexist on the same system without difficulty. -Mike