Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: nvidia-guide.xml
Date: Wed, 26 Jul 2006 09:50:19
Message-Id: 20060726095006.A7E6364363@smtp.gentoo.org
1 rane 06/07/26 09:50:06
2
3 Modified: nvidia-guide.xml
4 Log:
5 there's nothing like /dev/nvidia, adding missing asterisks, thanks to kucrut for reporting
6
7 Revision Changes Path
8 1.30 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.30&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.30&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?r1=1.29&r2=1.30
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.29
18 retrieving revision 1.30
19 diff -u -r1.29 -r1.30
20 --- nvidia-guide.xml 26 May 2006 20:38:25 -0000 1.29
21 +++ nvidia-guide.xml 26 Jul 2006 09:50:06 -0000 1.30
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.29 2006/05/26 20:38:25 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.30 2006/07/26 09:50:06 rane Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/nvidia-guide.xml">
29 @@ -25,8 +25,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>1.25</version>
34 -<date>2006-05-26</date>
35 +<version>1.26</version>
36 +<date>2006-07-25</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -511,7 +511,7 @@
41 </pre>
42
43 <p>
44 -If your <path>/dev/nvidia</path> devices are still missing every time you
45 +If your <path>/dev/nvidia*</path> devices are still missing every time you
46 reboot, then it is most likely because udev is not automatically creating the
47 proper device nodes. You can fix this by re-running <c>NVmakedevices.sh</c>,
48 and then editing <path>/etc/conf.d/rc</path> as shown:
49 @@ -522,7 +522,7 @@
50 </pre>
51
52 <p>
53 -This will preserve your <path>/dev/nvidia</path> nodes even if you reboot.
54 +This will preserve your <path>/dev/nvidia*</path> nodes even if you reboot.
55 </p>
56
57 <note>
58 @@ -530,7 +530,7 @@
59 <c>nvidia-glx</c> from the 8xxx series. At the time of this writing, both are
60 still marked ~arch. These drivers no longer rely on hotplug or udev to create
61 the proper device nodes, so you won't need to run <c>NVmakedevices.sh</c>.
62 -Instead, the X driver itself will create your <path>/dev/nvidia</path> files
63 +Instead, the X driver itself will create your <path>/dev/nvidia*</path> files
64 when you start X. However, this will require you to use a recent kernel (2.6.14
65 and greater).
66 </note>
67
68
69
70 --
71 gentoo-doc-cvs@g.o mailing list