Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
Summary
Product:
Logitech MX510
Vendor:
Logitech
Tested operating systems:
Fedora Core, Linux other
Most recent version of this submission:
Logitech MX510
Average Rating:





Submit a new result for this product
Operating System: Linux other Rating:





Submitted on 2005-06-01 12:00:00
Operating System: Fedora Core Rating:





Submitted on 2006-05-07 22:35:04
brizly
Post License:
GNU LGPL
Post License:
GNU LGPL
adding this few lines in
/etc/X11/xorg.conf
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Buttons" "10"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "false"
Option "ButtonMapping" "1 2 3 6 7 8 9 10 4 5"
EndSection
, and mouse runs with all buttons except the one which would toggle apps (equal to [alt]+[tab]), but that doesn't matter to me.
/etc/X11/xorg.conf
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Buttons" "10"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "false"
Option "ButtonMapping" "1 2 3 6 7 8 9 10 4 5"
EndSection
, and mouse runs with all buttons except the one which would toggle apps (equal to [alt]+[tab]), but that doesn't matter to me.

Post License:
-