Lenovo Thinkpad Trackpoint Scrolling on Linux (debian derivatives)
How to configure Linux to use Trackpoint Scrolling on Lenovo Thinkpads:
Create a file ‘20-thinkpad.conf’
in /usr/share/X11/xorg.conf.d/
with content:
Section "InputClass" Identifier "Trackpoint Wheel Emulation" MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc.
Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint|ThinkPad
Compact USB Keyboard with TrackPoint|USB Trackpoint pointing device" MatchDevicePath "/dev/input/event*" Option "EmulateWheel" "true" Option "EmulateWheelButton" "2" Option "Emulate3Buttons" "true" Option "XAxisMapping" "6 7" Option "YAxisMapping" "4 5" EndSection
restart mdm (for LinuxMint Cinnamon) or reboot.