Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: dri-howto.xml
Date: Wed, 23 Mar 2011 09:34:24
Message-Id: 20110323093413.F33E120054@flycatcher.gentoo.org
1 nightmorph 11/03/23 09:34:13
2
3 Modified: dri-howto.xml
4 Log:
5 some xorg.conf cleanups
6
7 Revision Changes Path
8 1.48 xml/htdocs/doc/en/dri-howto.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/dri-howto.xml?rev=1.48&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/dri-howto.xml?rev=1.48&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/dri-howto.xml?r1=1.47&r2=1.48
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.47
18 retrieving revision 1.48
19 diff -u -r1.47 -r1.48
20 --- dri-howto.xml 23 Mar 2011 09:26:50 -0000 1.47
21 +++ dri-howto.xml 23 Mar 2011 09:34:13 -0000 1.48
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.47 2011/03/23 09:26:50 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.48 2011/03/23 09:34:13 nightmorph Exp $ -->
27
28 <guide>
29 <title>Hardware 3D Acceleration Guide</title>
30 @@ -24,7 +24,7 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>3</version>
35 +<version>4</version>
36 <date>2011-03-23</date>
37
38 <chapter>
39 @@ -371,11 +371,14 @@
40 <body>
41
42 <p>
43 -Edit <path>/etc/X11/xorg.conf</path>. In section "Device" enable ForcePCIMode.
44 +Create a config file in <path>/etc/X11/xorg.conf.d/</path>; name it anything you
45 +want as long as it ends in <path>.conf</path>. Add the following to it:
46 </p>
47
48 -<pre caption="Enabling ForcePCIMode">
49 -Option "ForcePCIMode" "True"
50 +<pre caption="/etc/X11/xorg.conf.x/10-pcimode.conf">
51 +Section "Device"
52 + Option "ForcePCIMode" "True"
53 +EndSection
54 </pre>
55
56 </body>