fox2mike 05/09/09 10:14:30 Modified: xml/htdocs/doc/en ati-faq.xml Log: #102027 - Grammer fix, add a few spaces. No content change. Thanks to Erik Musick for reporting.
Revision Changes Path 1.34 +6 -3 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.34&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.34&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.33&r2=1.34&cvsroot=gentoo Index: ati-faq.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ati-faq.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ati-faq.xml 5 Sep 2005 16:23:38 -0000 1.33 +++ ati-faq.xml 9 Sep 2005 10:14:30 -0000 1.34 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ati-faq.xml,v 1.33 2005/09/05 16:23:38 fox2mike Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ati-faq.xml,v 1.34 2005/09/09 10:14:30 fox2mike Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/ati-faq.xml"> @@ -83,7 +83,7 @@ <p> The board's multimedia features are supported by <uri link="http://gatos.sf.net">the GATOS project</uri>. These drivers will be -merged in the xorg tree shortly. +merged into the xorg tree shortly. </p> </body> @@ -115,7 +115,7 @@ <p> It should be, but you may have a configuration issue due to the OEM PCI id that -such chips may have. In most cases you may have to write the configuration file +such chips may have. In most cases, you may have to write the configuration file yourself or use the <c>xorgconfig</c> utility. </p> @@ -153,12 +153,15 @@ <pre caption="Installing drivers"> <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> # <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> -- [email protected] mailing list
