Last active
August 29, 2015 14:22
-
-
Save millerjp/58495a4b0f09890ec273 to your computer and use it in GitHub Desktop.
After replacing trackpad on W540, add this to /usr/share/X11/xorg.conf.d/20-thinkpad.conf on Mint 17.1 to get middle button scrolling working
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
Section "InputClass" | |
Identifier "Touchpad/TrackPoint" | |
MatchProduct "PS/2 Generic Mouse" | |
MatchDriver "evdev" | |
Option "EmulateWheel" "1" | |
Option "EmulateWheelButton" "2" | |
Option "Emulate3Buttons" "0" | |
Option "XAxisMapping" "6 7" | |
Option "YAxisMapping" "4 5" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After replacing the awful, awful, awful trackbad on the Lenovo W540 (see: http://camerongray.me/2015/02/fitting-physical-trackpoint-buttons-to-a-lenovo-thinkpad-t440s/ ) add this to /usr/share/X11/xorg.conf.d/20-thinkpad.conf when using a clean install of Mint 17.1