Gentoo Archives: gentoo-doc-cvs

From: Shyam Mani <fox2mike@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: dri-howto.xml
Date: Fri, 16 Dec 2005 07:31:04
Message-Id: 200512160730.jBG7Umww011629@robin.gentoo.org
1 fox2mike 05/12/16 07:30:48
2
3 Modified: xml/htdocs/doc/en dri-howto.xml
4 Log:
5 #101566 - Autoloading Modules as required. Added CC-BY-SA 2.5 comment as well. I'm back in business babies :p
6
7 Revision Changes Path
8 1.27 +23 -4 xml/htdocs/doc/en/dri-howto.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/dri-howto.xml?rev=1.27&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/dri-howto.xml?rev=1.27&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/dri-howto.xml.diff?r1=1.26&r2=1.27&cvsroot=gentoo
13
14 Index: dri-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v
17 retrieving revision 1.26
18 retrieving revision 1.27
19 diff -u -r1.26 -r1.27
20 --- dri-howto.xml 11 Oct 2005 03:46:14 -0000 1.26
21 +++ dri-howto.xml 16 Dec 2005 07:30:48 -0000 1.27
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.26 2005/10/11 03:46:14 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.27 2005/12/16 07:30:48 fox2mike Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/dri-howto.xml">
29 @@ -16,10 +16,12 @@
30 with Xorg in Gentoo Linux.
31 </abstract>
32
33 +<!-- The content of this document is licensed under the CC-BY-SA license -->
34 +<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
35 <license/>
36
37 -<version>1.0.14</version>
38 -<date>2005-10-11</date>
39 +<version>1.0.15</version>
40 +<date>2005-12-16</date>
41
42 <chapter>
43 <title>Introduction</title>
44 @@ -161,7 +163,7 @@
45 &lt;*&gt; MTRR (Memory Type Range Register) support
46 Character devices ---&gt;
47 &lt;M&gt; /dev/agpgart (AGP Support)
48 -[*] Intel 440LX/BX/GX and I815/I820/I830M/I830MP/I840/I845/I850/I860 support
49 +[M] Intel 440LX/BX/GX and I815/I820/I830M/I830MP/I840/I845/I850/I860 support
50 <comment>(Enable your chipset instead of the above.)</comment>
51 &lt; &gt; Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
52 </pre>
53 @@ -255,6 +257,23 @@
54
55 </body>
56 </section>
57 +<section>
58 +<title>Changes to modules.autoload.d</title>
59 +<body>
60 +
61 +<p>
62 +You will need to add the module name that your card uses to
63 +<path>/etc/modules.autoload.d/kernel-2.6</path> to ensure that the module is
64 +loaded automatically when the system starts up.
65 +</p>
66 +
67 +<pre caption="Editing /etc/modules.autoload.d/kernel-2.6">
68 +<comment>(Change module name as required.)</comment>
69 +intel-agp
70 +</pre>
71 +
72 +</body>
73 +</section>
74 </chapter>
75
76 <chapter>
77
78
79
80 --
81 gentoo-doc-cvs@g.o mailing list