Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: nvidia-guide.xml
Date: Sun, 11 Sep 2005 20:20:00
Message-Id: 200509112015.j8BKFcYC002912@robin.gentoo.org
1 jkt 05/09/11 20:19:36
2
3 Modified: xml/htdocs/doc/en nvidia-guide.xml
4 Log:
5 #101913, add example on how to reload module
6
7 Revision Changes Path
8 1.17 +14 -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.17&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.17&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.16&r2=1.17&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.16
18 retrieving revision 1.17
19 diff -u -r1.16 -r1.17
20 --- nvidia-guide.xml 15 Jul 2005 05:10:46 -0000 1.16
21 +++ nvidia-guide.xml 11 Sep 2005 20:19:36 -0000 1.17
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.16 2005/07/15 05:10:46 fox2mike Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.17 2005/09/11 20:19:36 jkt Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/nvidia-guide.xml">
29 @@ -22,8 +22,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>1.12</version>
34 -<date>2005-07-15</date>
35 +<version>1.13</version>
36 +<date>2005-09-11</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -371,6 +371,17 @@
41 <c>nvidia</c> module before the new settings take effect.
42 </p>
43
44 +<pre caption="Adjusting nvidia options">
45 +<comment>(Edit /etc/modules.d/nvidia in your favourite editor)</comment>
46 +# <i>nano -w /etc/modules.d/nvidia</i>
47 +<comment>(Update module information)</comment>
48 +# <i>modules-update</i>
49 +<comment>(Unload the nvidia module...)</comment>
50 +# <i>modprobe -r nvidia</i>
51 +<comment>(...and load it once again)</comment>
52 +# <i>modprobe nvidia</i>
53 +</pre>
54 +
55 </body>
56 </section>
57 <section>
58
59
60
61 --
62 gentoo-doc-cvs@g.o mailing list