Results 1 to 3 of 3
Hi, I would like to disable the touchpad on my laptop occasionally, since it is very sensitive... and I would like that to be default feature when I open Ubuntu...
- 10-06-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 67
How to disable the touchpad ?
Hi, I would like to disable the touchpad on my laptop occasionally, since it is very sensitive... and I would like that to be default feature when I open Ubuntu
- 10-06-2007 #2
For a Synaptics touch pad there is syndaemon which turns off the touch pad for a few seconds when the keyboard is being used. Suit your purposes? It's probably already installed.
Start it with syndaemon -d -r or something in .xsession or .xinitrc; don't use exec.
- 10-10-2007 #3Just Joined!
- Join Date
- Sep 2007
- Location
- California USA
- Posts
- 3
Try this (Ubuntu):
First make a backup of this very critical file.
then...Code:sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
Look for these lines:Code:sudo gedit /etc/X11/xorg.conf
Comment-out this entire section by inserting octoplexes (#) like this:Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Save the file. In case of trouble, restore the backup.# Section "InputDevice"
# Identifier "Synaptics Touchpad"
# Driver "synaptics"
# Option "SendCoreEvents" "true"
# Option "Device" "/dev/psaux"
# Option "Protocol" "auto-dev"
# Option "HorizScrollDelta" "0"
# EndSection


Reply With Quote
