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:
Modified from matrulesok @ http://www.linuxforums.org/forum/ntopic38481.html
Modified the mouse section in the xorg.conf from:
Section "InputDevice"to:
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"Restart X. That's it.
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
Modified from matrulesok @ http://www.linuxforums.org/forum/ntopic38481.html
Labels: Computer and network
0 Comments:
Post a Comment
<< Home