/usr/share/X11/xorg.conf.d/20-thinkpad.conf file (which didn't work) to creating a /etc/udev/rules.d/99_trackpoint.rules rule for udev (which didn't work) to creating the most generic X11 configuration file, the /etc/X11/xorg.conf, which also didn't work.Long story short, to make it work, it was very simple using
xinput but note that these steps may be specific to Thinkpad X32 and Debian Squeeze.First, create a
~/.xsessionrc and the put the ff. lines inside the file:# Enable vertical scrollingxinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 8 1xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 8 2 (Optional)
# Enable horizontal scrolling xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Axes" 8 6 7 4 5Do restart
xorg (or just restart your laptop) and it will work (it worked for me).
0 comments:
Post a Comment