nightmorph    07/08/07 08:09:06

  Modified:             ati-faq.xml
  Log:
  added a couple of new bits of support from bug 170293. while i was editing 
the doc anyway, also went through and revamped several other sections, 
including adding new info on the latest ati cards (no support for R600/HD 2000 
series), other xorg driver support updates, removed 2.4 kernel stuff, removed 
x11-drm per previous updates to the hardware accel guide, and condensed install 
instructions

Revision  Changes    Path
1.43                 xml/htdocs/doc/en/ati-faq.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ati-faq.xml?rev=1.43&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ati-faq.xml?rev=1.43&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ati-faq.xml?r1=1.42&r2=1.43

Index: ati-faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ati-faq.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ati-faq.xml 9 Jun 2007 12:32:56 -0000       1.42
+++ ati-faq.xml 7 Aug 2007 08:09:06 -0000       1.43
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ati-faq.xml,v 1.42 
2007/06/09 12:32:56 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ati-faq.xml,v 1.43 
2007/08/07 08:09:06 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/ati-faq.xml">
@@ -24,8 +24,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.2</version>
-<date>2007-06-09</date>
+<version>1.3</version>
+<date>2007-08-07</date>
 
 <chapter>
 <title>Hardware Support</title>
@@ -35,9 +35,8 @@
 
 <p>
 Many ATI boards (but not all) are supported by <uri
-link="http://www.freedesktop.org/Software/xorg";>xorg-x11</uri>, at least for
-the 2D accelerated features.  The 3D support is provided either by <uri
-link="http://dri.sf.net";>the DRI project</uri> which is part of xorg-x11, or by
+link="http://www.freedesktop.org/Software/xorg";>xorg-x11</uri>, at least for 
the
+2D accelerated features. The 3D support is provided either by xorg-x11, or by
 ATI's <uri
 link="http://mirror.ati.com/support/drivers/linux/radeon-linux.html";>closed
 source drivers</uri>.
@@ -52,30 +51,47 @@
 <tr>
   <ti>Rage128</ti>
   <ti>Rage128</ti>
-  <ti>xorg DRI</ti>
+  <ti>xorg</ti>
 </tr>
 <tr>
   <ti>R100</ti>
   <ti>Radeon7xxx, Radeon64</ti>
-  <ti>xorg DRI</ti>
+  <ti>xorg</ti>
 </tr>
 <tr>
   <ti>R200, R250, R280</ti>
   <ti>Radeon8500, Radeon9000, Radeon9200</ti>
-  <ti>xorg DRI, ATI DRI</ti>
+  <ti>xorg, ATI DRI</ti>
 </tr>
 <tr>
   <ti>R300, R400</ti>
-  <ti>Radeon 9500 - x800</ti>
-  <ti>xorg 2D, ATI DRI</ti>
+  <ti>Radeon 9500 - x850</ti>
+  <ti>xorg, ATI DRI</ti>
 </tr>
 <tr>
-  <ti>R500 and newer</ti>
-  <ti>Radeon X....</ti>
+  <ti>R500</ti>
+  <ti>Radeon X1300 and higher</ti>
   <ti>ATI DRI, no support in xorg</ti>
 </tr>
+<tr>
+  <ti>R600</ti>
+  <ti>Radeon HD 2000 series</ti>
+  <ti>Not supported in Linux</ti>
+</tr>
 </table>
 
+<p>
+The x1000 series cards (x1300 and higher) cannot use the free xorg drivers; 
they
+are limited to the unaccelerated 2D vesa driver. Use the proprietary
+<c>ati-drivers</c> package if you want hardware-accelerated 2D/3D graphics.
+</p>
+
+<impo>
+The newest Radeon HD 2000 series cards are completely unsupported in Linux.
+There are no drivers from either xorg or ATI. It's probably best to hold off
+buying these cards until there's some kind of support in Linux. ;)
+</impo>
+
 </body>
 </section>
 <section>
@@ -133,16 +149,15 @@
 <title>Packages</title>
 <body>
 
+<p>
+There are two ways of getting drivers for your ATI card:
+</p>
+
 <ul>
   <li>The <c>xorg-x11</c> ebuild provides the X11 implementation</li>
-  <li>
-    For a 2.6.x kernel the DRI modules can be built with the kernel or be
-    provided by the <c>x11-drm</c> ebuild
-  </li>
-  <li>For a 2.4.x kernel series you must use the <c>x11-drm</c> ebuild</li>
-  <li>
+    <li>
     The <c>ati-drivers</c> ebuild provides the ATI closed source X drivers and
-    kernel modules, for both the 2.4 and 2.6 series kernels
+    kernel modules
   </li>
 </ul>
 
@@ -152,21 +167,11 @@
 configuration) must be built as modules or not at all.
 </p>
 
-<pre caption="Installing drivers">
-<comment>(If you want just the Rage128 drivers and modules installed with 
X11)</comment>
-# <i>VIDEO_CARDS="r128" emerge x11-drm</i>
-
-<comment>(To have just the Radeon support)</comment>
-<comment>(R100, R200, R250, R280, but not R300 yet)</comment>
-# <i>VIDEO_CARDS="radeon" emerge x11-drm</i>
-
-<comment>(To install the ATI closed source drivers)</comment>
-<comment>(R200, R250, R280 and R300 only)</comment>
-# <i>emerge ati-drivers</i>
-
-<comment>(To install X11 without any kernel modules)</comment>
-# <i>emerge xorg-x11</i>
-</pre>
+<note>
+Please read the <uri link="/doc/en/dri-howto.xml">Hardware Acceleration
+Guide</uri> for more information on installing drivers for your ATI graphics
+card.
+</note>
 
 </body>
 </section>



-- 
[EMAIL PROTECTED] mailing list

Reply via email to