Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: dri-howto.xml
Date: Wed, 01 Feb 2006 11:58:43
Message-Id: 200602011158.k11BwYjv008894@robin.gentoo.org
1 neysx 06/02/01 11:58:34
2
3 Modified: xml/htdocs/doc/en dri-howto.xml
4 Log:
5 #120506 no need to start an editor to add a line to packages.use
6
7 Revision Changes Path
8 1.28 +5 -6 xml/htdocs/doc/en/dri-howto.xml
9
10 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
11 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
12 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
13
14 Index: dri-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v
17 retrieving revision 1.27
18 retrieving revision 1.28
19 diff -u -r1.27 -r1.28
20 --- dri-howto.xml 16 Dec 2005 07:30:48 -0000 1.27
21 +++ dri-howto.xml 1 Feb 2006 11:58:34 -0000 1.28
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.27 2005/12/16 07:30:48 fox2mike Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.28 2006/02/01 11:58:34 neysx Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/dri-howto.xml">
29 @@ -20,8 +20,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>1.0.15</version>
34 -<date>2005-12-16</date>
35 +<version>1.2</version>
36 +<date>2006-02-01</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -221,9 +221,8 @@
41 </p>
42
43 <pre caption="Rebuilding xorg-x11">
44 -# <i>vim /etc/portage/package.use</i>
45 -<comment>(Add the following line if you use one of the abovementioned chipsets)</comment>
46 -x11-base/xorg-x11 insecure-drivers
47 +<comment>(Add the insecure-drivers USE flag if you use one of the aforementioned chipsets)</comment>
48 +# <i>echo "x11-base/xorg-x11 insecure-drivers" &gt;&gt; /etc/portage/package.use</i>
49
50 # <i>emerge xorg-x11</i>
51 </pre>
52
53
54
55 --
56 gentoo-doc-cvs@g.o mailing list