<br><div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">> keyboard works great. However, the mouse behaves erratically. Every
<br>You should post the relevant portion of your /etc/X11/xorg.conf.<br><br>Most likely you'll need to find the right incantation for the line:<br></blockquote></div><br>My protocol was IMPS/2. Just changed it for PS/2, but results are the same.
<br><br>Section "InputDevice"<br>
    Identifier     "Mouse0"<br>
    Driver         "mouse"<br>
    Option         "Protocol" "PS/2"<br>
    Option         "Device" "/dev/input/mouse0"<br>
    Option         "ZAxisMapping" "4 5"<br>
    Option         "Emulate3Buttons" "no"<br>
EndSection<br><br>BTW the problem is present both in text and X. I have been able to reproduce it very easily in vim while in insert mode.<br><br>I'm going to test the mouse on Windows tomorrow.<br>