Can't Change Mouse Speed

Maurice McCarthy manselton at gmail.com
Thu Jun 10 18:32:02 UTC 2010


>From http://ubuntuforums.org/showthread.php?t=1317868&highlight=microsoft+arc

Put this into
$ sudo gedit /etc/X11/xorg.conf

Section "InputDevice"
    Identifier     "Arc"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ExplorerPS/2"
  # Option         "Emulate3Buttons" "true"
    Option         "VertScrollDelta" "3"
EndSection

Then do

$ sudo /etc/init.d/gdm restart

to restart the xserver.

The fault happens because the arc saves settings in the mouse!!
See if that works
Maurice




More information about the ubuntu-users mailing list