ok i figured out how to controll the click on pad setting without usage
of the fspc program :-) maybe this also works in Lucid, but i can't test
that right now...

echo -n kbxyac > /sys/devices/platform/i8042/serio1/flags
turns off click on pad, turning it on is done by passing the following:
echo -n kbxyaC > /sys/devices/platform/i8042/serio1/flags
the c flag is the click function, a capitol is turning it on.

to enable the vertical scrolling:
echo -n 1 > /sys/devices/platform/i8042/serio1/vscroll
to disable:
echo -n 0 > /sys/devices/platform/i8042/serio1/vscroll

for the horizontal scroll, use hscroll

any other things i should look for?

-- 
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