Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: alsa-guide.xml gentoo-x86-tipsntricks.xml nvidia-guide.xml power-management-guide.xml
Date: Mon, 16 Apr 2007 05:40:29
Message-Id: E1HdJwQ-0002sg-Mq@stork.gentoo.org
1 nightmorph 07/04/16 05:39:54
2
3 Modified: alsa-guide.xml gentoo-x86-tipsntricks.xml
4 nvidia-guide.xml power-management-guide.xml
5 Log:
6 changed modules-update command to update-modules, per the runtime warning about modules-update being deprecated. weird. seems update-modules used to be the name anyway years ago, see lpi 101 part 2.
7
8 Revision Changes Path
9 1.76 xml/htdocs/doc/en/alsa-guide.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.76&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.76&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?r1=1.75&r2=1.76
14
15 Index: alsa-guide.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v
18 retrieving revision 1.75
19 retrieving revision 1.76
20 diff -u -r1.75 -r1.76
21 --- alsa-guide.xml 10 Mar 2007 13:02:28 -0000 1.75
22 +++ alsa-guide.xml 16 Apr 2007 05:39:54 -0000 1.76
23 @@ -1,5 +1,5 @@
24 <?xml version='1.0' encoding="UTF-8"?>
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.75 2007/03/10 13:02:28 jkt Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.76 2007/04/16 05:39:54 nightmorph Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -24,8 +24,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>2.18</version>
35 -<date>2007-02-17</date>
36 +<version>2.19</version>
37 +<date>2007-04-15</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -482,7 +482,7 @@
42 your sound card from a list. Once that's done, it will ask you permission to
43 automatically make required changes to <path>/etc/modules.d/alsa</path>.
44 It will then adjust your volume settings to optimum levels, run
45 -<c>modules-update</c> and start the <path>/etc/init.d/alsasound</path> service.
46 +<c>update-modules</c> and start the <path>/etc/init.d/alsasound</path> service.
47 Once <c>alsaconf</c> exits, you can proceed with setting up the ALSA
48 initscript.
49 </p>
50
51
52
53 1.24 xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?rev=1.24&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?rev=1.24&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?r1=1.23&r2=1.24
58
59 Index: gentoo-x86-tipsntricks.xml
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v
62 retrieving revision 1.23
63 retrieving revision 1.24
64 diff -u -r1.23 -r1.24
65 --- gentoo-x86-tipsntricks.xml 10 Apr 2007 06:48:59 -0000 1.23
66 +++ gentoo-x86-tipsntricks.xml 16 Apr 2007 05:39:54 -0000 1.24
67 @@ -1,6 +1,6 @@
68 <?xml version='1.0' encoding="UTF-8"?>
69 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
70 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.23 2007/04/10 06:48:59 nightmorph Exp $ -->
71 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.24 2007/04/16 05:39:54 nightmorph Exp $ -->
72
73 <guide link="/doc/en/gentoo-x86-tipsntricks.xml">
74 <title>Gentoo/x86 Installation Tips &amp; Tricks</title>
75 @@ -23,8 +23,8 @@
76 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
77 <license/>
78
79 -<version>1.13</version>
80 -<date>2007-04-09</date>
81 +<version>1.14</version>
82 +<date>2007-04-15</date>
83
84 <chapter>
85 <title>Introduction</title>
86 @@ -284,7 +284,7 @@
87 <pre caption="Adding all running modules to the modules.conf file">
88 # <i>cat /proc/modules | cut -d ' ' -f 1 &gt;&gt; \</i>
89 <i>/etc/modules.autoload.d/kernel-`uname -r | cut -d . -f -2`</i>
90 -# <i>modules-update</i>
91 +# <i>update-modules</i>
92 </pre>
93
94 </body>
95
96
97
98 1.40 xml/htdocs/doc/en/nvidia-guide.xml
99
100 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.40&view=markup
101 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.40&content-type=text/plain
102 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?r1=1.39&r2=1.40
103
104 Index: nvidia-guide.xml
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v
107 retrieving revision 1.39
108 retrieving revision 1.40
109 diff -u -r1.39 -r1.40
110 --- nvidia-guide.xml 24 Mar 2007 01:04:16 -0000 1.39
111 +++ nvidia-guide.xml 16 Apr 2007 05:39:54 -0000 1.40
112 @@ -1,5 +1,5 @@
113 <?xml version='1.0' encoding="UTF-8"?>
114 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.39 2007/03/24 01:04:16 nightmorph Exp $ -->
115 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.40 2007/04/16 05:39:54 nightmorph Exp $ -->
116 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
117
118 <guide link="/doc/en/nvidia-guide.xml">
119 @@ -28,8 +28,8 @@
120 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
121 <license/>
122
123 -<version>1.30</version>
124 -<date>2007-03-23</date>
125 +<version>1.31</version>
126 +<date>2007-04-15</date>
127
128 <chapter>
129 <title>Introduction</title>
130 @@ -325,7 +325,7 @@
131 want to have this done automatically each time you boot your system, so edit
132 <path>/etc/modules.autoload.d/kernel-2.6</path> (or <path>kernel-2.4</path>,
133 depending on which kernel version you use) and add <c>nvidia</c> to it. Don't
134 -forget to run <c>modules-update</c> afterwards.
135 +forget to run <c>update-modules</c> afterwards.
136 </p>
137
138 <impo>
139 @@ -334,8 +334,8 @@
140 depending on your kernel version).
141 </impo>
142
143 -<pre caption="Running modules-update">
144 -# <i>modules-update</i>
145 +<pre caption="Running update-modules">
146 +# <i>update-modules</i>
147 </pre>
148
149 </body>
150 @@ -557,7 +557,7 @@
151 The <c>nvidia</c> kernel module accepts a number of parameters (options) which
152 you can use to tweak the behaviour of the driver. Most of these are mentioned in
153 the documentation. To add or change the values of these parameters, edit the
154 -file <c>/etc/modules.d/nvidia</c>. Remember to run <c>modules-update</c> after
155 +file <c>/etc/modules.d/nvidia</c>. Remember to run <c>update-modules</c> after
156 modifying this file, and bear in mind that you will need to reload the
157 <c>nvidia</c> module before the new settings take effect.
158 </p>
159 @@ -566,7 +566,7 @@
160 <comment>(Edit /etc/modules.d/nvidia in your favourite editor)</comment>
161 # <i>nano -w /etc/modules.d/nvidia</i>
162 <comment>(Update module information)</comment>
163 -# <i>modules-update</i>
164 +# <i>update-modules</i>
165 <comment>(Unload the nvidia module...)</comment>
166 # <i>modprobe -r nvidia</i>
167 <comment>(...and load it once again)</comment>
168
169
170
171 1.26 xml/htdocs/doc/en/power-management-guide.xml
172
173 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/power-management-guide.xml?rev=1.26&view=markup
174 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/power-management-guide.xml?rev=1.26&content-type=text/plain
175 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/power-management-guide.xml?r1=1.25&r2=1.26
176
177 Index: power-management-guide.xml
178 ===================================================================
179 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v
180 retrieving revision 1.25
181 retrieving revision 1.26
182 diff -u -r1.25 -r1.26
183 --- power-management-guide.xml 15 Mar 2007 19:24:34 -0000 1.25
184 +++ power-management-guide.xml 16 Apr 2007 05:39:54 -0000 1.26
185 @@ -1,6 +1,6 @@
186 <?xml version='1.0' encoding="UTF-8"?>
187 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
188 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v 1.25 2007/03/15 19:24:34 nightmorph Exp $ -->
189 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v 1.26 2007/04/16 05:39:54 nightmorph Exp $ -->
190 <guide link="/doc/en/power-management-guide.xml">
191 <title>Power Management Guide</title>
192
193 @@ -10,6 +10,9 @@
194 <author title="Editor">
195 <mail link="chriswhite@g.o">Chris White</mail>
196 </author>
197 +<author title="Editor">
198 + <mail link="nightmorph@g.o">Joshua Saddler</mail>
199 +</author>
200
201 <abstract>
202 Power Management is the key to extend battery run time on mobile systems like
203 @@ -20,8 +23,8 @@
204 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
205 <license/>
206
207 -<version>1.31</version>
208 -<date>2007-02-20</date>
209 +<version>1.32</version>
210 +<date>2007-04-15</date>
211
212 <chapter>
213 <title>Introduction</title>
214 @@ -875,7 +878,7 @@
215 <pre caption="automatically loading the ibm_acpi module">
216 <comment>(Please read the warnings above before doing this!)</comment>
217 # <i>echo "options ibm_acpi experimental=1" >> /etc/modules.d/ibm_acpi</i>
218 -# <i>/sbin/modules-update</i>
219 +# <i>/sbin/update-modules</i>
220 # <i>echo ibm_acpi >> /etc/modules.autoload.d/kernel-2.6</i>
221 # <i>modprobe ibm_acpi</i>
222 </pre>
223
224
225
226 --
227 gentoo-doc-cvs@g.o mailing list