Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-doc-cvs
nightmorph 11/03/23 09:34:13
Modified: dri-howto.xml
Log:
some xorg.conf cleanups
Revision Changes Path
1.48 xml/htdocs/doc/en/dri-howto.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/dri-howto.xml?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/dri-howto.xml?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/dri-howto.xml?r1=1.47&r2=1.48
Index: dri-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- dri-howto.xml 23 Mar 2011 09:26:50 -0000 1.47
+++ dri-howto.xml 23 Mar 2011 09:34:13 -0000 1.48
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.47 2011/03/23 09:26:50 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.48 2011/03/23 09:34:13 nightmorph Exp $ -->
<guide>
<title>Hardware 3D Acceleration Guide</title>
@@ -24,7 +24,7 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>3</version>
+<version>4</version>
<date>2011-03-23</date>
<chapter>
@@ -371,11 +371,14 @@
<body>
<p>
-Edit <path>/etc/X11/xorg.conf</path>. In section "Device" enable ForcePCIMode.
+Create a config file in <path>/etc/X11/xorg.conf.d/</path>; name it anything you
+want as long as it ends in <path>.conf</path>. Add the following to it:
</p>
-<pre caption="Enabling ForcePCIMode">
-Option "ForcePCIMode" "True"
+<pre caption="/etc/X11/xorg.conf.x/10-pcimode.conf">
+Section "Device"
+ Option "ForcePCIMode" "True"
+EndSection
</pre>
</body>
|
|