On 10/12/11 11:13, Mag. Dr. Nikolaus Klepp wrote:
Does anybody know where qsynaptic and the matching kcmodule has has gone? Or is there an other way to configure a synapic touchpad?
Nik
(As root):
apt-get install xserver-xorg-input-synaptics
(As user):
cat > ~/.trinity/Autostart/synaptics.sh <<EOF #!/bin/bash
# user script to enable touchpad
synclient TapButton1=1 LBCornerButton=2 RBCornerButton=3 MaxTapTime=140 SingleTapTimeout=140 MaxDoubleTapTime=140
EOF
chmod 755 ~/.trinity/Autostart/synaptics.sh
#start it now ~/.trinity/Autostart/synaptics.sh
# will autostart on next login