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 udev-guide.xml
Date: Wed, 05 Aug 2009 15:44:10
Message-Id: E1MYieu-0005yt-EN@stork.gentoo.org
1 nightmorph 09/08/05 15:44:08
2
3 Modified: nvidia-guide.xml udev-guide.xml
4 Log:
5 Updated the rest of our guides for the modules.d-modprobe.d switch, bug 223885
6
7 Revision Changes Path
8 1.48 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.48&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.48&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?r1=1.47&r2=1.48
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.47
18 retrieving revision 1.48
19 diff -u -r1.47 -r1.48
20 --- nvidia-guide.xml 26 Jan 2009 08:20:48 -0000 1.47
21 +++ nvidia-guide.xml 5 Aug 2009 15:44:08 -0000 1.48
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.47 2009/01/26 08:20:48 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.48 2009/08/05 15:44:08 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.38</version>
34 -<date>2009-01-26</date>
35 +<version>1.39</version>
36 +<date>2009-08-05</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -530,14 +530,14 @@
41 The <c>nvidia</c> kernel module accepts a number of parameters (options) which
42 you can use to tweak the behaviour of the driver. Most of these are mentioned in
43 the documentation. To add or change the values of these parameters, edit the
44 -file <c>/etc/modules.d/nvidia</c>. Remember to run <c>update-modules</c> after
45 +file <c>/etc/modprobe.d/nvidia.conf</c>. Remember to run <c>update-modules</c> after
46 modifying this file, and bear in mind that you will need to reload the
47 <c>nvidia</c> module before the new settings take effect.
48 </p>
49
50 <pre caption="Adjusting nvidia options">
51 -<comment>(Edit /etc/modules.d/nvidia in your favourite editor)</comment>
52 -# <i>nano -w /etc/modules.d/nvidia</i>
53 +<comment>(Edit /etc/modprobe.d/nvidia.conf in your favourite editor)</comment>
54 +# <i>nano -w /etc/modprobe.d/nvidia.conf</i>
55 <comment>(Update module information)</comment>
56 # <i>update-modules</i>
57 <comment>(Unload the nvidia module...)</comment>
58
59
60
61 1.50 xml/htdocs/doc/en/udev-guide.xml
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.50&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.50&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.49&r2=1.50
66
67 Index: udev-guide.xml
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
70 retrieving revision 1.49
71 retrieving revision 1.50
72 diff -u -r1.49 -r1.50
73 --- udev-guide.xml 26 Jan 2009 09:28:37 -0000 1.49
74 +++ udev-guide.xml 5 Aug 2009 15:44:08 -0000 1.50
75 @@ -1,6 +1,6 @@
76 <?xml version='1.0' encoding="UTF-8"?>
77 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
78 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.49 2009/01/26 09:28:37 nightmorph Exp $ -->
79 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.50 2009/08/05 15:44:08 nightmorph Exp $ -->
80
81 <guide link="/doc/en/udev-guide.xml">
82 <title>Gentoo udev Guide</title>
83 @@ -23,8 +23,8 @@
84 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
85 <license/>
86
87 -<version>4</version>
88 -<date>2009-01-26</date>
89 +<version>5</version>
90 +<date>2009-08-05</date>
91
92 <chapter>
93 <title>What is udev?</title>
94 @@ -449,8 +449,8 @@
95 </p>
96
97 <pre caption="Specifying module parameters">
98 -# <i>echo "option snd-ice1724 index=0" >> /etc/modules.d/alsa</i>
99 -# <i>echo "option snd-ymfpci index=1" >> /etc/modules.d/alsa</i>
100 +# <i>echo "option snd-ice1724 index=0" >> /etc/modprobe.d/alsa.conf</i>
101 +# <i>echo "option snd-ymfpci index=1" >> /etc/modprobe.d/alsa.conf</i>
102 # <i>update-modules</i>
103 </pre>