| 1 |
<?xml version='1.0' encoding="UTF-8"?>
|
| 2 |
<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ati-faq.xml,v 1.50 2011/03/02 07:46:52 nightmorph Exp $ -->
|
| 3 |
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
|
| 4 |
|
| 5 |
<guide>
|
| 6 |
<title>Gentoo Linux ATI FAQ</title>
|
| 7 |
|
| 8 |
<author title="Author">
|
| 9 |
<mail link="lu_zero@gentoo.org">Luca Barbato</mail>
|
| 10 |
</author>
|
| 11 |
<author title="Editor">
|
| 12 |
<mail link="peesh@gentoo.org">Jorge Paulo</mail>
|
| 13 |
</author>
|
| 14 |
<author title="Editor">
|
| 15 |
<mail link="blubber@gentoo.org">Tiemo Kieft</mail>
|
| 16 |
</author>
|
| 17 |
<author title="Editor">
|
| 18 |
<mail link="nightmorph@gentoo.org">Joshua Saddler</mail>
|
| 19 |
</author>
|
| 20 |
|
| 21 |
<abstract>
|
| 22 |
This FAQ should help users avoid some common installation and configuration
|
| 23 |
issues related to DRI and X11 for AMD/ATI boards.
|
| 24 |
</abstract>
|
| 25 |
|
| 26 |
<!-- The content of this document is licensed under the CC-BY-SA license -->
|
| 27 |
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
|
| 28 |
<license/>
|
| 29 |
|
| 30 |
<version>5</version>
|
| 31 |
<date>2011-03-01</date>
|
| 32 |
|
| 33 |
<chapter>
|
| 34 |
<title>Hardware Support</title>
|
| 35 |
<section>
|
| 36 |
<title>Is my AMD/ATI board supported?</title>
|
| 37 |
<body>
|
| 38 |
|
| 39 |
<p>
|
| 40 |
Many AMD/ATI boards (but not all) are supported by <uri
|
| 41 |
link="http://www.freedesktop.org/Software/xorg">xorg-x11</uri>, at least for the
|
| 42 |
2D accelerated features. The 3D support is provided either by xorg-x11, or by
|
| 43 |
AMD's <uri
|
| 44 |
link="http://www.amd.com/us/products/technologies/ati-catalyst/Pages/catalyst.aspx">closed
|
| 45 |
source drivers</uri>. AMD's closed source driver only supports R600 and newer
|
| 46 |
GPUs. Older GPUs will use the mature open source xorg-x11 driver.
|
| 47 |
</p>
|
| 48 |
|
| 49 |
<table>
|
| 50 |
<tr>
|
| 51 |
<th>GPU</th>
|
| 52 |
<th>Common Name</th>
|
| 53 |
<th>Support</th>
|
| 54 |
</tr>
|
| 55 |
<tr>
|
| 56 |
<ti>Rage128</ti>
|
| 57 |
<ti>Rage128</ti>
|
| 58 |
<ti>xorg</ti>
|
| 59 |
</tr>
|
| 60 |
<tr>
|
| 61 |
<ti>R100</ti>
|
| 62 |
<ti>Radeon7xxx, Radeon64</ti>
|
| 63 |
<ti>xorg</ti>
|
| 64 |
</tr>
|
| 65 |
<tr>
|
| 66 |
<ti>R200, R250, R280</ti>
|
| 67 |
<ti>Radeon8500, Radeon9000, Radeon9200</ti>
|
| 68 |
<ti>xorg</ti>
|
| 69 |
</tr>
|
| 70 |
<tr>
|
| 71 |
<ti>R300, R400</ti>
|
| 72 |
<ti>Radeon 9500 - X850</ti>
|
| 73 |
<ti>xorg</ti>
|
| 74 |
</tr>
|
| 75 |
<tr>
|
| 76 |
<ti>R500</ti>
|
| 77 |
<ti>Radeon X1300 - X1950</ti>
|
| 78 |
<ti>xorg</ti>
|
| 79 |
</tr>
|
| 80 |
<tr>
|
| 81 |
<ti>R600</ti>
|
| 82 |
<ti>RadeonHD 2000 series</ti>
|
| 83 |
<ti>AMD DRI, xorg</ti>
|
| 84 |
</tr>
|
| 85 |
<tr>
|
| 86 |
<ti>RV670</ti>
|
| 87 |
<ti>RadeonHD 3000 series</ti>
|
| 88 |
<ti>AMD DRI, xorg</ti>
|
| 89 |
</tr>
|
| 90 |
<tr>
|
| 91 |
<ti>RV770 (R700)</ti>
|
| 92 |
<ti>RadeonHD 4000 series</ti>
|
| 93 |
<ti>AMD DRI, xorg</ti>
|
| 94 |
</tr>
|
| 95 |
<tr>
|
| 96 |
<ti>R800</ti>
|
| 97 |
<ti>RadeonHD 5000 series</ti>
|
| 98 |
<ti>AMD DRI, xorg</ti>
|
| 99 |
</tr>
|
| 100 |
<tr>
|
| 101 |
<ti>R900</ti>
|
| 102 |
<ti>RadeonHD 6000 series</ti>
|
| 103 |
<ti>AMD DRI, xorg</ti>
|
| 104 |
</tr>
|
| 105 |
</table>
|
| 106 |
|
| 107 |
<note>
|
| 108 |
The <uri link="http://www.x.org/wiki/RadeonFeature">Radeon Feature Matrix</uri>
|
| 109 |
at x.org lists the open source driver support level for each part of the
|
| 110 |
graphics card hardware.
|
| 111 |
</note>
|
| 112 |
|
| 113 |
</body>
|
| 114 |
</section>
|
| 115 |
<section>
|
| 116 |
<title>
|
| 117 |
I have an All-In-Wonder/Vivo board. Are the multimedia features supported?
|
| 118 |
</title>
|
| 119 |
<body>
|
| 120 |
|
| 121 |
<p>
|
| 122 |
You don't need to use anything special for the board's multimedia features;
|
| 123 |
<c>x11-drivers/xf86-video-ati</c> will work just fine.
|
| 124 |
</p>
|
| 125 |
|
| 126 |
</body>
|
| 127 |
</section>
|
| 128 |
<section>
|
| 129 |
<title>I'm not using an x86-based architecture. What are my options?</title>
|
| 130 |
<body>
|
| 131 |
|
| 132 |
<p>
|
| 133 |
X11 support on the PPC or Alpha platforms is quite similar to x86 X11 support.
|
| 134 |
However, AMD/ATI's closed source Catalyst drivers are not supported on the PPC
|
| 135 |
or Alpha, so you will have to use the open source drivers. The Catalyst drivers
|
| 136 |
are only available for x86 and AMD64. The open source xorg-x11 drivers should
|
| 137 |
work well on all architectures.
|
| 138 |
</p>
|
| 139 |
|
| 140 |
<impo>
|
| 141 |
To enable agpgart support for certain old AMD64 chipsets, you have to disable
|
| 142 |
support for the K8 IOMMU.
|
| 143 |
</impo>
|
| 144 |
|
| 145 |
</body>
|
| 146 |
</section>
|
| 147 |
<section>
|
| 148 |
<title>I have a laptop. Is my ATI Mobility model supported?</title>
|
| 149 |
<body>
|
| 150 |
|
| 151 |
<p>
|
| 152 |
It should be, but you may have a configuration issue due to the OEM PCI id that
|
| 153 |
such chips may have. In such cases, you may have to write the configuration
|
| 154 |
file yourself.
|
| 155 |
</p>
|
| 156 |
|
| 157 |
</body>
|
| 158 |
</section>
|
| 159 |
</chapter>
|
| 160 |
|
| 161 |
<chapter>
|
| 162 |
<title>Installation</title>
|
| 163 |
<section>
|
| 164 |
<title>Packages</title>
|
| 165 |
<body>
|
| 166 |
|
| 167 |
<p>
|
| 168 |
There are two ways of getting drivers for your AMD/ATI card:
|
| 169 |
</p>
|
| 170 |
|
| 171 |
<ul>
|
| 172 |
<li>The <c>xorg-x11</c> ebuild provides the X11 implementation</li>
|
| 173 |
<li>
|
| 174 |
The <c>ati-drivers</c> ebuild provides the AMD closed source X drivers
|
| 175 |
and kernel modules
|
| 176 |
</li>
|
| 177 |
</ul>
|
| 178 |
|
| 179 |
<p>
|
| 180 |
If you want to use AMD/ATI's <e>internal</e> agpgart support instead of the Linux
|
| 181 |
kernel one, the agpgart driver and the chip set specific driver (in your kernel
|
| 182 |
configuration) must be built as modules or not at all.
|
| 183 |
</p>
|
| 184 |
|
| 185 |
<note>
|
| 186 |
Please read the <uri link="/doc/en/dri-howto.xml">Hardware Acceleration
|
| 187 |
Guide</uri> for more information on installing drivers for your AMD/ATI graphics
|
| 188 |
card.
|
| 189 |
</note>
|
| 190 |
|
| 191 |
</body>
|
| 192 |
</section>
|
| 193 |
<section>
|
| 194 |
<title>Configuration</title>
|
| 195 |
<body>
|
| 196 |
|
| 197 |
<p>
|
| 198 |
You may not need to manually create <path>xorg.conf</path> or modify it. Try
|
| 199 |
running without it first. You can also use the Xorg auto configuration option:
|
| 200 |
</p>
|
| 201 |
|
| 202 |
<pre caption="Autoconfiguring X">
|
| 203 |
# <i>X -configure</i>
|
| 204 |
</pre>
|
| 205 |
|
| 206 |
<p>
|
| 207 |
For more information on how to get a basic <c>xorg.conf</c> configuration file,
|
| 208 |
please refer to the <uri link="/doc/en/xorg-config.xml">Gentoo X Server
|
| 209 |
HowTo</uri>.
|
| 210 |
</p>
|
| 211 |
|
| 212 |
<note>
|
| 213 |
PPC, AMD64, and x86 users can use the <c>xac</c> stand-alone X configuration
|
| 214 |
tool by emerging <c>x11-misc/xac</c>, but isn't required.
|
| 215 |
</note>
|
| 216 |
|
| 217 |
<note>
|
| 218 |
You can use <c>aticonfig</c> if you have installed the <c>ati-drivers</c>
|
| 219 |
package.
|
| 220 |
</note>
|
| 221 |
|
| 222 |
<impo>
|
| 223 |
If you're using <c>ati-drivers</c>, then you'll need to disable <c>radeonfb</c>
|
| 224 |
(and probably any other framebuffer drivers) in your kernel config, as it
|
| 225 |
conflicts with the built-in framebuffer in <c>ati-drivers</c>.
|
| 226 |
</impo>
|
| 227 |
|
| 228 |
</body>
|
| 229 |
</section>
|
| 230 |
<section>
|
| 231 |
<title>Switching to OpenGL</title>
|
| 232 |
<body>
|
| 233 |
|
| 234 |
<p>
|
| 235 |
Once X is installed, configured, and running, it can use the AMD/ATI OpenGL
|
| 236 |
libraries:
|
| 237 |
</p>
|
| 238 |
|
| 239 |
<pre caption="Running eselect">
|
| 240 |
# <i>eselect opengl set ati</i>
|
| 241 |
</pre>
|
| 242 |
|
| 243 |
</body>
|
| 244 |
</section>
|
| 245 |
</chapter>
|
| 246 |
<chapter>
|
| 247 |
<title>More Resources</title>
|
| 248 |
<section>
|
| 249 |
<body>
|
| 250 |
|
| 251 |
<p>
|
| 252 |
Please read the <uri link="/doc/en/dri-howto.xml">Hardware Acceleration
|
| 253 |
Guide</uri> for more information on configuring your AMD/ATI graphics card.
|
| 254 |
</p>
|
| 255 |
|
| 256 |
<p>
|
| 257 |
More information on Gentoo Linux and the AMD/ATI Radeon binary drivers can be
|
| 258 |
found on the <uri
|
| 259 |
link="http://odin.prohosting.com/wedge01/gentoo-radeon-faq.html">Wedge
|
| 260 |
Unofficial Gentoo ATI Radeon FAQ</uri>, and on the <uri
|
| 261 |
link="http://wiki.cchtml.com/index.php/Main_Page">Unofficial AMD Linux Driver
|
| 262 |
Wiki</uri>.
|
| 263 |
</p>
|
| 264 |
|
| 265 |
</body>
|
| 266 |
</section>
|
| 267 |
</chapter>
|
| 268 |
</guide>
|