swift 05/05/29 09:52:24 Modified: xml/htdocs/doc/en ati-faq.xml Log: Coding Style, no content change
Revision Changes Path 1.22 +23 -18 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.22&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.22&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.21&r2=1.22&cvsroot=gentoo Index: ati-faq.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ati-faq.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ati-faq.xml 29 May 2005 09:49:55 -0000 1.21 +++ ati-faq.xml 29 May 2005 09:52:24 -0000 1.22 @@ -1,9 +1,10 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ati-faq.xml,v 1.21 2005/05/29 09:49:55 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ati-faq.xml,v 1.22 2005/05/29 09:52:24 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/ati-faq.xml"> <title>Gentoo Linux ATi FAQ</title> + <author title="Author"> <mail link="[EMAIL PROTECTED]">Luca Barbato</mail> </author> @@ -32,8 +33,8 @@ <p> Almost every ATI board is 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://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 already present inside the xorg-x11, or by closed source drivers <uri link="http://mirror.ati.com/support/drivers/linux/radeon-linux.html"> @@ -72,13 +73,14 @@ </section> <section> <title> -I have an All-In-Wonder/Vivo board. Are the multimedia features supported? + I have an All-In-Wonder/Vivo board. Are the multimedia features supported? </title> <body> <p> The multimedia features are actually supported by <uri -link="http://gatos.sf.net">the GATOS project</uri> , the gatos drivers will be merged in the xorg tree shortly. +link="http://gatos.sf.net">the GATOS project</uri>, the gatos drivers will be +merged in the xorg tree shortly. </p> </body> @@ -92,11 +94,13 @@ use the ATI closed source drivers. That means that you can't use the r300 3d features at all. If you have such a board and you want it supported by x11, you should contact <uri link="http://www.ati.com">ATI</uri> and ask them to open -the specs. Recently the amd64 closed source driver has been released. amd64 users can use it as the x86 users. +the specs. Recently the amd64 closed source driver has been released. amd64 +users can use it as the x86 users. </p> <impo> -In order to enable the agpgart for certain amd64 chipsets you have to disable the K8 IOMMU support +In order to enable the agpgart for certain amd64 chipsets you have to disable +the K8 IOMMU support </impo> </body> @@ -122,17 +126,18 @@ <body> <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>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</li> - + <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> + 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 + </li> </ul> <p> -- [email protected] mailing list
