Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: ati-faq.xml
Date: Tue, 13 Jul 2010 20:08:07
Message-Id: 20100713200803.7A88D2CE14@corvid.gentoo.org
1 nightmorph 10/07/13 20:08:03
2
3 Modified: ati-faq.xml
4 Log:
5 clean up the ATI faq, add R800 (evergreen) support info. inspired by bug 307481.
6
7 Revision Changes Path
8 1.48 xml/htdocs/doc/en/ati-faq.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ati-faq.xml?rev=1.48&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ati-faq.xml?rev=1.48&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ati-faq.xml?r1=1.47&r2=1.48
13
14 Index: ati-faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ati-faq.xml,v
17 retrieving revision 1.47
18 retrieving revision 1.48
19 diff -u -r1.47 -r1.48
20 --- ati-faq.xml 30 Nov 2009 08:35:32 -0000 1.47
21 +++ ati-faq.xml 13 Jul 2010 20:08:03 -0000 1.48
22 @@ -1,8 +1,8 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ati-faq.xml,v 1.47 2009/11/30 08:35:32 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ati-faq.xml,v 1.48 2010/07/13 20:08:03 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 -<guide link="/doc/en/ati-faq.xml">
29 +<guide>
30 <title>Gentoo Linux ATI FAQ</title>
31
32 <author title="Author">
33 @@ -27,8 +27,8 @@
34 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
35 <license/>
36
37 -<version>1.8</version>
38 -<date>2009-11-30</date>
39 +<version>2</version>
40 +<date>2010-07-13</date>
41
42 <chapter>
43 <title>Hardware Support</title>
44 @@ -43,7 +43,7 @@
45 ATI's <uri
46 link="http://mirror.ati.com/support/drivers/linux/radeon-linux.html">closed
47 source drivers</uri>. ATI's closed source driver only supports R600 and newer
48 -GPUs. Older GPUs will use the mature xorg-x11 driver.
49 +GPUs. Older GPUs will use the mature open source xorg-x11 driver.
50 </p>
51
52 <table>
53 @@ -79,17 +79,22 @@
54 </tr>
55 <tr>
56 <ti>R600</ti>
57 - <ti>Radeon HD 2000 series</ti>
58 + <ti>RadeonHD 2000 series</ti>
59 <ti>ATI DRI, xorg</ti>
60 </tr>
61 <tr>
62 <ti>RV670</ti>
63 - <ti>Radeon HD 3000 series</ti>
64 + <ti>RadeonHD 3000 series</ti>
65 <ti>ATI DRI, xorg</ti>
66 </tr>
67 <tr>
68 <ti>RV770</ti>
69 - <ti>Radeon HD 4000 series</ti>
70 + <ti>RadeonHD 4000 series</ti>
71 + <ti>ATI DRI, xorg</ti>
72 +</tr>
73 +<tr>
74 + <ti>R800</ti>
75 + <ti>RadeonHD 5000 series, "Evergreen"</ti>
76 <ti>ATI DRI, xorg</ti>
77 </tr>
78 </table>
79 @@ -103,9 +108,7 @@
80 <body>
81
82 <p>
83 -The board's multimedia features are supported by <uri
84 -link="http://gatos.sf.net">the GATOS project</uri>. These drivers have been
85 -merged into the Xorg tree. You don't need to use anything special;
86 +You don't need to use anything special for the board's multimedia features;
87 <c>x11-drivers/xf86-video-ati</c> will work just fine.
88 </p>
89
90 @@ -117,16 +120,14 @@
91
92 <p>
93 X11 support on the PPC or Alpha platforms is quite similar to x86 X11 support.
94 -However, ATI's closed source drivers are not supported on the PPC or Alpha, so
95 -you cannot use the 3D features of the R300 Graphics Processing Unit (GPU). If
96 -you have such a board and want it supported by X11, contact <uri
97 -link="http://www.ati.com">ATI</uri> and ask them to release the specifications
98 -for your system's GPU. The closed source driver for the AMD64 was released, so
99 -AMD64 users can now enjoy the same features as x86 users.
100 +However, ATI's closed source Catalyst drivers are not supported on the PPC or
101 +Alpha, so you will have to use the open source drivers. The Catalyst drivers are
102 +only available for x86 and AMD64. The open source xorg-x11 drivers should work
103 +well on all architectures.
104 </p>
105
106 <impo>
107 -To enable agpgart support for certain AMD64 chip sets, you have to disable
108 +To enable agpgart support for certain old AMD64 chipsets, you have to disable
109 support for the K8 IOMMU.
110 </impo>
111
112 @@ -138,7 +139,7 @@
113
114 <p>
115 It should be, but you may have a configuration issue due to the OEM PCI id that
116 -such chips may have. In most cases, you may have to write the configuration
117 +such chips may have. In such cases, you may have to write the configuration
118 file yourself.
119 </p>