Kubuntu: Howto configure synaptic touchpad
Requirements
For TouchFreeze and Qsynaptic.
- install required qt-packages:
$ sudo apt-get install qt3-designer qt3-dev-tools libqt3-mt-dev qt4-designer qt4-dev-tools - install latest synaptics driver:
$ sudo apt-get install libsynaptics0 - edit /etc/X11/xorg.conf :
add the following line to the touchpad section:
Option “SHMConfig” “on”
This allows configuration of the touchpad at runtime.
TouchFreeze: enable / disable touchpad from system tray
- install required qt-packages:
$ sudo apt-get install qt4-designer qt4-dev-tools - get latest touchfreeze-tarball from here:
http://qsynaptics.sourceforge.net/dl.html - compile touchfreeze:
/opt/touchfreeze-0.2.2$ /usr/share/qt4/bin/qmake
/opt/touchfreeze-0.2.2$ make - copy the TouchFreeze binary in your ~/.kde/Autostart folder:
/opt/touchfreeze-0.2.2$ ln -s touchfreeze ~/.kde/Autostart/ - restart X server:
Ctrl + Alt + Backspace - TouchFreeze utility is now present in the system tray and you can enable/disable the touchpad.
QSynaptics: configure synaptic touchpadQsynaptic is a standalone application.
- install required qt-packages:
$ sudo apt-get install qt3-designer qt3-dev-tools libqt3-mt-dev - get latest qsynaptic-tarball from here:
http://prdownloads.sourceforge.net/qsynaptics/qsynaptics-0.21.tar.bz2?download - compile qsynaptic:
/opt/qsynaptics$ /usr/share/qt3/bin/qmake
/opt/qsynaptics$ make - run qsynaptics:
/opt/qsynaptics/bin$ ./qsynaptics - configure your touchpad
xorg.conf: configure synaptic touchpad
If qsynaptic doesn’t work. Try configuring “etc/X11.xorg.conf” manually:
Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizEdgeScroll" "0" Option "SHMConfig" "on" Option "MinSpeed" "1" Option "MaxSpeed" "10" Option "AccelFactor" "0.2" EndSection
For detailed option description read: http://linux.die.net/man/5/synaptics
About this entry
You’re currently reading “Kubuntu: Howto configure synaptic touchpad”, an entry on ORATECH_blog
- Author:
- Frank Engel
- Published:
- 22.09.08 / 10:36
- Category:
- Linux
- Post Navigation:
- « KDE Session Management and Autostarting
Howto make screenshots including mouse pointer and expanded menus on linux »
- Related posts:
