Skip to content

Instantly share code, notes, and snippets.

@rsdy
Created August 25, 2012 15:17
Show Gist options
  • Save rsdy/3466993 to your computer and use it in GitHub Desktop.
Save rsdy/3466993 to your computer and use it in GitHub Desktop.
ibm trackpoint configuration
# 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
# 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