[PC-BSD Commits] r3393 - pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header
svn at pcbsd.org
svn at pcbsd.org
Mon Feb 2 10:30:55 PST 2009
Author: kris
Date: 2009-02-02 10:30:55 -0800 (Mon, 02 Feb 2009)
New Revision: 3393
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.xorg.conf
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel-3d-enable.xorg.conf
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel.xorg.conf
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/mga-3d-enable.xorg.conf
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/nvidia.xorg.conf
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/xorg.conf.generic
Log:
Added Server Flags to our xorg.conf templates
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 2009-02-02 18:23:35 UTC (rev 3392)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati-3d-enable.xorg.conf 2009-02-02 18:30:55 UTC (rev 3393)
@@ -9,6 +9,10 @@
Option "AIGLX" "true"
EndSection
+Section "ServerFlags"
+ Option "AllowEmptyInput" "Off"
+EndSection
+
Section "Files"
ModulePath "/PCBSD/local/lib/xorg/modules"
FontPath "/Programs/fonts/"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati.xorg.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati.xorg.conf 2009-02-02 18:23:35 UTC (rev 3392)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati.xorg.conf 2009-02-02 18:30:55 UTC (rev 3393)
@@ -8,6 +8,10 @@
Option "Clone" "off"
EndSection
+Section "ServerFlags"
+ Option "AllowEmptyInput" "Off"
+EndSection
+
Section "Files"
ModulePath "/PCBSD/local/lib/xorg/modules"
FontPath "/Programs/fonts/"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel-3d-enable.xorg.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel-3d-enable.xorg.conf 2009-02-02 18:23:35 UTC (rev 3392)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel-3d-enable.xorg.conf 2009-02-02 18:30:55 UTC (rev 3393)
@@ -9,6 +9,10 @@
Option "AIGLX" "true"
EndSection
+Section "ServerFlags"
+ Option "AllowEmptyInput" "Off"
+EndSection
+
Section "Files"
ModulePath "/PCBSD/local/lib/xorg/modules"
FontPath "/Programs/fonts/"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel.xorg.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel.xorg.conf 2009-02-02 18:23:35 UTC (rev 3392)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel.xorg.conf 2009-02-02 18:30:55 UTC (rev 3393)
@@ -8,6 +8,10 @@
Option "Clone" "off"
EndSection
+Section "ServerFlags"
+ Option "AllowEmptyInput" "Off"
+EndSection
+
Section "Files"
ModulePath "/PCBSD/local/lib/xorg/modules"
FontPath "/Programs/fonts/"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/mga-3d-enable.xorg.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/mga-3d-enable.xorg.conf 2009-02-02 18:23:35 UTC (rev 3392)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/mga-3d-enable.xorg.conf 2009-02-02 18:30:55 UTC (rev 3393)
@@ -8,6 +8,10 @@
Option "Clone" "off"
EndSection
+Section "ServerFlags"
+ Option "AllowEmptyInput" "Off"
+EndSection
+
Section "Files"
ModulePath "/PCBSD/local/lib/xorg/modules"
FontPath "/Programs/fonts/"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/nvidia.xorg.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/nvidia.xorg.conf 2009-02-02 18:23:35 UTC (rev 3392)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/nvidia.xorg.conf 2009-02-02 18:30:55 UTC (rev 3393)
@@ -7,6 +7,10 @@
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
+Section "ServerFlags"
+ Option "AllowEmptyInput" "Off"
+EndSection
+
Section "Files"
ModulePath "/PCBSD/local/lib/xorg/modules"
FontPath "/Programs/fonts/"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/xorg.conf.generic
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/xorg.conf.generic 2009-02-02 18:23:35 UTC (rev 3392)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/xorg.conf.generic 2009-02-02 18:30:55 UTC (rev 3393)
@@ -8,6 +8,10 @@
Option "Clone" "off"
EndSection
+Section "ServerFlags"
+ Option "AllowEmptyInput" "Off"
+EndSection
+
Section "Files"
ModulePath "/PCBSD/local/lib/xorg/modules"
FontPath "/Programs/fonts/"
More information about the Commits
mailing list