| 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.37 2007/02/18 23:44:24 nightmorph Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.38 2007/04/26 03:45:02 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.7</version> |
28 | <version>1.8</version> |
| 29 | <date>2007-02-18</date> |
29 | <date>2007-04-25</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> |
| … | |
… | |
| 270 | <section> |
270 | <section> |
| 271 | <title>Reboot to the new kernel</title> |
271 | <title>Reboot to the new kernel</title> |
| 272 | <body> |
272 | <body> |
| 273 | |
273 | |
| 274 | <p> |
274 | <p> |
| 275 | Reboot your computer to your new kernel and login as a normal user. It's time |
275 | Reboot your computer to your new kernel and login as a normal user. It's time to |
| 276 | to see if you have direct rendering and how good it is. |
276 | see if you have direct rendering and how good it is. <c>glxinfo</c> and |
|
|
277 | <c>glxgears</c> are part of the <c>mesa-progs</c> package, so make sure it is |
|
|
278 | installed before you attempt to run these commands. |
| 277 | </p> |
279 | </p> |
| 278 | |
280 | |
| 279 | <pre caption="Testing rendering"> |
281 | <pre caption="Testing rendering"> |
| 280 | $ <i>startx</i> |
282 | $ <i>startx</i> |
| 281 | <comment>(No need to load modules for your driver or agpgart, even if you compiled them as a module.)</comment> |
283 | <comment>(No need to load modules for your driver or agpgart, even if you compiled them as a module.)</comment> |