let X figure out the correct mouse protocol
authorEric Andersen <andersen@codepoet.org>
Fri, 21 Jul 2006 03:29:50 +0000 (03:29 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 21 Jul 2006 03:29:50 +0000 (03:29 -0000)
package/xorg/xorg.conf

index ceb17eadf437cbb36ab85e6f8de97f055c35b98f..76964624550367a9bcd48388ecb124838569cbd7 100644 (file)
@@ -39,18 +39,18 @@ EndSection
 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