Disable touchpad in X

I'm not using the touchpad on my Toshiba laptop but instead am using a USB mouse. The touchpad is very sensitive and sometimes while typing the cursor ends up elsewhere on the page.

I have quite a bit running and don't want to start everything again, so is there a way to disable touchpad without having to add a line to the conf file and restart X, perhaps unloading a kernel module?
 
I used to have OpenSolaris installed and the driver can be unloaded from a running system with modunload or loaded again with modload. One can also disable the driver by placing an exclude in /etc/system.

However, OpenSolaris has become too unstable, and on the laptop I am now using, OpenSolaris and SXCE would turn on the fan which constantly ran at high speed and sounded like it was readying for takeoff. The distribution is also having problems with login/display, drivers, and many other problems so I switched. I had OpenBSD installed and no fan problem, then switched to FreeBSD and again no fan problem. Oracle would be wise to pull the binary license agreements for OpenSolaris and let the project die.

Anyway, I was ultimately hoping there was a way with kldunload/kldload that I could disable/enable the touchpad and also an option for /boot/loader.conf that would disable the touchpad on boot and not do anything via X config.
 
Back
Top