From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
by nuthatch.gentoo.org with esmtp (Exim 4.67)
(envelope-from )
id 1ICVvV-0003Hk-2P
for garchives@archives.gentoo.org; Sun, 22 Jul 2007 07:32:25 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l6M7W6ne003683;
Sun, 22 Jul 2007 07:32:06 GMT
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l6M7W4Ie003642
for ; Sun, 22 Jul 2007 07:32:05 GMT
Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133])
(using TLSv1 with cipher AES256-SHA (256/256 bits))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with ESMTP id 64D6C64471
for ; Sun, 22 Jul 2007 07:32:04 +0000 (UTC)
Received: from nightmorph by stork.gentoo.org with local (Exim 4.60)
(envelope-from )
id 1ICVvG-0001iu-Uz
for gentoo-doc-cvs@lists.gentoo.org; Sun, 22 Jul 2007 07:32:11 +0000
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: nvidia-guide.xml
Message-Id:
From: Josh Saddler
Date: Sun, 22 Jul 2007 07:32:10 +0000
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-doc-cvs@gentoo.org
Reply-to: docs-team@lists.gentoo.org
X-Archives-Salt: 3b0e4c31-2f3a-4cc6-ac7f-9bb6232e4fc6
X-Archives-Hash: 24d4fcf0e7c31a209c3a4aa5946ee545
nightmorph 07/07/22 07:32:10
Modified: nvidia-guide.xml
Log:
update nvidia references as nvidia-legacy-drivers is deprecated and will be removed. nvidia-drivers now contains every available version. see Cardoe's message to gentoo-dev for more information.
Revision Changes Path
1.41 xml/htdocs/doc/en/nvidia-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?r1=1.40&r2=1.41
Index: nvidia-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- nvidia-guide.xml 16 Apr 2007 05:39:54 -0000 1.40
+++ nvidia-guide.xml 22 Jul 2007 07:32:10 -0000 1.41
@@ -1,5 +1,5 @@
-
+
@@ -8,11 +8,11 @@
Sven Vermeulen
-
- M Curtis Napier
+
+ Joshua Saddler
- Joshua Saddler
+ M Curtis Napier
Chris Gianelloni
@@ -28,8 +28,8 @@
-1.31
-2007-04-15
+1.32
+2007-07-22
Introduction
@@ -42,22 +42,29 @@
to the card. The drivers consist of two parts, a kernel module, and an X11
driver. Both parts are included in a single package. Due to the way nVidia has
been packaging their drivers, you will need to make some choices before you
-install the drivers. Currently, there are two driver packages in the tree. The
-first, nvidia-drivers, is the latest drivers from nVidia and includes
-support for the latest cards. The second, nvidia-legacy-drivers, supports
-older cards, from the original TNT through the GeForce 6800. However, this
-driver does not support the latest features of the newer cards. You should only
-use nvidia-legacy-drivers if your cards is not supported in the
-nvidia-drivers package.
+install the drivers.
+
+
+
+Currently, there are two driver packages in the tree, though this will be
+reduced to just one package in the near future. The first,
+nvidia-drivers, contains the latest drivers from nVidia with support for
+all cards, with several versions available depending on how old your
+card is. It uses an eclass to detect what kind of card you're running so that it
+installs the proper version. The second package, nvidia-legacy-drivers,
+supports older cards. It is deprecated in favor of the all-inclusive
+nvidia-drivers package, which contains the same driver version(s). Do
+not install nvidia-legacy-drivers; it's only kept in the tree to give
+its current users time to switch over to the new package. You should only use
+nvidia-drivers, as explained in the next chapter.
Previously, Gentoo provided separate ebuilds for the nVidia kernel module
(nvidia-kernel) and the X11 GLX libraries (nvidia-glx). These
ebuilds have since been removed from the Portage tree in favor of
-nvidia-drivers and nvidia-legacy-drivers. If you use
-nvidia-kernel and nvidia-glx, then you should migrate to the
-newer packages.
+nvidia-drivers. If you use nvidia-kernel and nvidia-glx,
+then you should migrate to the newer packages.
-The nvidia-drivers and nvidia-legacy-drivers ebuilds automatically
-discover your kernel version based on the /usr/src/linux symlink.
-Please ensure that you have this symlink pointing to the correct sources and
-that your kernel is correctly configured. Please refer to the "Configuring the
-Kernel" section of the Installation Handbook
-for details on configuring your kernel.
+The nvidia-drivers ebuild automatically discovers your kernel version
+based on the /usr/src/linux symlink. Please ensure that you have
+this symlink pointing to the correct sources and that your kernel is correctly
+configured. Please refer to the "Configuring the Kernel" section of the Installation Handbook for details on configuring
+your kernel.
-If you are using gentoo-sources-2.6.11-r6, your /usr/src directory
-might look something like this:
+First, you'll need to emerge eselect (if you don't already have it). If
+you are using gentoo-sources-2.6.18-r4, your kernel listing might look
+something like this:
-# cd /usr/src
-# ls -l
-(Check that linux points to the right directory)
-lrwxrwxrwx 1 root root 22 Apr 23 18:33 linux -> linux-2.6.11-gentoo-r6
-drwxr-xr-x 4 root root 120 Apr 8 18:56 linux-2.4.26-gentoo-r4
-drwxr-xr-x 18 root root 664 Dec 31 16:09 linux-2.6.10
-drwxr-xr-x 18 root root 632 Mar 3 12:27 linux-2.6.11
-drwxr-xr-x 19 root root 4096 Mar 16 22:00 linux-2.6.11-gentoo-r6
+# eselect kernel list
+Available kernel symlink targets:
+ [1] linux-2.6.18-gentoo-r4 *
+ [2] linux-2.6.20-gentoo-r7
+ [3] linux-2.6.20-gentoo-r8
+(Verify that the right kernel is marked with an asterisk
-In the above output, you'll notice that the linux symlink is pointing
-to the linux-2.6.11-gentoo-r6 kernel.
+In the above output, you'll notice that the linux-2.6.18-gentoo-r4 kernel
+is marked with an asterisk (*) to show that it is the symlinked kernel.
If the symlink is not pointing to the correct sources, you must update the link
-like this:
+by selecting the number of your desired kernel sources, as in the example
+above.
-# cd /usr/src
-# ln -snf linux-2.6.11-gentoo-r6 linux
+(Select the correct kernel)
+# eselect kernel set 1