Backup xorg.conf
- First of all, backup your xorg.conf
Enable/Disable Touchpad
- Edit you xorg.conf
- find «Identifier "Synaptics Touchpad"» and change it to: ("SHMConfig" "true")
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "true"
EndSection
- Disable: (go to terminal and type:)
- Enable:
Disable Touchpad while typing
It's annoying when a person is typing and touch accidentally in the touchpad. This tip disables the touchpad for 'x' seconds when you press a key. It needs the configuration(xorg.conf) carried through in the previous tip to work.
- Go to terminal and type: (disables touchpad for 1 second)
visit syndaemon page for more info
Gsynaptics
Gsynaptics allows to configure your Touchpad. It enables/disables touchpad/tapping and configure scroll movements.
- Install:
- Run at terminal:
- Or go to System » Preferences » Touchpad
Note: for KDE » ksynaptics
Add these tips to startup
If you like some of these tips, and you pretend to use it every time, just add it to start up.
- Go to System » Preferences » Sessions:
Name: 1sec touchpad
Code: syndaemon -i 1 -d
repeat procedure to any desire program..
1 comment:
good post. helped me out with my elantech pad. thanks.
Post a Comment