Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: dri-howto.xml
Date: Wed, 10 Sep 2008 21:20:31
Message-Id: E1KdX6y-0001K0-5X@stork.gentoo.org
1 nightmorph 08/09/10 21:20:28
2
3 Modified: dri-howto.xml
4 Log:
5 updated dri-howto per an email. the DRI kernel options have moved around a bit
6
7 Revision Changes Path
8 1.42 xml/htdocs/doc/en/dri-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/dri-howto.xml?rev=1.42&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/dri-howto.xml?rev=1.42&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/dri-howto.xml?r1=1.41&r2=1.42
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.41
18 retrieving revision 1.42
19 diff -u -r1.41 -r1.42
20 --- dri-howto.xml 21 May 2008 19:29:22 -0000 1.41
21 +++ dri-howto.xml 10 Sep 2008 21:20:28 -0000 1.42
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.41 2008/05/21 19:29:22 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.42 2008/09/10 21:20:28 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/dri-howto.xml">
29 @@ -25,8 +25,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>1.10</version>
34 -<date>2007-08-23</date>
35 +<version>1.11</version>
36 +<date>2008-09-10</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -179,12 +179,13 @@
41 Processor type and features --->
42 &lt;*&gt; MTRR (Memory Type Range Register) support
43 Device drivers --->
44 - Character devices --->
45 - &lt;M&gt; /dev/agpgart (AGP Support)
46 - <comment>(The agpgart option is not present on 64-bit kernels; just choose your chipset support.)</comment>
47 - &lt;M&gt; Intel 440LX/BX/GX, I8xx and E7x05 support
48 -<comment>(Enable your chipset instead of the above.)</comment>
49 - &lt;M&gt; Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
50 + Graphics support --->
51 + &lt;M&gt; /dev/agpgart (AGP Support) --->
52 + <comment>(The agpgart option is not present on 64-bit kernels; just choose your chipset support.)</comment>
53 + &lt;M&gt; Intel 440LX/BX/GX, I8xx and E7x05 support
54 + <comment>(Enable your chipset instead of the above.)</comment>
55 + &lt;M&gt; Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->
56 + &lt;M&gt; <comment>(Select your graphics card from the list)</comment>
57 </pre>
58
59 </body>