Disable or Enable Touchpad in Kubuntu 7.10
Posted on April 21, 2008 by kurniawano
Install “ksynaptics” using Adept or apt-get.
and then add
Option “SHMConfig” “on”
in your /etc/X11/xorg.conf file. This is the section to add:
Section “InputDevice”
Identifier “Synaptics Touchpad”
Driver “synaptics”
Option “SendCoreEvents” “true”
Option “Device” “/dev/psaux”
Option “Protocol” “auto-dev”
Option “HorizEdgeScroll” “0″
Option “SHMConfig” “on”
EndSection
Restart your system and you will see Synaptics icon in your taskbar. Right click, and then uncheck “Enable Touchpad”.
That’s all ![]()
Filed under: Uncategorized | Tagged: kubuntu, linux
[...] Hardy (8.04) Posted on May 5, 2008 by kurniawano Previously in Kubuntu Gutsy (7.10), I used Ksynaptics to disable and enable my laptop touchpad, and it works perfectly. Unfortunately, it is no longer supported in [...]