Ubuntu Experiences Database

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.

2 Responses to “Howto Install Logitech Mx310 mouse”

  1. gizz0 said

    Great, thx! :)

  2. BCM said

    Thank for helping out using the Logitech mouse.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>