From: Micha on
Is it possible, and if so how to automatically disable the touchpad when
plugging in a usb mouse to the laptop?

this is a dell vosotro laptop with the touchpad using the synapics driver

Thanks


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
From: Andrea Gozzi on
On Mon, 2008-05-05 at 18:49 +0300, Micha wrote:
> Is it possible, and if so how to automatically disable the touchpad when
> plugging in a usb mouse to the laptop?
>
> this is a dell vosotro laptop with the touchpad using the synapics driver
>
> Thanks
>
>

easy peasy:
http://ubuntu.wordpress.com/2006/03/24/disable-synaptics-touchpad/

Andrea


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
From: Bob Proulx on
Micha wrote:
> Is it possible, and if so how to automatically disable the touchpad when
> plugging in a usb mouse to the laptop?

I don't know udev details but a udev script triggered when the mouse
is plugged in seems reasonable to me. I am sure the synclient would
be useful in that script.

apt-cache show xserver-xorg-input-synaptics

man synclient

synclient TouchpadOff=1
synclient TouchpadOff=0

I find the syndaemon an indispensable tool on my laptop. It isn't
what you are asking about but seems related. Might be useful to know
about anyway.

syndaemon -i 1 -K -d

Bob