[PC-BSD Commits] r386 - pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates
svn at pcbsd.org
svn at pcbsd.org
Thu Jun 28 11:23:07 PDT 2007
Author: kris
Date: 2007-06-28 19:23:07 +0100 (Thu, 28 Jun 2007)
New Revision: 386
Modified:
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/i810.template
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/nvidia.template
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/xorg.conf.header
Log:
Updated template files to enable 3d for Intel cards
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/i810.template
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/i810.template 2007-06-28 17:48:19 UTC (rev 385)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/i810.template 2007-06-28 18:23:07 UTC (rev 386)
@@ -16,6 +16,10 @@
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
Identifier "Card0"
+ Option "AllowGLXWithComposite" "True"
+ Option "RenderAccel" "True"
+ Option "AddARGBGLXVisuals" "True"
+ Option "XAANoOffscreenPixmaps" "True"
Driver "i810"
VendorName "i810 Video Driver"
EndSection
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/nvidia.template
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/nvidia.template 2007-06-28 17:48:19 UTC (rev 385)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/nvidia.template 2007-06-28 18:23:07 UTC (rev 386)
@@ -22,8 +22,3 @@
Driver "nvidia"
VendorName "nVidia Corporation"
EndSection
-
-Section "Extensions"
- Option "Composite" "Enable"
-EndSection
-
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/xorg.conf.header
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/xorg.conf.header 2007-06-28 17:48:19 UTC (rev 385)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/xorg.conf.header 2007-06-28 18:23:07 UTC (rev 386)
@@ -5,6 +5,7 @@
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
+ Option "Clone" "off"
EndSection
Section "Files"
@@ -27,6 +28,7 @@
Section "Module"
Load "ddc"
Load "dbe"
+ Load "dri"
Load "extmod"
Load "glx"
Load "xtrap"
@@ -49,3 +51,11 @@
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons"
EndSection
+
+Section "DRI"
+ Mode 0666
+EndSection
+
+Section "Extensions"
+ Option "Composite" "Enable"
+EndSection
More information about the Commits
mailing list