[PC-BSD Commits] r2697 - in pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates: driver header
svn at pcbsd.org
svn at pcbsd.org
Thu Sep 4 10:44:42 PDT 2008
Author: kris
Date: 2008-09-04 10:44:42 -0700 (Thu, 04 Sep 2008)
New Revision: 2697
Modified:
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/driver/ati-3d-enable.template
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati-3d-enable.xorg.conf
Log:
Updated the ati xorg configuration for 3d / compositing to work properly.
Works on my 9600 PRO here now
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/driver/ati-3d-enable.template
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/driver/ati-3d-enable.template 2008-09-04 15:36:18 UTC (rev 2696)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/driver/ati-3d-enable.template 2008-09-04 17:44:42 UTC (rev 2697)
@@ -1,3 +1,5 @@
Driver "ati"
VendorName "ATI Video Driver"
- Option "CPPIOMode" "yes"
+# Option "CPPIOMode" "yes"
+ Option "XAANoOffscreenPixmaps" "true"
+ Option "AccelMethod" "EXA"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati-3d-enable.xorg.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati-3d-enable.xorg.conf 2008-09-04 15:36:18 UTC (rev 2696)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati-3d-enable.xorg.conf 2008-09-04 17:44:42 UTC (rev 2697)
@@ -6,6 +6,7 @@
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Clone" "off"
+ Option "AIGLX" "true"
EndSection
Section "Files"
More information about the Commits
mailing list