How to disable/re-enable touchpad on toshiba laptops?
'Forum Post
ulist at gs1.ubuntuforums.org
Fri Dec 2 11:59:54 UTC 2005
With the synaptics driver you disable touchpad with
#synclient touchpadoff=1
and enable with
#synclient touchpadoff=0
You can easily make a script to do this on Fn-F9 in /etc/acpi following
the other examples in there.
On mine (Tosh Satellite 2450) the synaptics driver breaks suspend so I
use
Driver "mouse"
instead of
Driver "synaptics"
in /etc/X11/xorg.conf
Now, I just disable the touchpad with "modprobe -r psmouse"
and load when needed with "modprobe psmouse", and these actions tied to
Fn-F9
Cheers
--
Raoul Duke
More information about the ubuntu-users
mailing list