Skip to content

Instantly share code, notes, and snippets.

@polamjag
Created December 22, 2013 18:11
Show Gist options
  • Select an option

  • Save polamjag/8086330 to your computer and use it in GitHub Desktop.

Select an option

Save polamjag/8086330 to your computer and use it in GitHub Desktop.
logitech USB Trackball xorg.conf
Section "InputClass"
Identifier "Logitech USB Trackball Integration"
MatchProduct "Logitech USB Trackball"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "ButtonMapping" "1 8 9 4 5 6 7 3 2"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "3"
Option "ZAxisMapping" "4 5"
Option "XAxisMapping" "6 7"
Option "Emulate3Buttons" "false"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment