neysx 06/02/01 11:58:34 Modified: xml/htdocs/doc/en dri-howto.xml Log: #120506 no need to start an editor to add a line to packages.use
Revision Changes Path 1.28 +5 -6 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.28&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.28&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.27&r2=1.28&cvsroot=gentoo Index: dri-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- dri-howto.xml 16 Dec 2005 07:30:48 -0000 1.27 +++ dri-howto.xml 1 Feb 2006 11:58:34 -0000 1.28 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.27 2005/12/16 07:30:48 fox2mike Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.28 2006/02/01 11:58:34 neysx Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/dri-howto.xml"> @@ -20,8 +20,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.0.15</version> -<date>2005-12-16</date> +<version>1.2</version> +<date>2006-02-01</date> <chapter> <title>Introduction</title> @@ -221,9 +221,8 @@ </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 +<comment>(Add the insecure-drivers USE flag if you use one of the aforementioned chipsets)</comment> +# <i>echo "x11-base/xorg-x11 insecure-drivers" >> /etc/portage/package.use</i> # <i>emerge xorg-x11</i> </pre> -- [email protected] mailing list
