| 1 | <?xml version="1.0" encoding="UTF-8"?> |
1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.48 2011/03/23 09:34:13 nightmorph Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.49 2011/09/11 08:43:18 swift Exp $ --> |
| 4 | |
4 | |
| 5 | <guide> |
5 | <guide> |
| 6 | <title>Hardware 3D Acceleration Guide</title> |
6 | <title>Hardware 3D Acceleration Guide</title> |
| 7 | |
7 | |
| 8 | <author title="Author"> |
8 | <author title="Author"> |
| … | |
… | |
| 22 | |
22 | |
| 23 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
23 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 24 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
24 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 25 | <license/> |
25 | <license/> |
| 26 | |
26 | |
| 27 | <version>4</version> |
27 | <version>5</version> |
| 28 | <date>2011-03-23</date> |
28 | <date>2011-09-11</date> |
| 29 | |
29 | |
| 30 | <chapter> |
30 | <chapter> |
| 31 | <title>Introduction</title> |
31 | <title>Introduction</title> |
| 32 | <section> |
32 | <section> |
| 33 | <title>What is hardware 3D acceleration and why do I want it?</title> |
33 | <title>What is hardware 3D acceleration and why do I want it?</title> |
| … | |
… | |
| 237 | </pre> |
237 | </pre> |
| 238 | |
238 | |
| 239 | </body> |
239 | </body> |
| 240 | </section> |
240 | </section> |
| 241 | <section> |
241 | <section> |
| 242 | <title>Changes to modules.autoload.d</title> |
242 | <title>Changes to /etc/conf.d/modules</title> |
| 243 | <body> |
243 | <body> |
| 244 | |
244 | |
| 245 | <p> |
245 | <p> |
| 246 | You will need to add the module name that your card uses to |
246 | You will need to add the module name that your card uses to |
| 247 | <path>/etc/modules.autoload.d/kernel-2.6</path> to ensure that the module is |
247 | <path>/etc/conf.d/modules</path> to ensure that the module is |
| 248 | loaded automatically when the system starts up. |
248 | loaded automatically when the system starts up. |
| 249 | </p> |
249 | </p> |
| 250 | |
250 | |
| 251 | <pre caption="Editing /etc/modules.autoload.d/kernel-2.6"> |
251 | <pre caption="Editing /etc/conf.d/modules"> |
| 252 | <comment>(Change module name as required.)</comment> |
252 | <comment>(Change module name as required.)</comment> |
| 253 | intel-agp |
253 | modules="<i>intel-agp</i>" |
| 254 | </pre> |
254 | </pre> |
| 255 | |
255 | |
| 256 | <note> |
256 | <note> |
| 257 | If you compiled <c>agpgart</c> as a module, you will also need to add it to |
257 | If you compiled <c>agpgart</c> as a module, you will also need to add it to |
| 258 | <path>/etc/modules.autoload.d/kernel-2.6</path>. |
258 | <path>/etc/conf.d/modules</path>. |
| 259 | </note> |
259 | </note> |
| 260 | |
260 | |
| 261 | </body> |
261 | </body> |
| 262 | </section> |
262 | </section> |
| 263 | </chapter> |
263 | </chapter> |