Tuesday, October 2, 2007

PS/2 mouse still uses the mouse protocol (in xorg.conf)

So the evdev driver only works for USB mice. My gentoo xorf.conf section looks like

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection

No comments: