I'm using Ubuntu 12.04 on a Thinkpad X200. To configure the trackpoint, I use "configure TrackPoint". Unfortunately I can't make Ubuntu saving my settings (concerning the sensitivity etc.). Whenever I reboot the computer, it's set to generic settings again.
I already tried htorque's answer to a similar question and created a new udev-rule for the trackpoint-settings but it didn't helped.
So, how can I make theses settings permanent?
I finally found a working solution:
1. Find the device path of your trackpoint
Run the following in a gnome-terminal (can be opened with Ctrl+Alt+t):
It will return something like
change to whatever it returns for you in the following step.
2. Create a new upstart-job
Still in the terminal type:
A text editor will pop up. Paste the following code in it:
Don' forget to edit the second line if needed (see step 1).
You can edit the numbers in line eight and nine (representing sensitivity and speed) to whatever you prefer. Both can be set in a range from 0 to 255. Leaving them at 200 and 150 works good for me.
Save and exit.
That's it.