| … | |
… | |
| 6 | <author title="Author"><mail link="lu_zero@gentoo.org"> |
6 | <author title="Author"><mail link="lu_zero@gentoo.org"> |
| 7 | Luca Barbato</mail> |
7 | Luca Barbato</mail> |
| 8 | </author> |
8 | </author> |
| 9 | <author title="Editor"><mail link="peesh@gentoo.org"> |
9 | <author title="Editor"><mail link="peesh@gentoo.org"> |
| 10 | Jorge Paulo</mail> |
10 | Jorge Paulo</mail> |
|
|
11 | </author> |
|
|
12 | <author title="Editor"><mail link="blubber@gentoo.org"> |
|
|
13 | Tiemo Kieft</mail> |
| 11 | </author> |
14 | </author> |
| 12 | |
15 | |
| 13 | <abstract>This FAQ should help users avoid some common installation and configuration |
16 | <abstract>This FAQ should help users avoid some common installation and configuration |
| 14 | issues related to DRI and xfree for ATI boards.</abstract> |
17 | issues related to DRI and xfree for ATI boards.</abstract> |
| 15 | |
18 | |
| … | |
… | |
| 110 | </impo> |
113 | </impo> |
| 111 | <pre> |
114 | <pre> |
| 112 | <codenote>If you want just the Rage128 drivers and modules |
115 | <codenote>If you want just the Rage128 drivers and modules |
| 113 | installed with xfree |
116 | installed with xfree |
| 114 | </codenote> |
117 | </codenote> |
| 115 | # VIDEO_CARDS="rage128" emerge xfree-drm |
118 | # <i>VIDEO_CARDS="rage128" emerge xfree-drm</i> |
| 116 | <codenote>To have just the Radeon support</codenote> |
119 | <codenote>To have just the Radeon support</codenote> |
| 117 | <codenote>(r100, r200, r250, but not r300 yet)</codenote> |
120 | <codenote>(r100, r200, r250, but not r300 yet)</codenote> |
| 118 | # VIDEO_CARDS="radeon" emerge xfree-drm |
121 | # <i>VIDEO_CARDS="radeon" emerge xfree-drm</i> |
| 119 | <codenote>To install the ATI closed source drivers</codenote> |
122 | <codenote>To install the ATI closed source drivers</codenote> |
| 120 | <codenote>(r200,r250 and r300 only)</codenote> |
123 | <codenote>(r200,r250 and r300 only)</codenote> |
| 121 | # emerge ati-drivers |
124 | # <i>emerge ati-drivers</i> |
| 122 | <codenote>To install just XFree86 but not install</codenote> |
125 | <codenote>To install just XFree86 but not install</codenote> |
| 123 | <codenote>any kernel module</codenote> |
126 | <codenote>any kernel module</codenote> |
| 124 | # emerge xfree |
127 | # <i>emerge xfree</i> |
| 125 | </pre> |
128 | </pre> |
| 126 | </body> |
129 | </body> |
| 127 | </section> |
130 | </section> |
| 128 | |
131 | |
| 129 | <section> |
132 | <section> |
| 130 | <title>Configuration</title> |
133 | <title>Configuration</title> |
| 131 | <body> |
134 | <body> |
| 132 | <p>It is suggested the use of <c>xf86cfg</c>, <c>xf86config</c> or directly by |
135 | <p>It is suggested the use of <c>xf86cfg</c>, <c>xf86config</c> or directly by |
| 133 | using the XFree86 auto configuration option: |
136 | using the XFree86 auto configuration option: |
| 134 | <pre> |
137 | <pre> |
| 135 | # X -configure |
138 | # <i>X -configure</i> |
| 136 | </pre> |
139 | </pre> |
| 137 | For more information on how to get a basic <c>XF86Config</c> configuration file, |
140 | For more information on how to get a basic <c>XF86Config</c> configuration file, |
| 138 | please refer to the |
141 | please refer to the |
| 139 | <uri link="http://www.gentoo.org/doc/en/desktop.xml">Desktop Configuration Guide</uri>.</p> |
142 | <uri link="http://www.gentoo.org/doc/en/desktop.xml">Desktop Configuration Guide</uri>.</p> |
| 140 | <note> Users of the ati-drivers can also use <c>fglrxconfig</c>.</note> |
143 | <note> Users of the ati-drivers can also use <c>fglrxconfig</c>.</note> |