Gentoo Archives: gentoo-doc-cvs

From: Sven Vermeulen <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: dri-howto.xml
Date: Wed, 13 Jul 2005 12:58:18
Message-Id: 200507131257.j6DCv3aC002516@robin.gentoo.org
1 swift 05/07/13 12:57:52
2
3 Modified: xml/htdocs/doc/en dri-howto.xml
4 Log:
5 #98034 - Use the insecure-drivers USE flag for certain kinds of chipsets
6
7 Revision Changes Path
8 1.22 +19 -3 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.22&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.22&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.21&r2=1.22&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.21
18 retrieving revision 1.22
19 diff -u -r1.21 -r1.22
20 --- dri-howto.xml 6 Apr 2005 09:39:59 -0000 1.21
21 +++ dri-howto.xml 13 Jul 2005 12:57:52 -0000 1.22
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.21 2005/04/06 09:39:59 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.22 2005/07/13 12:57:52 swift Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/dri-howto.xml">
29 @@ -18,8 +18,8 @@
30
31 <license/>
32
33 -<version>1.0.9</version>
34 -<date>2005-02-14</date>
35 +<version>1.0.10</version>
36 +<date>2005-07-13</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -219,6 +219,22 @@
41 <body>
42
43 <p>
44 +Some chipsets require you to rebuild <c>xorg-x11</c> with
45 +<c>USE="insecure-drivers"</c>. This applies to mach64, unichrome and savage
46 +chipsets on xorg-x11-6.8.2, and to mach64 and unichrome on xorg-x11-6.8.99.x.
47 +Savage users should not try xorg-x11-6.8.99.x as support for the savage there
48 +is broken.
49 +</p>
50 +
51 +<pre caption="Rebuilding xorg-x11">
52 +# <i>vim /etc/portage/package.use</i>
53 +<comment>(Add the following line if you use one of the abovementioned chipsets)</comment>
54 +x11-base/xorg-x11 insecure-drivers
55 +
56 +# <i>emerge xorg-x11</i>
57 +</pre>
58 +
59 +<p>
60 Open <path>/etc/X11/xorg.conf</path> with your favorite text editor and edit
61 it to enable DRI and GLX.
62 </p>
63
64
65
66 --
67 gentoo-doc-cvs@g.o mailing list