[PC-BSD Commits] r3435 - pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header
svn at pcbsd.org
svn at pcbsd.org
Wed Feb 11 11:58:25 PST 2009
Author: kris
Date: 2009-02-11 11:58:25 -0800 (Wed, 11 Feb 2009)
New Revision: 3435
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 the Option "AutoAddDevices" "False" to Server Flags in xorg, which may help fix some of our weird mouse issues
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-11 19:42:34 UTC (rev 3434)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati-3d-enable.xorg.conf 2009-02-11 19:58:25 UTC (rev 3435)
@@ -10,6 +10,7 @@
EndSection
Section "ServerFlags"
+ Option "AutoAddDevices" "False"
Option "AllowEmptyInput" "Off"
EndSection
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-11 19:42:34 UTC (rev 3434)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati.xorg.conf 2009-02-11 19:58:25 UTC (rev 3435)
@@ -9,6 +9,7 @@
EndSection
Section "ServerFlags"
+ Option "AutoAddDevices" "False"
Option "AllowEmptyInput" "Off"
EndSection
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-11 19:42:34 UTC (rev 3434)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel-3d-enable.xorg.conf 2009-02-11 19:58:25 UTC (rev 3435)
@@ -10,6 +10,7 @@
EndSection
Section "ServerFlags"
+ Option "AutoAddDevices" "False"
Option "AllowEmptyInput" "Off"
EndSection
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-11 19:42:34 UTC (rev 3434)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel.xorg.conf 2009-02-11 19:58:25 UTC (rev 3435)
@@ -9,6 +9,7 @@
EndSection
Section "ServerFlags"
+ Option "AutoAddDevices" "False"
Option "AllowEmptyInput" "Off"
EndSection
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-11 19:42:34 UTC (rev 3434)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/mga-3d-enable.xorg.conf 2009-02-11 19:58:25 UTC (rev 3435)
@@ -9,6 +9,7 @@
EndSection
Section "ServerFlags"
+ Option "AutoAddDevices" "False"
Option "AllowEmptyInput" "Off"
EndSection
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-11 19:42:34 UTC (rev 3434)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/nvidia.xorg.conf 2009-02-11 19:58:25 UTC (rev 3435)
@@ -8,6 +8,7 @@
EndSection
Section "ServerFlags"
+ Option "AutoAddDevices" "False"
Option "AllowEmptyInput" "Off"
EndSection
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-11 19:42:34 UTC (rev 3434)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/xorg.conf.generic 2009-02-11 19:58:25 UTC (rev 3435)
@@ -9,6 +9,7 @@
EndSection
Section "ServerFlags"
+ Option "AutoAddDevices" "False"
Option "AllowEmptyInput" "Off"
EndSection
More information about the Commits
mailing list