From owner-freebsd-x11@FreeBSD.ORG Wed May 2 22:31:55 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D75A916A400 for ; Wed, 2 May 2007 22:31:55 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id BABC413C468 for ; Wed, 2 May 2007 22:31:55 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id l42MVrfW010515; Wed, 2 May 2007 18:31:54 -0400 (EDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-x11@freebsd.org Date: Wed, 2 May 2007 18:30:26 -0400 User-Agent: KMail/1.9.6 References: <7b0c7ad70705021516y66f553edh341310c895eacac6@mail.gmail.com> In-Reply-To: <7b0c7ad70705021516y66f553edh341310c895eacac6@mail.gmail.com> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705021830.26763.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Subject: Re: Nvidia how too? X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2007 22:31:55 -0000 On Wednesday 02 May 2007 06:16:17 pm David Kalliecharan wrote: > I would like to know how too install the Nvidia drivers for a Geforce 6150 > on a laptop, I am not sure which method to use, I do not have the laptop > yet I will in a day. Do I use the ports method in FreeBSD or do I download > the file off of Nvidia's and follow their instructions. I would like to > know the best solution, I prefer stable over an update (keeping in mind > compatibility with the geforce 6150) The reason I ask is because I am > unsure about any special configurations that may need to be applied to the > kernel or something else. If anyone can point me the right direction to go > I would really appreciate it. I would recommend using the port. It uses the same binary as the one you would download manually but also takes care of some other things for you (and you can use normal package management tools without fear of clobbering your manual installation). Check the hardware list in the README (http://us.download.nvidia.com/freebsd/1.0-9746/README/appendix-a.html) to see which version(s) of the driver support your chipset. There are now two "legacy" versions of the driver that support chipsets no longer supported in the newest versions. It looks like the geforce 6150 is supported in the newest version though so you should be fine. You shouldn't need any special kernel config, although it's helpful to be aware that the GENERIC kernel ships with FreeBSD agpgart enabled (device agp). Nvidia offers their own agpgart, but you need to disable or remove the native agpgart to use it. The README from nvidia is the most complete documentation for the driver and applies whether you install the driver from ports or manually. Give it a read.. JN