Howto Install Logitech Mx310 mouse
Posted by maximillan on December 6, 2006
In the Terminal window:
gksudo gedit /etc/X11/xorg.conf
find Section “InputDevice”
and enter:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "7"
Option "ButtonMapping" "1 2 3 6 7"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "false"
EndSection
done !!, now 5 button working.
gizz0 said
Great, thx! :)
BCM said
Thank for helping out using the Logitech mouse.