From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OYlaA-0007pa-5X for garchives@archives.gentoo.org; Tue, 13 Jul 2010 19:55:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0673DE0D2C; Tue, 13 Jul 2010 19:55:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BA366E0D19 for ; Tue, 13 Jul 2010 19:55:53 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 489991B4375 for ; Tue, 13 Jul 2010 19:55:53 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2104) id 067E32CE14; Tue, 13 Jul 2010 19:55:51 +0000 (UTC) From: "Joshua Saddler (nightmorph)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: nvidia-guide.xml X-VCS-Repository: gentoo X-VCS-Files: nvidia-guide.xml X-VCS-Directories: xml/htdocs/doc/en X-VCS-Committer: nightmorph X-VCS-Committer-Name: Joshua Saddler Content-Type: text/plain; charset=utf8 Message-Id: <20100713195552.067E32CE14@corvid.gentoo.org> Date: Tue, 13 Jul 2010 19:55:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 874a1910-dd4d-4807-90bb-f3cf3b2ead30 X-Archives-Hash: 7ddd46c7303b3bc30135ab154a9e6368 nightmorph 10/07/13 19:55:51 Modified: nvidia-guide.xml Log: update nvidia driver installation instructions, link to xorg-server gui= de, fix kernel stuff. bug 307481. Revision Changes Path 1.50 xml/htdocs/doc/en/nvidia-guide.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/nvid= ia-guide.xml?rev=3D1.50&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/nvid= ia-guide.xml?rev=3D1.50&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/nvid= ia-guide.xml?r1=3D1.49&r2=3D1.50 Index: nvidia-guide.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- nvidia-guide.xml 14 May 2010 22:22:26 -0000 1.49 +++ nvidia-guide.xml 13 Jul 2010 19:55:51 -0000 1.50 @@ -1,5 +1,5 @@ - + =20 @@ -28,8 +28,8 @@ =20 -1.40 -2010-05-14 +1.41 +2010-07-13 =20 Introduction @@ -219,22 +219,22 @@

=20

-First, you'll need to emerge eselect (if you don't already have i= t). If -you are using gentoo-sources-2.6.18-r4, your kernel listing might= look +First, you'll need to choose the right kernel source using eselect. If +you are using gentoo-sources-2.6.34-r1, your kernel listing might= look something like this:

=20
 # 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
+  [1]   linux-2.6.34-gentoo-r1 *
+  [2]   linux-2.6.33-gentoo-r2
+  [3]   linux-2.6.32.9
 (Verify that the right kernel is marked with an asterisk
 
=20

-In the above output, you'll notice that the linux-2.6.18-gentoo-r4 kernel +In the above output, you'll notice that the linux-2.6.34-gentoo-r1 kernel is marked with an asterisk (*) to show that it is the symlinked k= ernel.

=20 @@ -256,28 +256,29 @@ =20

-Now it's time to install the drivers. +Now it's time to install the drivers. You can do this by first following= the +X Server Configuration HOWTO= and +setting VIDEO_CARDS=3D"nvidia" in /etc/make.conf. Wh= en you +install the X server, it will then install the right version of +nvidia-drivers for you.

=20 -
-# emerge nvidia-drivers
-
- -The drivers can be installed with the gtk USE flag set. This will= install +The drivers can be installed with the gtk USE flag set in +/etc/make.conf. This will install media-video/nvidia-settings, a handy graphical tool for monitorin= g and configuring several aspects of your nVidia card. =20 Every time you compile a new ke= rnel -or recompile the current one, you will need to run emerge nvidia-driv= ers -to reinstall the nVidia modules. An easier way to keep track of modules -installed by ebuilds (such as nvidia-drivers) is to install -sys-kernel/module-rebuild. Once you've installed it, simply run -module-rebuild populate to populate its database with a list of p= ackages -to be rebuilt. Once you've finished compiling or recompiling a kernel, j= ust run -module-rebuild rebuild to rebuild the drivers for your new kernel= . +or recompile the current one, you will need to reinstall the nVidia kern= el +modules. An easy way to keep track of modules installed by ebuilds (such= as +nvidia-drivers) is to install sys-kernel/module-rebuild. O= nce +you've installed it, simply run module-rebuild populate to popula= te its +database with a list of packages to be rebuilt. Once you've finished com= piling +or recompiling a kernel, just run module-rebuild rebuild to rebui= ld the +drivers for your new kernel. =20