You are not logged in.

#1 2008-12-31 09:10:04

Dheart
Member
From: Sofia, Bulgaria
Registered: 2006-10-26
Posts: 956

[SOLVED] Tapping delay.

Recently (two days ago) I upgraded to newer version of xorg-server and set up input hotplugging, however there's one thing I couldn't get to work - Tapping the touchpad produces a mouse click fine, though... with a little bit delay (noticeble) and this is quite annoying. Before upgrade I wasn't using synaptics driver and with the default settings there was no delay when tapping, but after upgrade I couldn't figure out any other way to get touchpad tapping to work so I installed synaptics. I don't use all the features (edges, scrolling...), just tapping and I've been playing arround with my 11-x11-synaptics.fdi, but... no effect...
Here's my 11-x11-synaptics.fdi... Anyone having a clue?

<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="input.touchpad">
      <match key="info.product" contains="Synaptics TouchPad">
        <merge key="input.x11_driver" type="string">synaptics</merge>
        <!-- Arbitrary options can be passed to the driver using 
             the input.x11_options property since xorg-server-1.5. -->
        <!-- EXAMPLE:
        <merge key="input.x11_options.LeftEdge" type="string">120</merge>
        -->
      </match>
      <match key="info.product" contains="AlpsPS/2 ALPS">
        <merge key="input.x11_driver" type="string">synaptics</merge>
      </match>
      <match key="info.product" contains="appletouch">
        <merge key="input.x11_driver" type="string">synaptics</merge>
      </match>
      <match key="info.product" contains="bcm5974">
        <merge key="input.x11_driver" type="string">synaptics</merge>
      </match>
        <merge key="input.x11_options.MinSpeed" type="string">0.45</merge>
        <merge key="input.x11_options.MaxSpeed" type="string">0.85</merge>
        <merge key="input.x11_options.AccelFactor" type="string">0.0020</merge>
      <!-- <merge key="input.x11_options.protocol" type="string">event</merge>
        <merge key="input.x11_options.touchpadoff" type="string">0</merge>
        <merge key="input.x11_options.shmconfig" type="string">on</merge> -->
        <merge key="input.x11_options.TapButton1" type="string">1</merge>
        <merge key="input.x11_options.FingerLow" type="string">25</merge>
        <merge key="input.x11_options.FingerHigh" type="string">30</merge>
     <merge key="input.x11_options.MaxTapTime" type="string">180</merge>
        <!--<merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
        <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge> -->
    </match>
  </device>
</deviceinfo>

EDIT: Solved - needed to add

<merge key="input.x11_options.FastTaps" type="string">1</merge>

I suggest someone add this to the wiki smile

Last edited by Dheart (2008-12-31 09:20:25)


My victim you are meant to be
No, you cannot hide nor flee
You know what I'm looking for
Pleasure your torture, I will endure...

Offline

#2 2008-12-31 09:42:40

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [SOLVED] Tapping delay.

You're someone.... smile

Offline

#3 2008-12-31 10:38:57

Dheart
Member
From: Sofia, Bulgaria
Registered: 2006-10-26
Posts: 956

Re: [SOLVED] Tapping delay.


My victim you are meant to be
No, you cannot hide nor flee
You know what I'm looking for
Pleasure your torture, I will endure...

Offline

Board footer

Powered by FluxBB