Created
December 2, 2015 09:55
-
-
Save dontfreakout/2bfa713a435e513b417a to your computer and use it in GitHub Desktop.
Logitech - Trackman Marble Trackball Linux X.Org configuration.
Copy to /etc/X11/xorg.conf.d/90-logitech-marble.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "InputClass" | |
Identifier "Marble Mouse" | |
MatchProduct "Logitech USB Trackball" | |
MatchIsPointer "on" | |
MatchDevicePath "/dev/input/event*" | |
Driver "evdev" | |
Option "SendCoreEvents" "true" | |
Option "Buttons" "9" | |
Option "ButtonMapping" "1 8 3 4 5 6 7 2 9" | |
Option "EmulateWheel" "true" | |
Option "EmulateWheelButton" "8" | |
Option "YAxisMapping" "4 5" | |
Option "XAxisMapping" "6 7" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment