You are not logged in.

#1 2009-12-14 23:42:21

Atreides
Member
Registered: 2009-11-24
Posts: 60

[solved]How to make mouse changes "stick"?

I use a thinkpad with the little red nipple in the middle, and I haven't been able to find a way to permanently increase the sensitivity. Changes within the gui have no effect, but upon googling I did find another thread where somebody changed the settings with this:

echo -n 250 > /sys/devices/platform/i8042/serio1/sensitivity
echo -n 160 > /sys/devices/platform/i8042/serio1/speed
echo -n 1 > /sys/devices/platform/i8042/serio1/press_to_select
echo -n 4 > /sys/devices/platform/i8042/serio1/upthresh

I put these into the console, and they are almost perfect for me. The only problem is, once I reboot the trackpoing reverts back to its snail like crawl. How would I be able to make the above changes permanent?

Last edited by Atreides (2009-12-15 03:52:27)

Offline

#2 2009-12-15 00:24:34

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: [solved]How to make mouse changes "stick"?

Can't you just stick them in /etc/sysctl.conf ?

Offline

#3 2009-12-15 01:42:17

Atreides
Member
Registered: 2009-11-24
Posts: 60

Re: [solved]How to make mouse changes "stick"?

Misfit138 wrote:

Can't you just stick them in /etc/sysctl.conf ?

How would I put them in there? Just copy and paste like they are here?

Offline

#4 2009-12-15 02:45:31

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: [solved]How to make mouse changes "stick"?

You can copy and paste them as they are into /etc/rc.local.

Offline

#5 2009-12-15 03:52:12

Atreides
Member
Registered: 2009-11-24
Posts: 60

Re: [solved]How to make mouse changes "stick"?

ataraxia wrote:

You can copy and paste them as they are into /etc/rc.local.

Worked like a charm, thank you smile

Offline

Board footer

Powered by FluxBB