[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#437254: xserver-xorg-input-synaptics: other simptoms confirmed



I can confirm that some taps are not registered. I didn't notice this before
because i hate taps and disabled them.

And i can confirm that this hack fix this problem as well.
i really don't know this problem could be properly fixed.

--- synaptics.c 2007-05-19 17:56:20.000000000 +0200
+++ synaptics.c 2007-08-30 22:10:02.000000000 +0200
@@ -1713,4 +1713,8 @@
     int i;

+    /* this is crap, but it saves the day */
+       if (hw->x == 1 && hw->y == 5855)
+        hw->numFingers = hw->fingerWidth=0;
+
     /* update hardware state in shared memory */
     para->x = hw->x;


> I have been having trouble with the 0.14.6-0ubuntu7 package from Ubuntu 7.04.
> Basically what it does is that it fails to register some taps as clicks
> because of the strange readings described in the previous post (X=1, Y=5855).
> 
> 
> More details can be found at: 
> https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/133060
>  (with a sample of synclient -m 10 recorded).




Reply to: