swift 05/07/02 12:54:37 Modified: xml/htdocs/doc/en ati-faq.xml Log: Correct usage of X11 and ATI GPU names, #96570
Revision Changes Path 1.29 +12 -13 xml/htdocs/doc/en/ati-faq.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/ati-faq.xml?rev=1.29&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/ati-faq.xml?rev=1.29&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/ati-faq.xml.diff?r1=1.28&r2=1.29&cvsroot=gentoo Index: ati-faq.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ati-faq.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ati-faq.xml 2 Jul 2005 12:51:39 -0000 1.28 +++ ati-faq.xml 2 Jul 2005 12:54:37 -0000 1.29 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ati-faq.xml,v 1.28 2005/07/02 12:51:39 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ati-faq.xml,v 1.29 2005/07/02 12:54:37 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/ati-faq.xml"> @@ -17,13 +17,13 @@ <abstract> This FAQ should help users avoid some common installation and configuration -issues related to DRI and x11 for ATI boards. +issues related to DRI and X11 for ATI boards. </abstract> <license/> -<version>1.0.11</version> -<date>2005-06-28</date> +<version>1.0.12</version> +<date>2005-07-02</date> <chapter> <title>Hardware Support</title> @@ -48,22 +48,22 @@ <th>Support</th> </tr> <tr> - <ti>rage128</ti> + <ti>Rage128</ti> <ti>Rage128</ti> <ti>xorg DRI</ti> </tr> <tr> - <ti>r100</ti> + <ti>R100</ti> <ti>Radeon7xxx, Radeon64</ti> <ti>xorg DRI</ti> </tr> <tr> - <ti>r200, r250, r280</ti> + <ti>R200, R250, R280</ti> <ti>Radeon8500, Radeon9000, Radeon9200</ti> <ti>xorg DRI, ATI DRI</ti> </tr> <tr> - <ti>r300, following</ti> + <ti>R300, R400, R500</ti> <ti>Radeon 9500 - x800</ti> <ti>xorg 2D, ATI DRI</ti> </tr> @@ -148,16 +148,15 @@ </p> <pre caption="Installing drivers"> -<comment>(If you want just the Rage128 drivers and modules installed with x11)</comment> +<comment>(If you want just the Rage128 drivers and modules installed with X11)</comment> # <i>VIDEO_CARDS="rage128" emerge x11-drm</i> <comment>(To have just the Radeon support)</comment> -<comment>(r100, r200, r250, r280, but not r300 yet)</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> +<comment>(R200, R250, R280 and R300 only)</comment> # <i>emerge ati-drivers</i> -<comment>(To install just X11 but not install)</comment> -<comment>(any kernel module)</comment> +<comment>(To install X11 without any kernel modules)</comment> # <i>emerge xorg-x11</i> </pre> -- [email protected] mailing list
