The previously useful ThinkWiki pages appear quite outdated. I am trying to permanently change my TrackPoint sensitivity and speed settings and enable middle mouse button scrolling. I have tried configure-trackpoint in the past, but the settings were not saved permanently (they are lost after restart).
I have tried gpointing-device-settings
. Using it, I can get middle mouse button scrolling to work, but I cannot change the speed or sensitivity settings of the trackpoint. All methods on the ThinkWiki page that I've tried do not work as directed in Ubuntu 11.04. Can someone explain how to permanently edit the TrackPoint settings so that I can use it correctly?
gksu gedit /etc/udev/rules.d/trackpoint.rules
and pasted the following:SUBSYSTEM=="serio", DRIVERS=="psmouse", WAIT_FOR="/sys/devices/platform/i8042/serio1/serio2/sensitivity", ATTR{sensitivity}="200", ATTR{speed}="150"
Then reboot. Is there any reason I should use Upstart vs udev rules? – Jonathan Blackhall Apr 29 '11 at 16:01DEVPATH=="
(two equals), otherwise it wont work. Cannot edit the post with just one char change, so just left a comment.. – baldr Jun 01 '17 at 11:46