You are not logged in.

#1 2013-06-12 20:02:04

Evan.h
Member
Registered: 2013-04-18
Posts: 5

[SOLVED] Short lag between touchpad click/touch and action

Hi,

Even with FastTaps enabled in /etc/X11/xorg.conf.d/10-synaptics.conf, my touchpad has a latency (~50ms) when I click by touching it. If I click with the touchpad button, then there is no delay.
Is it possible to make it immediate?

I think the delay might be due to the double tap that wait for a response when a one tap occurs, but i might be wrong.

Here's my synaptics.conf :

Section "InputClass"
       Identifier "touchpad catchall"
       Driver "synaptics"
       MatchIsTouchpad "on"
              Option "AccelFactor" "0.0400"
              Option "MinSpeed" "0.7"
              Option "MaxSpeed" "1.3"
              Option "FastTaps" "1"
              Option "VertScrollDelta" "-111"
              Option "HorizScrollDelta" "-111"
              Option "HorizTwoFingerScroll" "1"
 EndSection

Anyway, thanks for your help!

Last edited by Evan.h (2013-06-16 18:00:21)

Offline

#2 2013-06-12 20:12:52

schmidtbag
Member
From: NH, USA
Registered: 2011-02-08
Posts: 337

Re: [SOLVED] Short lag between touchpad click/touch and action

I haven't messed with touchpad configurations in about 2 years but I have never configured it using xorg.  I personally created a shell script with a series of synclient commands that would run automatically at boot.  You could also try using one of the synclient GUI programs, as they might reveal something you're not aware of.  There's a good 40 or so different attributes you can configure with synaptic touch pads.

Offline

#3 2013-06-12 20:34:34

Evan.h
Member
Registered: 2013-04-18
Posts: 5

Re: [SOLVED] Short lag between touchpad click/touch and action

Thanks for your answer. I tried Synaptiks (for kde) a few times ago but it only had the FastTaps switch which, i guess does the same as the FastTaps in synclient. I also tried a few configs with synclient but unfortunately never succeeded.

Offline

#4 2013-06-12 20:37:21

schmidtbag
Member
From: NH, USA
Registered: 2011-02-08
Posts: 337

Re: [SOLVED] Short lag between touchpad click/touch and action

There's a possibility the xorg files are overriding the others.  I'd suggest removing it (or back it up anyway).

Do you get this problem from live CDs?  It could just be the hardware.

Offline

#5 2013-06-13 19:35:07

Evan.h
Member
Registered: 2013-04-18
Posts: 5

Re: [SOLVED] Short lag between touchpad click/touch and action

I just booted from a ubuntu live cd (13.04) and you were right, it has the same problem, and it might be a hardware issue hmm . I've got a Sony Vaio svs1312j3ew which is a recent one, and I don't remember how the touchpad was responding on Windows.

Offline

#6 2013-06-13 19:39:41

schmidtbag
Member
From: NH, USA
Registered: 2011-02-08
Posts: 337

Re: [SOLVED] Short lag between touchpad click/touch and action

Windows would be a good test to see if it is a hardware issue, but supposing Windows does work fine, it could also have a different configuration, or more reliable drivers.  There's a lot of factors, but testing Windows would be a start anyway.  There are synclient options that mess with delays, I just don't remember them off the top of my head.

Last edited by schmidtbag (2013-06-13 19:40:01)

Offline

#7 2013-06-16 15:11:36

Evan.h
Member
Registered: 2013-04-18
Posts: 5

Re: [SOLVED] Short lag between touchpad click/touch and action

Hi, I just tested from a windows installation disc and the tap works just fine. I'll play with the syncient  options to see if i can get to something.

Offline

#8 2013-06-16 15:23:18

schmidtbag
Member
From: NH, USA
Registered: 2011-02-08
Posts: 337

Re: [SOLVED] Short lag between touchpad click/touch and action

Good to know.  So yeah at this point it's either synclient settings or a driver problem.  Personally, I'd put blame on the settings

Offline

#9 2013-06-16 17:58:01

Evan.h
Member
Registered: 2013-04-18
Posts: 5

Re: [SOLVED] Short lag between touchpad click/touch and action

Ok, I solved it by adding ClickTime set to 0 and SingleTapTimeout to 0 also. Tap is now instant !
Thanks schmidtbag for your help.

Offline

#10 2013-06-16 18:03:53

schmidtbag
Member
From: NH, USA
Registered: 2011-02-08
Posts: 337

Re: [SOLVED] Short lag between touchpad click/touch and action

Nice, good to know synclient was the solution.  Sorry I couldn't give you a direct answer myself.

Offline

Board footer

Powered by FluxBB