From: Eric Andersen Date: Fri, 21 Jul 2006 03:29:50 +0000 (-0000) Subject: let X figure out the correct mouse protocol X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15b2f67f645b15dcda3e5e21c2f3068a5daa40be;p=buildroot.git let X figure out the correct mouse protocol --- diff --git a/package/xorg/xorg.conf b/package/xorg/xorg.conf index ceb17eadf4..7696462455 100644 --- a/package/xorg/xorg.conf +++ b/package/xorg/xorg.conf @@ -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