Wednesday, May 18, 2005

Ubuntu Hoary: Logitech MX700

Figured out a simple way to get all buttons on my Logitech MX700 recognized (works in Firefox):

Modified the mouse section in the xorg.conf from:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
to:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "ButtonNumber" "7"
Option "Buttons" "7"
Option "Device" "/dev/input/mice"
Option "EmulateWheel" "on"
Option "EmulateWheelButton" "9"
Option "InputFashion" "Mouse"
Option "Name" "PS/2-Mouse;PS/2"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Restart X. That's it.

Modified from matrulesok @ http://www.linuxforums.org/forum/ntopic38481.html

Labels:

0 Comments:

Post a Comment

<< Home