diff --git a/package/x11/xfree86/XF86Config.data b/package/x11/xfree86/XF86Config.data index 530c37ff3..4d7c4ba90 100644 --- a/package/x11/xfree86/XF86Config.data +++ b/package/x11/xfree86/XF86Config.data @@ -232,8 +232,9 @@ Section "InputDevice" Identifier "Mouse1" Driver "mouse" - Option "Protocol" "Auto" - Option "Device" "/dev/mouse" + Option "Protocol" "ImPS/2" + Option "Device" "/dev/input/mice" + Option "ZaxisMapping" "4 5" #Option "Emulate3Buttons" "true" # for a two button touch-pad EndSection diff --git a/package/x11/xorg/xorg.conf.data b/package/x11/xorg/xorg.conf.data index 0bf392b0e..15ce16065 100644 --- a/package/x11/xorg/xorg.conf.data +++ b/package/x11/xorg/xorg.conf.data @@ -192,7 +192,7 @@ EndSection Section "InputDevice" Identifier "Keyboard1" - Driver "Keyboard" + Driver "kbd" # For most OSs the protocol can be omitted (it defaults to "Standard"). # When using XQUEUE (only for SVR3 and SVR4, but not Solaris), @@ -254,8 +254,9 @@ Section "InputDevice" Identifier "Mouse1" Driver "mouse" - Option "Protocol" "Auto" - Option "Device" "/dev/mouse" + Option "Protocol" "ImPS/2" + Option "Device" "/dev/input/mice" + Option "ZaxisMapping" "4 5" #Option "Emulate3Buttons" "true" # for a two button touch-pad EndSection