[Buildroot] svn commit: trunk/buildroot/package/xorg

andersen at uclibc.org andersen at uclibc.org
Fri Jul 21 03:29:51 UTC 2006


Author: andersen
Date: 2006-07-20 20:29:50 -0700 (Thu, 20 Jul 2006)
New Revision: 15739

Log:
let X figure out the correct mouse protocol


Modified:
   trunk/buildroot/package/xorg/xorg.conf


Changeset:
Modified: trunk/buildroot/package/xorg/xorg.conf
===================================================================
--- trunk/buildroot/package/xorg/xorg.conf	2006-07-20 22:50:22 UTC (rev 15738)
+++ trunk/buildroot/package/xorg/xorg.conf	2006-07-21 03:29:50 UTC (rev 15739)
@@ -39,18 +39,18 @@
 Section "InputDevice"
 	Identifier	"PS2 Mouse"
 	Driver		"mouse"
-	Option		"CorePointer"
+	Option		"SendCoreEvents"	"true"
 	Option		"Device"		"/dev/psaux"
-	Option		"Protocol"		"ImPS/2"
+	Option		"Protocol"		"auto"
 	Option		"ZAxisMapping"		"4 5"
 EndSection
 
 Section "InputDevice"
 	Identifier	"USB Mouse"
 	Driver		"mouse"
-	Option		"SendCoreEvents"	"true"
+	Option		"CorePointer"
 	Option		"Device"		"/dev/input/mice"
-	Option		"Protocol"		"ImPS/2"
+	Option		"Protocol"		"auto"
 	Option		"ZAxisMapping"		"4 5"
 EndSection
 




More information about the buildroot mailing list