| 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.47 2011/03/23 09:26:50 nightmorph Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.48 2011/03/23 09:34:13 nightmorph 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>3</version> |
27 | <version>4</version> |
| 28 | <date>2011-03-23</date> |
28 | <date>2011-03-23</date> |
| 29 | |
29 | |
| 30 | <chapter> |
30 | <chapter> |
| 31 | <title>Introduction</title> |
31 | <title>Introduction</title> |
| 32 | <section> |
32 | <section> |
| … | |
… | |
| 369 | <section> |
369 | <section> |
| 370 | <title>I have a PCI card and it doesn't work. Help!</title> |
370 | <title>I have a PCI card and it doesn't work. Help!</title> |
| 371 | <body> |
371 | <body> |
| 372 | |
372 | |
| 373 | <p> |
373 | <p> |
| 374 | Edit <path>/etc/X11/xorg.conf</path>. In section "Device" enable ForcePCIMode. |
374 | Create a config file in <path>/etc/X11/xorg.conf.d/</path>; name it anything you |
|
|
375 | want as long as it ends in <path>.conf</path>. Add the following to it: |
| 375 | </p> |
376 | </p> |
| 376 | |
377 | |
| 377 | <pre caption="Enabling ForcePCIMode"> |
378 | <pre caption="/etc/X11/xorg.conf.x/10-pcimode.conf"> |
|
|
379 | Section "Device" |
| 378 | Option "ForcePCIMode" "True" |
380 | Option "ForcePCIMode" "True" |
|
|
381 | EndSection |
| 379 | </pre> |
382 | </pre> |
| 380 | |
383 | |
| 381 | </body> |
384 | </body> |
| 382 | </section> |
385 | </section> |
| 383 | </chapter> |
386 | </chapter> |