Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: nvidia-guide.xml
Date: Sun, 05 Mar 2006 12:03:16
Message-Id: 200603051203.k25C301s013706@robin.gentoo.org
1 nightmorph 06/03/05 12:02:59
2
3 Modified: nvidia-guide.xml
4 Log:
5 Added more nVidia troubleshooting info for bug 117950
6
7 Revision Changes Path
8 1.26 xml/htdocs/doc/en/nvidia-guide.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.26&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.26&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nvidia-guide.xml.diff?r1=1.25&r2=1.26&cvsroot=gentoo
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.25
18 retrieving revision 1.26
19 diff -u -r1.25 -r1.26
20 --- nvidia-guide.xml 4 Mar 2006 06:35:31 -0000 1.25
21 +++ nvidia-guide.xml 5 Mar 2006 12:02:59 -0000 1.26
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.25 2006/03/04 06:35:31 fox2mike Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.26 2006/03/05 12:02:59 nightmorph 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.21</version>
34 -<date>2006-03-04</date>
35 +<version>1.22</version>
36 +<date>2006-03-05</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -493,6 +493,31 @@
41 # <i>/sbin/NVmakedevices.sh</i>
42 </pre>
43
44 +<p>
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 +</p>
50 +
51 +<pre caption="Editing /etc/conf.d/rc">
52 +RC_DEVICE_TARBALL="yes"
53 +</pre>
54 +
55 +<p>
56 +This will preserve your <path>/dev/nvidia</path> nodes even if you reboot.
57 +</p>
58 +
59 +<note>
60 +Alternatively, you might try emerging the latest <c>nvidia-kernel</c> and
61 +<c>nvidia-glx</c> from the 8xxx series. At the time of this writing, both are
62 +still marked ~arch. These drivers no longer rely on hotplug or udev to create
63 +the proper device nodes, so you won't need to run <c>NVmakedevices.sh</c>.
64 +Instead, the X driver itself will create your <path>/dev/nvidia</path> files
65 +when you start X. However, this will require you to use a recent kernel (2.6.14
66 +and greater).
67 +</note>
68 +
69 </body>
70 </section>
71 </chapter>
72
73
74
75 --
76 gentoo-doc-cvs@g.o mailing list