| 1 | <?xml version="1.0" encoding="UTF-8"?> |
1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.41 2008/05/21 19:29:22 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.42 2008/09/10 21:20:28 nightmorph Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/dri-howto.xml"> |
5 | <guide link="/doc/en/dri-howto.xml"> |
| 6 | |
6 | |
| 7 | <title>Hardware 3D Acceleration Guide</title> |
7 | <title>Hardware 3D Acceleration Guide</title> |
| … | |
… | |
| 23 | |
23 | |
| 24 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
24 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 25 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
25 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 26 | <license/> |
26 | <license/> |
| 27 | |
27 | |
| 28 | <version>1.10</version> |
28 | <version>1.11</version> |
| 29 | <date>2007-08-23</date> |
29 | <date>2008-09-10</date> |
| 30 | |
30 | |
| 31 | <chapter> |
31 | <chapter> |
| 32 | <title>Introduction</title> |
32 | <title>Introduction</title> |
| 33 | <section> |
33 | <section> |
| 34 | <title>What is hardware 3D acceleration and why do I want it?</title> |
34 | <title>What is hardware 3D acceleration and why do I want it?</title> |
| … | |
… | |
| 177 | |
177 | |
| 178 | <pre caption="make menuconfig options"> |
178 | <pre caption="make menuconfig options"> |
| 179 | Processor type and features ---> |
179 | Processor type and features ---> |
| 180 | <*> MTRR (Memory Type Range Register) support |
180 | <*> MTRR (Memory Type Range Register) support |
| 181 | Device drivers ---> |
181 | Device drivers ---> |
| 182 | Character devices ---> |
182 | Graphics support ---> |
| 183 | <M> /dev/agpgart (AGP Support) |
183 | <M> /dev/agpgart (AGP Support) ---> |
| 184 | <comment>(The agpgart option is not present on 64-bit kernels; just choose your chipset support.)</comment> |
184 | <comment>(The agpgart option is not present on 64-bit kernels; just choose your chipset support.)</comment> |
| 185 | <M> Intel 440LX/BX/GX, I8xx and E7x05 support |
185 | <M> Intel 440LX/BX/GX, I8xx and E7x05 support |
| 186 | <comment>(Enable your chipset instead of the above.)</comment> |
186 | <comment>(Enable your chipset instead of the above.)</comment> |
| 187 | <M> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) |
187 | <M> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) ---> |
|
|
188 | <M> <comment>(Select your graphics card from the list)</comment> |
| 188 | </pre> |
189 | </pre> |
| 189 | |
190 | |
| 190 | </body> |
191 | </body> |
| 191 | </section> |
192 | </section> |
| 192 | <section> |
193 | <section> |