Created
August 25, 2012 15:17
-
-
Save rsdy/3466993 to your computer and use it in GitHub Desktop.
ibm trackpoint configuration
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
# these settings make the trackpoint scroll horizontally and vertically when the middle button is pressed | |
/usr/bin/xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 1 | |
/usr/bin/xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 2 | |
/usr/bin/xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Axes" 6 7 4 5 | |
/usr/bin/xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Timeout" 150 | |
/usr/bin/xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Middle Button Timeout" 50 |
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
# trackpoint settings: speedy and sensitive | |
echo 255 > /sys/devices/platform/i8042/serio1/sensitivity | |
echo 255 > /sys/devices/platform/i8042/serio1/speed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment