Comment 12 for bug 9068

Revision history for this message
Javier Jardón (jjardon) wrote : Re: Autodetection fails to find serial mouse

I solve the problem. I change this (/etc/X11/xorg.org):

Section "InputDevice"
        Identifier "Configured Mouse"
        Driver "mouse"
        Option "CorePointer"
        Option "Device" "/dev/input/mice"
        Option "Protocol" "ImPS/2"
EndSection

for this:

Section "InputDevice"
        Identifier "Configured Mouse"
        Driver "mouse"
        Option "Device" "/dev/ttyS0"
        Option "Protocol" "Microsoft"
EndSection