← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 18605] Re: Touchpad doesn't tap-to-click anymore after suspend

 

But there is still something wrong:

I use the following fdi:

<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="input.touchpad">
<!--      <merge key="input.x11_options.SHMConfig" type="string">On</merge> -->
      <merge key="input.x11_options.FingerPress" type="string">84</merge>
      <merge key="input.x11_options.MaxTapTime" type="string">600</merge>
      <merge key="input.x11_options.BMaxTapMove" type="string">250</merge>
      <merge key="input.x11_options.CornerCoasting" type="string">On</merge>
      <merge key="input.x11_options.PalmDetect" type="string">true</merge>
      <merge key="input.x11_options.PalmMinZ" type="string">110</merge>
      <merge key="input.x11_options.PalmMinWidth" type="string">14</merge>
      <merge key="input.x11_options.TapButton1" type="string">1</merge>
      <merge key="input.x11_options.TapButton2" type="string">2</merge>
      <merge key="input.x11_options.TapButton3" type="string">3</merge>
      <merge key="input.x11_options.EmulateTwoFingerMinZ" type="string">70</merge>
      <merge key="input.x11_options.EmulateTwoFingerMinW" type="string">7</merge>
      <merge key="input.x11_options.VertTwoFingerScroll" type="string">1</merge>
      <merge key="input.x11_options.HorizTwoFingerScroll" type="string">1</merge>
      <merge key="input.x11_options.VertEdgeScroll" type="string">0</merge>
    </match>
  </device>
</deviceinfo>

But synclient -l says (amongst other things):
    TapButton1              = 1
    TapButton2              = 3
    TapButton3              = 2
 
TapButton2 and 3 are mixed up.
So it seems there are multiple services setting settings for my touchpad. That's odd..

-- 
Touchpad doesn't tap-to-click anymore after suspend
https://bugs.launchpad.net/bugs/18605
You received this bug notification because you are a member of Ubuntu-X,
which is a bug assignee.