swift 05/07/13 12:57:52 Modified: xml/htdocs/doc/en dri-howto.xml Log: #98034 - Use the insecure-drivers USE flag for certain kinds of chipsets
Revision Changes Path 1.22 +19 -3 xml/htdocs/doc/en/dri-howto.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/dri-howto.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/dri-howto.xml?rev=1.22&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/dri-howto.xml.diff?r1=1.21&r2=1.22&cvsroot=gentoo Index: dri-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- dri-howto.xml 6 Apr 2005 09:39:59 -0000 1.21 +++ dri-howto.xml 13 Jul 2005 12:57:52 -0000 1.22 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.21 2005/04/06 09:39:59 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.22 2005/07/13 12:57:52 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/dri-howto.xml"> @@ -18,8 +18,8 @@ <license/> -<version>1.0.9</version> -<date>2005-02-14</date> +<version>1.0.10</version> +<date>2005-07-13</date> <chapter> <title>Introduction</title> @@ -219,6 +219,22 @@ <body> <p> +Some chipsets require you to rebuild <c>xorg-x11</c> with +<c>USE="insecure-drivers"</c>. This applies to mach64, unichrome and savage +chipsets on xorg-x11-6.8.2, and to mach64 and unichrome on xorg-x11-6.8.99.x. +Savage users should not try xorg-x11-6.8.99.x as support for the savage there +is broken. +</p> + +<pre caption="Rebuilding xorg-x11"> +# <i>vim /etc/portage/package.use</i> +<comment>(Add the following line if you use one of the abovementioned chipsets)</comment> +x11-base/xorg-x11 insecure-drivers + +# <i>emerge xorg-x11</i> +</pre> + +<p> Open <path>/etc/X11/xorg.conf</path> with your favorite text editor and edit it to enable DRI and GLX. </p> -- [email protected] mailing list
