1 |
swift 06/01/21 12:54:59 |
2 |
|
3 |
Modified: xml/htdocs/doc/en nvidia-guide.xml |
4 |
Log: |
5 |
Adding NVmakedevices.sh to troubleshooting section; many reports (Alex Wauck, Johan Vansteenbergen, Chris Rosenberg) |
6 |
|
7 |
Revision Changes Path |
8 |
1.22 +21 -3 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.22&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.22&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.21&r2=1.22&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.21 |
18 |
retrieving revision 1.22 |
19 |
diff -u -r1.21 -r1.22 |
20 |
--- nvidia-guide.xml 13 Jan 2006 16:06:46 -0000 1.21 |
21 |
+++ nvidia-guide.xml 21 Jan 2006 12:54:58 -0000 1.22 |
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.21 2006/01/13 16:06:46 neysx Exp $ --> |
25 |
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.22 2006/01/21 12:54:58 swift 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.17</version> |
34 |
-<date>2006-01-13</date> |
35 |
+<version>1.18</version> |
36 |
+<date>2006-01-21</date> |
37 |
|
38 |
<chapter> |
39 |
<title>Introduction</title> |
40 |
@@ -425,6 +425,24 @@ |
41 |
|
42 |
</body> |
43 |
</section> |
44 |
+<section> |
45 |
+<title> |
46 |
+ I get "no screens found" and the logs state "Failed to initialize the NVIDIA |
47 |
+ kernel module!" |
48 |
+</title> |
49 |
+<body> |
50 |
+ |
51 |
+<p> |
52 |
+You're most likely missing the <path>/dev/nvidia*</path> device files. Create |
53 |
+them using <c>NVmakedevices.sh</c>: |
54 |
+</p> |
55 |
+ |
56 |
+<pre caption="Creating the nvidia device drivers"> |
57 |
+# <i>/sbin/NVmakedevices.sh</i> |
58 |
+</pre> |
59 |
+ |
60 |
+</body> |
61 |
+</section> |
62 |
</chapter> |
63 |
|
64 |
<chapter> |
65 |
|
66 |
|
67 |
|
68 |
-- |
69 |
gentoo-doc-cvs@g.o mailing list |