[PC-BSD Commits] r3679 - pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin
svn at pcbsd.org
svn at pcbsd.org
Fri Mar 27 09:05:47 PST 2009
Author: kris
Date: 2009-03-27 10:05:46 -0700 (Fri, 27 Mar 2009)
New Revision: 3679
Modified:
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/setupconf.sh
Log:
Fixed some bugs with mouse detection on dual-head setups
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/setupconf.sh
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/setupconf.sh 2009-03-27 16:57:01 UTC (rev 3678)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/setupconf.sh 2009-03-27 17:05:46 UTC (rev 3679)
@@ -133,12 +133,16 @@
then
echo 'Section "ServerFlags"
Option "Xinerama" "0"
+ Option "AutoAddDevices" "False"
+ Option "AllowEmptyInput" "Off"
EndSection
' >> ${TMPFILE}
else
echo 'Section "ServerFlags"
Option "Xinerama" "1"
+ Option "AutoAddDevices" "False"
+ Option "AllowEmptyInput" "Off"
EndSection
' >> ${TMPFILE}
More information about the Commits
mailing list