[PC-BSD Commits] r4934 - pcbsd/trunk/mfsroot-overlay/root/cardDetect
svn at pcbsd.org
svn at pcbsd.org
Tue Nov 10 13:09:19 PST 2009
Author: kris
Date: 2009-11-10 13:09:19 -0800 (Tue, 10 Nov 2009)
New Revision: 4934
Modified:
pcbsd/trunk/mfsroot-overlay/root/cardDetect/XF86Config.compat
pcbsd/trunk/mfsroot-overlay/root/cardDetect/XF86Config.default
Log:
Added Option "AutoAddDevices" "Off" to our server flags for xorg, fixes
still lacking HAL support in properly detecting all mouse / keyboards out there
Modified: pcbsd/trunk/mfsroot-overlay/root/cardDetect/XF86Config.compat
===================================================================
--- pcbsd/trunk/mfsroot-overlay/root/cardDetect/XF86Config.compat 2009-11-10 21:07:42 UTC (rev 4933)
+++ pcbsd/trunk/mfsroot-overlay/root/cardDetect/XF86Config.compat 2009-11-10 21:09:19 UTC (rev 4934)
@@ -5,6 +5,7 @@
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
+ Option "AutoAddDevices" "Off"
EndSection
Section "Files"
Modified: pcbsd/trunk/mfsroot-overlay/root/cardDetect/XF86Config.default
===================================================================
--- pcbsd/trunk/mfsroot-overlay/root/cardDetect/XF86Config.default 2009-11-10 21:07:42 UTC (rev 4933)
+++ pcbsd/trunk/mfsroot-overlay/root/cardDetect/XF86Config.default 2009-11-10 21:09:19 UTC (rev 4934)
@@ -5,6 +5,7 @@
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
+ Option "AutoAddDevices" "Off"
EndSection
Section "Files"
More information about the Commits
mailing list