Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: dri-howto.xml faq.xml gentoo-x86-tipsntricks.xml migration-to-2.6.xml nvidia-guide.xml udev-guide.xml vdr-guide.xml
Date: Sun, 11 Sep 2011 08:43:31
Message-Id: 20110911084318.7F7312004C@flycatcher.gentoo.org
1 swift 11/09/11 08:43:18
2
3 Modified: dri-howto.xml faq.xml gentoo-x86-tipsntricks.xml
4 migration-to-2.6.xml nvidia-guide.xml
5 udev-guide.xml vdr-guide.xml
6 Log:
7 Fix bug #382457 - Update all references to outdated /etc/modules.autoload.d
8
9 Revision Changes Path
10 1.49 xml/htdocs/doc/en/dri-howto.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/dri-howto.xml?rev=1.49&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/dri-howto.xml?rev=1.49&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/dri-howto.xml?r1=1.48&r2=1.49
15
16 Index: dri-howto.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v
19 retrieving revision 1.48
20 retrieving revision 1.49
21 diff -u -r1.48 -r1.49
22 --- dri-howto.xml 23 Mar 2011 09:34:13 -0000 1.48
23 +++ dri-howto.xml 11 Sep 2011 08:43:18 -0000 1.49
24 @@ -1,6 +1,6 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.48 2011/03/23 09:34:13 nightmorph Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.49 2011/09/11 08:43:18 swift Exp $ -->
29
30 <guide>
31 <title>Hardware 3D Acceleration Guide</title>
32 @@ -24,8 +24,8 @@
33 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
34 <license/>
35
36 -<version>4</version>
37 -<date>2011-03-23</date>
38 +<version>5</version>
39 +<date>2011-09-11</date>
40
41 <chapter>
42 <title>Introduction</title>
43 @@ -239,23 +239,23 @@
44 </body>
45 </section>
46 <section>
47 -<title>Changes to modules.autoload.d</title>
48 +<title>Changes to /etc/conf.d/modules</title>
49 <body>
50
51 <p>
52 You will need to add the module name that your card uses to
53 -<path>/etc/modules.autoload.d/kernel-2.6</path> to ensure that the module is
54 +<path>/etc/conf.d/modules</path> to ensure that the module is
55 loaded automatically when the system starts up.
56 </p>
57
58 -<pre caption="Editing /etc/modules.autoload.d/kernel-2.6">
59 +<pre caption="Editing /etc/conf.d/modules">
60 <comment>(Change module name as required.)</comment>
61 -intel-agp
62 +modules="<i>intel-agp</i>"
63 </pre>
64
65 <note>
66 If you compiled <c>agpgart</c> as a module, you will also need to add it to
67 -<path>/etc/modules.autoload.d/kernel-2.6</path>.
68 +<path>/etc/conf.d/modules</path>.
69 </note>
70
71 </body>
72
73
74
75 1.119 xml/htdocs/doc/en/faq.xml
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?rev=1.119&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?rev=1.119&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?r1=1.118&r2=1.119
80
81 Index: faq.xml
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v
84 retrieving revision 1.118
85 retrieving revision 1.119
86 diff -u -r1.118 -r1.119
87 --- faq.xml 14 Oct 2010 06:09:40 -0000 1.118
88 +++ faq.xml 11 Sep 2011 08:43:18 -0000 1.119
89 @@ -1,6 +1,6 @@
90 <?xml version='1.0' encoding="UTF-8"?>
91 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
92 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.118 2010/10/14 06:09:40 nightmorph Exp $ -->
93 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.119 2011/09/11 08:43:18 swift Exp $ -->
94
95 <guide>
96 <title>Gentoo Linux Frequently Asked Questions</title>
97 @@ -47,8 +47,8 @@
98 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
99 <license/>
100
101 -<version>5</version>
102 -<date>2010-10-13</date>
103 +<version>6</version>
104 +<date>2011-09-11</date>
105
106 <faqindex>
107 <title>Questions</title>
108 @@ -364,8 +364,7 @@
109 certain wireless network cards). You might need to load specific kernel modules
110 for the kernel to properly detect the network card. If that is the case, make
111 sure that these kernel modules are listed in
112 -<path>/etc/modules.autoload.d/kernel-2.6</path> (or <path>kernel-2.4</path> if
113 -you are still using a 2.4 kernel).
114 +<path>/etc/conf.d/modules</path>.
115 </p>
116
117 <p>
118
119
120
121 1.29 xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml
122
123 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?rev=1.29&view=markup
124 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?rev=1.29&content-type=text/plain
125 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?r1=1.28&r2=1.29
126
127 Index: gentoo-x86-tipsntricks.xml
128 ===================================================================
129 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v
130 retrieving revision 1.28
131 retrieving revision 1.29
132 diff -u -r1.28 -r1.29
133 --- gentoo-x86-tipsntricks.xml 9 May 2011 20:15:47 -0000 1.28
134 +++ gentoo-x86-tipsntricks.xml 11 Sep 2011 08:43:18 -0000 1.29
135 @@ -1,6 +1,6 @@
136 <?xml version='1.0' encoding="UTF-8"?>
137 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
138 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.28 2011/05/09 20:15:47 nightmorph Exp $ -->
139 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.29 2011/09/11 08:43:18 swift Exp $ -->
140
141 <guide>
142 <title>Gentoo/x86 Installation Tips &amp; Tricks</title>
143 @@ -26,8 +26,8 @@
144 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
145 <license/>
146
147 -<version>3</version>
148 -<date>2011-05-09</date>
149 +<version>4</version>
150 +<date>2011-09-11</date>
151
152 <chapter>
153 <title>Introduction</title>
154 @@ -287,12 +287,16 @@
155 chrooted environment:
156 </p>
157
158 -<pre caption="Adding all running modules to the modules.conf file">
159 -# <i>cat /proc/modules | cut -d ' ' -f 1 &gt;&gt; \</i>
160 - <i>/etc/modules.autoload.d/kernel-`uname -r | cut -d . -f -2`</i>
161 -# <i>update-modules</i>
162 +<pre caption="Adding all running modules to the /etc/conf.d/modules file">
163 +# <i>printf "modules\"" &gt;&gt; /etc/conf.d/modules</i>
164 +# <i>cat /proc/modules | cut -d ' ' -f 1 &gt;&gt; /etc/conf.d/modules</i>
165 +# <i>printf "\"\n" &gt;&gt; /etc/conf.d/modules</i>
166 </pre>
167
168 +<p>
169 +Verify the <path>/etc/conf.d/modules</path> content and update appropriately.
170 +</p>
171 +
172 </body>
173 </section>
174 </chapter>
175
176
177
178 1.29 xml/htdocs/doc/en/migration-to-2.6.xml
179
180 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?rev=1.29&view=markup
181 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?rev=1.29&content-type=text/plain
182 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?r1=1.28&r2=1.29
183
184 Index: migration-to-2.6.xml
185 ===================================================================
186 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v
187 retrieving revision 1.28
188 retrieving revision 1.29
189 diff -u -r1.28 -r1.29
190 --- migration-to-2.6.xml 16 Mar 2011 07:41:36 -0000 1.28
191 +++ migration-to-2.6.xml 11 Sep 2011 08:43:18 -0000 1.29
192 @@ -1,6 +1,6 @@
193 <?xml version='1.0' encoding="UTF-8"?>
194 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
195 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 1.28 2011/03/16 07:41:36 nightmorph Exp $ -->
196 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 1.29 2011/09/11 08:43:18 swift Exp $ -->
197
198 <guide>
199 <title>The complete Gentoo Linux 2.6 migration guide</title>
200 @@ -29,8 +29,8 @@
201 2.6, devfs to udev, OSS to ALSA, and LVM to LVM2.
202 </abstract>
203
204 -<version>1</version>
205 -<date>2011-03-16</date>
206 +<version>2</version>
207 +<date>2011-09-11</date>
208
209 <chapter>
210 <title>Introduction</title>
211 @@ -943,26 +943,16 @@
212 </p>
213
214 <p>
215 -You can achieve this similarly as to how you did with 2.4. Simply open up the
216 -file <path>/etc/modules.autoload.d/kernel-2.6</path> in a text editor and list
217 -the names of the modules you would like autoloaded.
218 +To achieve this, edit <path>/etc/conf.d/modules</path> in your favorite text
219 +editor and list the names of the modules you would like autoloaded.
220 </p>
221
222 <pre caption="Opening the module autoload list in nano">
223 -# <i>nano -w /etc/modules.autoload.d/kernel-2.6</i>
224 +# <i>nano -w /etc/conf.d/modules</i>
225 </pre>
226
227 -<pre caption="Sample autoload list to load the 3c59x and nvidia modules">
228 -# /etc/modules.autoload.d/kernel-2.6: kernel modules to load when system boots.
229 -#
230 -# Note that this file is for 2.6 kernels.
231 -#
232 -# Add the names of modules that you'd like to load when the system
233 -# starts into this file, one per line. Comments begin with # and
234 -# are ignored. Read man modules.autoload for additional details.
235 -
236 -3c59x
237 -nvidia
238 +<pre caption="Sample configuration entry to load the 3c59x and nvidia modules">
239 +modules="<i>3c59x nvidia</i>"
240 </pre>
241
242 </body>
243
244
245
246 1.51 xml/htdocs/doc/en/nvidia-guide.xml
247
248 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.51&view=markup
249 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.51&content-type=text/plain
250 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?r1=1.50&r2=1.51
251
252 Index: nvidia-guide.xml
253 ===================================================================
254 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v
255 retrieving revision 1.50
256 retrieving revision 1.51
257 diff -u -r1.50 -r1.51
258 --- nvidia-guide.xml 13 Jul 2010 19:55:51 -0000 1.50
259 +++ nvidia-guide.xml 11 Sep 2011 08:43:18 -0000 1.51
260 @@ -1,5 +1,5 @@
261 <?xml version='1.0' encoding="UTF-8"?>
262 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.50 2010/07/13 19:55:51 nightmorph Exp $ -->
263 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.51 2011/09/11 08:43:18 swift Exp $ -->
264 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
265
266 <guide>
267 @@ -28,8 +28,8 @@
268 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
269 <license/>
270
271 -<version>1.41</version>
272 -<date>2010-07-13</date>
273 +<version>2</version>
274 +<date>2011-09-11</date>
275
276 <chapter>
277 <title>Introduction</title>
278 @@ -295,19 +295,14 @@
279 <p>
280 To prevent you having to manually load the module on every bootup, you probably
281 want to have this done automatically each time you boot your system, so edit
282 -<path>/etc/modules.autoload.d/kernel-2.6</path> and add <c>nvidia</c> to it.
283 -Don't forget to run <c>update-modules</c> afterwards.
284 +<path>/etc/conf.d/modules</path> and add <c>nvidia</c> to it.
285 </p>
286
287 <impo>
288 If you compiled <c>agpgart</c> as a module, you will need to add it to
289 -<path>/etc/modules.autoload.d/kernel-2.6</path>.
290 +<path>/etc/conf.d/modules</path> as well.
291 </impo>
292
293 -<pre caption="Running update-modules">
294 -# <i>update-modules</i>
295 -</pre>
296 -
297 </body>
298 </section>
299 <section>
300
301
302
303 1.54 xml/htdocs/doc/en/udev-guide.xml
304
305 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.54&view=markup
306 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.54&content-type=text/plain
307 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.53&r2=1.54
308
309 Index: udev-guide.xml
310 ===================================================================
311 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
312 retrieving revision 1.53
313 retrieving revision 1.54
314 diff -u -r1.53 -r1.54
315 --- udev-guide.xml 12 Mar 2011 05:44:14 -0000 1.53
316 +++ udev-guide.xml 11 Sep 2011 08:43:18 -0000 1.54
317 @@ -1,6 +1,6 @@
318 <?xml version='1.0' encoding="UTF-8"?>
319 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
320 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.53 2011/03/12 05:44:14 nightmorph Exp $ -->
321 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.54 2011/09/11 08:43:18 swift Exp $ -->
322
323 <guide>
324 <title>Gentoo udev Guide</title>
325 @@ -23,8 +23,8 @@
326 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
327 <license/>
328
329 -<version>8</version>
330 -<date>2011-03-11</date>
331 +<version>9</version>
332 +<date>2011-09-11</date>
333
334 <chapter>
335 <title>What is udev?</title>
336 @@ -191,20 +191,10 @@
337
338 <p>
339 If you use the proprietary driver from nVidia and the X server fails to start on
340 -a udev-only system, then make sure you have:
341 +a udev-only system, then make sure you have the <c>nvidia</c> module listed in
342 +<path>/etc/conf.d/modules</path>.
343 </p>
344
345 -<ul>
346 - <li>
347 - the <c>nvidia</c> module listed in
348 - <path>/etc/modules.autoload.d/kernel-2.6</path>
349 - </li>
350 - <li>
351 - a version of baselayout equal to or greater than
352 - <c>sys-apps/baselayout-1.8.12</c>
353 - </li>
354 -</ul>
355 -
356 </body>
357 </section>
358 <section>
359 @@ -347,13 +337,14 @@
360
361 <p>
362 Next, load the modules in the correct order. Add them to
363 -<path>/etc/modules.autoload.d/kernel-2.6</path> <e>in the exact order you want
364 +<path>/etc/conf.d/modules</path> <e>in the exact order you want
365 them loaded</e>.
366 </p>
367
368 <pre caption="Loading modules in the correct order">
369 -# <i>echo "budget" >> /etc/modules.autoload.d/kernel-2.6</i>
370 -# <i>echo "b2c2-flexcop-pci" >> /etc/modules.autoload.d/kernel-2.6</i>
371 +# <i>nano -w /etc/conf.d/modules</i>
372 +
373 +modules="<i>budget b2c2-flexcop-pci</i>"
374 </pre>
375
376 </body>
377 @@ -363,13 +354,6 @@
378 <body>
379
380 <p>
381 -If device nodes are not created when a module is loaded from
382 -<path>/etc/modules.autoload.d/kernel-2.6</path> but they appear when you load
383 -the module manually with modprobe then you should try upgrading to
384 -<c>sys-apps/baselayout-1.8.12</c> or later.
385 -</p>
386 -
387 -<p>
388 Support for the framebuffer devices (<path>/dev/fb/*</path>) comes with the
389 kernel starting from version 2.6.6-rc2.
390 </p>
391
392
393
394 1.13 xml/htdocs/doc/en/vdr-guide.xml
395
396 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vdr-guide.xml?rev=1.13&view=markup
397 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vdr-guide.xml?rev=1.13&content-type=text/plain
398 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vdr-guide.xml?r1=1.12&r2=1.13
399
400 Index: vdr-guide.xml
401 ===================================================================
402 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/vdr-guide.xml,v
403 retrieving revision 1.12
404 retrieving revision 1.13
405 diff -u -r1.12 -r1.13
406 --- vdr-guide.xml 4 Sep 2011 17:53:40 -0000 1.12
407 +++ vdr-guide.xml 11 Sep 2011 08:43:18 -0000 1.13
408 @@ -1,5 +1,5 @@
409 <?xml version="1.0" encoding="UTF-8"?>
410 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vdr-guide.xml,v 1.12 2011/09/04 17:53:40 swift Exp $ -->
411 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vdr-guide.xml,v 1.13 2011/09/11 08:43:18 swift Exp $ -->
412 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
413
414 <guide>
415 @@ -26,8 +26,8 @@
416 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
417 <license/>
418
419 -<version>1.8</version>
420 -<date>2008-09-28</date>
421 +<version>2</version>
422 +<date>2011-09-11</date>
423
424 <chapter>
425 <title>General information to DVB</title>
426 @@ -138,11 +138,13 @@
427
428 <p>
429 In this case we have to load the module <c>b2c2-flexcop-pci</c>. We add the
430 -name to <path>/etc/modules.autoload.d/kernel-2.6</path>.
431 +name to <path>/etc/conf.d/modules</path>.
432 </p>
433
434 <pre caption="Adding the module name">
435 -# <i>echo b2c2-flexcop-pci &gt;&gt; /etc/modules.autoload.d/kernel-2.6</i>
436 +# <i>nano -w /etc/conf.d/modules</i>
437 +
438 +modules="<i>b2c2-flexcop-pci</i>"
439 </pre>
440
441 </body>
442 @@ -370,7 +372,9 @@
443
444 <pre caption="Installing the plugin">
445 # <i>emerge vdr-dxr3</i>
446 -# <i>echo em8300 &gt;&gt; /etc/modules.autoload.d/kernel-2.6</i>
447 +# <i>nano -w /etc/conf.d/modules</i>
448 +
449 +modules="<i>em8300</i>"
450 </pre>
451
452 <p>
453 @@ -400,12 +404,14 @@
454 We need to install the <c>vdr-pvr350</c> plugin. If <c>ivtv-driver</c> is not
455 yet installed emerge will automatically install it for you. To have the ivtv
456 module loaded at boot we add it to
457 -<path>/etc/modules.autoload.d/kernel-2.6</path>:
458 +<path>/etc/conf.d/modules</path>:
459 </p>
460
461 <pre caption="Installing PVR350-Plugin">
462 # <i>emerge vdr-pvr350</i>
463 -# <i>echo ivtv &gt;&gt; /etc/modules.autoload.d/kernel-2.6</i>
464 +# <i>nano -w /etc/conf.d/modules</i>
465 +
466 +modules="<i>ivtv</i>"
467 </pre>
468
469 <p>