Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: nvidia-guide.xml
Date: Mon, 26 Jan 2009 08:20:50
Message-Id: E1LRMi8-00052E-8s@stork.gentoo.org
1 nightmorph 09/01/26 08:20:48
2
3 Modified: nvidia-guide.xml
4 Log:
5 update nvidia guide for new driver support for geforce 5 cards, bug 242308
6
7 Revision Changes Path
8 1.47 xml/htdocs/doc/en/nvidia-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.47&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.47&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?r1=1.46&r2=1.47
13
14 Index: nvidia-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v
17 retrieving revision 1.46
18 retrieving revision 1.47
19 diff -u -r1.46 -r1.47
20 --- nvidia-guide.xml 14 Sep 2008 05:12:23 -0000 1.46
21 +++ nvidia-guide.xml 26 Jan 2009 08:20:48 -0000 1.47
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.46 2008/09/14 05:12:23 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.47 2009/01/26 08:20:48 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/nvidia-guide.xml">
29 @@ -28,8 +28,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>1.37</version>
34 -<date>2008-09-13</date>
35 +<version>1.38</version>
36 +<date>2009-01-26</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -69,21 +69,27 @@
41 </p>
42
43 <p>
44 -Newer cards such as the GeForce 8, 7, 6, and FX 5 series should use the newer
45 -drivers from the 100.x series.
46 +Newer cards such as the GeForce 9, 8, 7, and 6 series should use the latest
47 +drivers.
48 </p>
49
50 <p>
51 -Older cards such as the GeForce 3 or GeForce 4 series require the 96.x drivers.
52 +Older cards such as the GeForce FX 5 series should use the 173.x drivers, such
53 +as <c>nvidia-drivers-173.14.15</c>. For these cards, you should mask
54 +<c>>=x11-drivers/nvidia-drivers-174.00</c> in your
55 +<path>/etc/portage/package.mask</path> file. This will prevent newer versions of
56 +the driver which are incompatible with your card from being installed.
57 +</p>
58 +
59 +<p>
60 +Old cards such as the GeForce 3 or GeForce 4 series require the 96.x drivers.
61 For these cards, you should mask <c>>=x11-drivers/nvidia-drivers-97.00</c> in
62 -your <path>/etc/portage/package.mask</path> file. This will prevent newer
63 -versions of the driver which are incompatible with your card from being
64 -installed.
65 +your <path>/etc/portage/package.mask</path> file.
66 </p>
67
68 <p>
69 -Old NV2x-based cards (such as TNT, TNT2, GeForce, and GeForce 2) require the
70 -older 71.x drivers (such as <c>nvidia-drivers-71.86.01</c>). For these cards,
71 +The oldest NV2x-based cards (such as TNT, TNT2, GeForce, and GeForce 2) require the
72 +71.x drivers (such as <c>nvidia-drivers-71.86.01</c>). For these cards,
73 you should mask <c>>=x11-drivers/nvidia-drivers-87.00</c> in
74 <path>/etc/portage/package.mask</path>.
75 </p>