Hi, I want the touchpad tapping feature on. Judging by everything I've seen while googling this I realise I am the only person who wants it on, but anyway.
On other distros (gentoo, opensuse, fedora) tapping on the touchpad works out of the box (and doesn't use synclient). With Kubuntu tapping seems disabled.
Here is the relevant xorg.conf part:
and it has the right intputdevice line in serverlayout. Looking at the Option lines just now I realise the touchpad should have scrolling ability too, it doesn't. Any ideas?
Regards,
Doug
On other distros (gentoo, opensuse, fedora) tapping on the touchpad works out of the box (and doesn't use synclient). With Kubuntu tapping seems disabled.
Here is the relevant xorg.conf part:
Code:
Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" Option "LeftEdge" "120" Option "RightEdge" "830" Option "TopEdge" "120" Option "BottomEdge" "650" Option "FingerLow" "14" Option "FingerHigh" "15" Option "MaxTapTime" "180" Option "MaxTapMove" "110" Option "EmulateMidButtonTime" "75" Option "VertScrollDelta" "20" Option "HorizScrollDelta" "20" Option "MinSpeed" "0.3" Option "MaxSpeed" "0.75" Option "AccelFactor" "0.015" Option "EdgeMotionMinSpeed" "200" Option "EdgeMotionMaxSpeed" "200" Option "UpDownScrolling" "1" Option "CircularScrolling" "1" Option "CircScrollDelta" "0.1" Option "CircScrollTrigger" "2" EndSection
Regards,
Doug
Comment