Created
October 30, 2017 18:47
-
-
Save hyOzd/12faee52ffb5ef80569b0bf22d9fb2e6 to your computer and use it in GitHub Desktop.
Logitech Trackman Marble trackball scroll wheel emulation configuration for Linux Mint, right small button is configured for wheel emulation
This file contains 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
# place in : /usr/share/X11/xorg.conf.d/ | |
Section "InputClass" | |
Identifier "Marble Mouse" | |
MatchProduct "Logitech USB Trackball" | |
Option "EmulateWheel" "true" | |
Option "EmulateWheelButton" "9" | |
Option "XAxisMapping" "6 7" | |
Option "YAxisMapping" "4 5" | |
Option "Emulate3Buttons" "true" | |
EndSection |
On ubuntu 18.04 this is required. Not sure above files is required. Haven't tried:
xinput --set-prop "Logitech USB Trackball" "libinput Scroll Method Enabled" 0 0 1 xinput --set-prop "Logitech USB Trackball" "libinput Button Scrolling Button" 8
Manjaro KDE Plasma Works!!!
thanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It works even on Debian 10 together with previous/next navigation! Change 8 to 9 for little left button, 5 for right great button, 6 for left great button. Enjoy!