Jul
06
2009
Serial Mouse with Scroll on Ubuntu 9.04
Hello,
Just changed my mouse to a Serial one, and the Scroll don’t work. So what to do?
Edit /etc/X11/xorg.conf and add this lines:
Section “InputDevice”
Identifier “Configured Mouse”
Driver “Mouse”
Option “CorePointer”
Option “Device” “/dev/ttyS0″
Option “Protocol” “IntelliMouse”
Option “ZAxisMapping” “4 5″
EndSection
Remember that your Protocol can be other, so verify it typing:
$ inputttach –help
Best Regards,
Matheus





