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: Mon, 30 Nov 2009 08:35:37
Message-Id: E1NF1jI-0006Ld-FQ@stork.gentoo.org
1 nightmorph 09/11/30 08:35:32
2
3 Modified: ati-faq.xml
4 Log:
5 updated ati FAQ for bug 293564. also updated info on driver support and other misc. bits
6
7 Revision Changes Path
8 1.47 xml/htdocs/doc/en/ati-faq.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ati-faq.xml?rev=1.47&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ati-faq.xml?rev=1.47&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ati-faq.xml?r1=1.46&r2=1.47
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.46
18 retrieving revision 1.47
19 diff -u -r1.46 -r1.47
20 --- ati-faq.xml 6 Jul 2008 08:29:11 -0000 1.46
21 +++ ati-faq.xml 30 Nov 2009 08:35:32 -0000 1.47
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ati-faq.xml,v 1.46 2008/07/06 08:29:11 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ati-faq.xml,v 1.47 2009/11/30 08:35:32 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/ati-faq.xml">
29 @@ -27,8 +27,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>1.7</version>
34 -<date>2008-07-06</date>
35 +<version>1.8</version>
36 +<date>2009-11-30</date>
37
38 <chapter>
39 <title>Hardware Support</title>
40 @@ -42,7 +42,8 @@
41 2D accelerated features. The 3D support is provided either by xorg-x11, or by
42 ATI's <uri
43 link="http://mirror.ati.com/support/drivers/linux/radeon-linux.html">closed
44 -source drivers</uri>.
45 +source drivers</uri>. ATI's closed source driver only supports R600 and newer
46 +GPUs. Older GPUs will use the mature xorg-x11 driver.
47 </p>
48
49 <table>
50 @@ -64,32 +65,32 @@
51 <tr>
52 <ti>R200, R250, R280</ti>
53 <ti>Radeon8500, Radeon9000, Radeon9200</ti>
54 - <ti>xorg, ATI DRI</ti>
55 + <ti>xorg</ti>
56 </tr>
57 <tr>
58 <ti>R300, R400</ti>
59 <ti>Radeon 9500 - x850</ti>
60 - <ti>xorg, ATI DRI</ti>
61 + <ti>xorg</ti>
62 </tr>
63 <tr>
64 <ti>R500</ti>
65 <ti>Radeon X1300 and higher</ti>
66 - <ti>ATI DRI, xorg (since xf86-video-ati 6.9)</ti>
67 + <ti>xorg</ti>
68 </tr>
69 <tr>
70 <ti>R600</ti>
71 <ti>Radeon HD 2000 series</ti>
72 - <ti>ATI DRI, xorg (since xf86-video-ati 6.9)</ti>
73 + <ti>ATI DRI, xorg</ti>
74 </tr>
75 <tr>
76 <ti>RV670</ti>
77 <ti>Radeon HD 3000 series</ti>
78 - <ti>ATI DRI, xorg (since xf86-video-ati 6.9)</ti>
79 + <ti>ATI DRI, xorg</ti>
80 </tr>
81 <tr>
82 <ti>RV770</ti>
83 <ti>Radeon HD 4000 series</ti>
84 - <ti>ATI DRI (since catalyst 8.6), xorg support in progress</ti>
85 + <ti>ATI DRI, xorg</ti>
86 </tr>
87 </table>
88
89 @@ -132,13 +133,13 @@
90 </body>
91 </section>
92 <section>
93 -<title>I have a laptop. Is my ATI Mobility model supported?</title>
94 +<title>I have a laptop. Is my ATI Mobility model supported?</title>
95 <body>
96
97 <p>
98 It should be, but you may have a configuration issue due to the OEM PCI id that
99 such chips may have. In most cases, you may have to write the configuration
100 -file yourself or use the <c>xorgconfig</c> utility.
101 +file yourself.
102 </p>
103
104 </body>
105 @@ -182,9 +183,8 @@
106 <body>
107
108 <p>
109 -The use of <c>xorgcfg</c> or <c>xorgconfig</c> to generate the
110 -<path>xorg.conf</path> configuration file is suggested. Alternatively, you may
111 -use the Xorg auto configuration option:
112 +You may not need to manually create <path>xorg.conf</path> or modify it. Try
113 +running without it first. You can also use the Xorg auto configuration option:
114 </p>
115
116 <pre caption="Autoconfiguring X">
117 @@ -202,9 +202,15 @@
118 package.
119 </note>
120
121 -<impo>
122 +<note>
123 PPC users could use the <c>Xorgautoconfig</c> stand-alone configuration tool by
124 emerging the <c>Xorgautoconfig</c> ebuild, but isn't required.
125 +</note>
126 +
127 +<impo>
128 +If you're using <c>ati-drivers</c>, then you'll need to disable <c>radeonfb</c>
129 +(and probably any other framebuffer drivers) in your kernel config, as it
130 +conflicts with the built-in framebuffer in <c>ati-drivers</c>.
131 </impo>
132
133 </body>