mishaaq / kcm_touchpad

kcontrol module to configure synaptics-driven touchpads

Home Page:http://kde-apps.org/content/show.php/kcm_touchpad?content=113335

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PURPOSE:
kcm_touchpad - KControl module to configure "synaptics" driver-based
touchpads under GNU/Linux. Version 0.1.0 based on libsynaptics, since 0.2.0
switched backend to Xinput.

PREREQUISITES:
* "xorg-input-synaptics" driver (version above 0.14.3)
* libsynaptics and SHM option turned on (only with version 0.1.0)
* Xinput extension (version 0.2.0+)
* KDE4

INSTALLATION:
All you need to do is:
* Unpack the tarball
* Change current directory to the unpacked one
* do "mkdir build"
* do "cd build"
* run "cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .."
* run "make" following by "make install" with superuser rights

UNINSTALLATION:
Just change current directory to KCM_TOUCHPAD_DIR/build where
KCM_TOUCHPAD_DIR is unpacked directory out of installation
process and run "make uninstall" with superuser rights.

About

kcontrol module to configure synaptics-driven touchpads

http://kde-apps.org/content/show.php/kcm_touchpad?content=113335

License:GNU General Public License v2.0


Languages

Language:C++ 88.2%Language:C 7.8%Language:CMake 3.7%Language:Shell 0.2%