Skip to content

Instantly share code, notes, and snippets.

@millerjp
Last active August 29, 2015 14:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save millerjp/58495a4b0f09890ec273 to your computer and use it in GitHub Desktop.
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
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
@millerjp
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment