strangely the script i wrote for loading the settings with fspc was
working yesterday, but doesn't anymore. after some toying around i gave
up, the problem is somewhere with the fspc -t -l  line, it won't execute
from the script. (if you put it at the bottom, outside the case
statement, it prevents the system from suspending)

i'm now using echo statements to setup the touchpad after suspend/hibernate, 
this works fine.
to read out the current settings (after you made them with fspc or another 
config program), use a terminal to go to /sys/devices/platform/i8042/serio1/ 
and use the cat command to read out the various entries, for instance:
cat vscroll
cat hscroll
cat accel
cat flags

write those values down and add them to the script, below the reset
line, in the form of: echo -n thedesiredvalue >
/sys/devices/platform/i8042/serio1/targetentry

i hope everyone can get their touchpad working the way it should be
working now

-- 
Add driver for Sentelic Touch pad
https://bugs.launchpad.net/bugs/311869
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to