Gentoo Archives: gentoo-commits

From: "Tobias Heinlein (keytoaster)" <keytoaster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/de: dri-howto.xml
Date: Sun, 27 Nov 2011 11:07:39
Message-Id: 20111127110715.5B3DA2004B@flycatcher.gentoo.org
1 keytoaster 11/11/27 11:07:15
2
3 Modified: dri-howto.xml
4 Log:
5 Sync to 1.49; thanks to Christian Gebler.
6
7 Revision Changes Path
8 1.36 xml/htdocs/doc/de/dri-howto.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/dri-howto.xml?rev=1.36&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/dri-howto.xml?rev=1.36&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/dri-howto.xml?r1=1.35&r2=1.36
13
14 Index: dri-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/dri-howto.xml,v
17 retrieving revision 1.35
18 retrieving revision 1.36
19 diff -u -r1.35 -r1.36
20 --- dri-howto.xml 31 Mar 2011 15:33:37 -0000 1.35
21 +++ dri-howto.xml 27 Nov 2011 11:07:15 -0000 1.36
22 @@ -1,7 +1,7 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/dri-howto.xml,v 1.35 2011/03/31 15:33:37 keytoaster Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/dri-howto.xml,v 1.36 2011/11/27 11:07:15 keytoaster Exp $ -->
28
29 <!-- English CVS Version: 1.48 -->
30
31 @@ -40,8 +40,8 @@
32 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
33 <license/>
34
35 -<version>4</version>
36 -<date>2011-03-23</date>
37 +<version>5</version>
38 +<date>2011-09-11</date>
39
40 <chapter>
41 <title>Einführung</title>
42 @@ -265,23 +265,23 @@
43 </body>
44 </section>
45 <section>
46 -<title>Änderungen in modules.autoload.d</title>
47 +<title>Änderungen in /etc/conf.d/modules</title>
48 <body>
49
50 <p>
51 Sie werden den Modulnamen, den Ihre Karte verwendet, zu
52 -<path>/etc/modules.autoload.d/kernel-2.6</path> hinzufügen müssen um
53 +<path>/etc/conf.d/modules</path> hinzufügen müssen um
54 sicherzustellen, dass das Modul automatisch beim Systemstart geladen wird.
55 </p>
56
57 -<pre caption="/etc/modules.autoload.d/kernel-2.6 editieren">
58 +<pre caption="/etc/conf.d/modules editieren">
59 <comment>(Ändern Sie den Modulnamen wie benötigt.)</comment>
60 -intel-agp
61 +modules="<i>intel-agp</i>"
62 </pre>
63
64 <note>
65 Wenn Sie <c>agpgart</c> als Modul kompiliert haben, werden Sie es auch in
66 -<path>/etc/modules.autoload.d/kernel-2.6</path> hinzufügen müssen.
67 +<path>/etc/conf.d/modules</path> hinzufügen müssen.
68 </note>
69
70 </body>