| 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/ati-faq.xml,v 1.40 2006/09/17 09:56:56 neysx Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ati-faq.xml,v 1.41 2006/10/04 14:26:04 neysx Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/ati-faq.xml"> |
5 | <guide link="/doc/en/ati-faq.xml"> |
| 6 | <title>Gentoo Linux ATI FAQ</title> |
6 | <title>Gentoo Linux ATI FAQ</title> |
| 7 | |
7 | |
| … | |
… | |
| 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>1.0.20</version> |
27 | <version>1.1</version> |
| 28 | <date>2006-09-17</date> |
28 | <date>2006-10-04</date> |
| 29 | |
29 | |
| 30 | <chapter> |
30 | <chapter> |
| 31 | <title>Hardware Support</title> |
31 | <title>Hardware Support</title> |
| 32 | <section> |
32 | <section> |
| 33 | <title>Is my ATI board supported?</title> |
33 | <title>Is my ATI board supported?</title> |
| … | |
… | |
| 147 | configuration) must be built as modules or not at all. |
147 | configuration) must be built as modules or not at all. |
| 148 | </p> |
148 | </p> |
| 149 | |
149 | |
| 150 | <pre caption="Installing drivers"> |
150 | <pre caption="Installing drivers"> |
| 151 | <comment>(If you want just the Rage128 drivers and modules installed with X11)</comment> |
151 | <comment>(If you want just the Rage128 drivers and modules installed with X11)</comment> |
| 152 | # <i>VIDEO_CARDS="rage128" emerge x11-drm</i> |
152 | # <i>VIDEO_CARDS="r128" emerge x11-drm</i> |
| 153 | |
153 | |
| 154 | <comment>(To have just the Radeon support)</comment> |
154 | <comment>(To have just the Radeon support)</comment> |
| 155 | <comment>(R100, R200, R250, R280, but not R300 yet)</comment> |
155 | <comment>(R100, R200, R250, R280, but not R300 yet)</comment> |
| 156 | # <i>VIDEO_CARDS="radeon" emerge x11-drm</i> |
156 | # <i>VIDEO_CARDS="radeon" emerge x11-drm</i> |
| 157 | |
157 | |