Skip to content

Instantly share code, notes, and snippets.

@dontfreakout
Created December 2, 2015 09:55
Show Gist options
  • Save dontfreakout/2bfa713a435e513b417a to your computer and use it in GitHub Desktop.
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
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