Page 1 of 1

Easiest way to configure trackpoint on ubuntu

Posted: Tue Jan 01, 2008 5:42 pm
by iv76erson03
I've tried a bunch of different ways but I can't get anything to work. my linux skill level is about a 2, so i need something easy and detailed.

Posted: Tue Jan 01, 2008 7:12 pm
by pibach

Posted: Wed Jan 02, 2008 10:18 am
by iv76erson03
Yeah I've been trying to get on there for a couple days and the page won't load.

Posted: Wed Jan 02, 2008 10:41 am
by lophiomys
for Kubuntu 7.10, for permanent changes
added to /etc/rc.local

Code: Select all

#  - - - Thinkpad Trackpoint 
echo -n 120 > /sys/devices/platform/i8042/serio1/serio2/speed
echo -n 220 > /sys/devices/platform/i8042/serio1/serio2/sensitivity
beware the paths to sensitivity and speed have been
slightly different in earlier versions of Kubuntu.

HTH

Posted: Wed Jan 02, 2008 11:07 am
by pibach
yes, thinkwiki server is down, weird.

But Trackpoint does run out-of-the-box in Ubuntu Gutsy. You can change sensitivity and speed by a GUI tool. Only if you want even more speed/sensitivity you'll need the above.

For Firefox go to about:config (type in as URL) and change:
mousewheel.horizscroll.withnokey.action = 0;
mousewheel.horizscroll.withnokey.numlines = 1;