Skip to content

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

Published inLinux

Be First to Comment

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.