anodynos / touchegg

Automatically exported from code.google.com/p/touchegg
4 stars 1 forks source link

Touchegg registering 4 and 5 finger gestures but not 2 or 3. #187

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm running Ubuntu 12.10 with the GNOME 3 Shell.

I compiled and installed touchegg from source with no Problems. After being 
called in the terminal, touchegg does not recognize 2 or 3 finger input  
gestures. Dragging with 4 fingers or tapping with 5 is not a problem whatsoever.

My touchpad is a ETPS/2 Elantech Touchpad.

I use the synaptics driver; when changing to evdev in the 
/usr/share/X11/xorg.conf.d/ the touchpad isn working at all.

A friend of mine has nearly the same ubuntu setup and just installed gnome3. 
For him, all gestures work like a charm.

Do you have any idea, what could be blocking my input?

Greetings,

Matti

Original issue reported on code.google.com by thefckwa...@gmail.com on 14 Jan 2013 at 2:25

GoogleCodeExporter commented 8 years ago
  synclient TapButton2=0
  synclient TapButton3=0
  synclient ClickFinger2=0
  synclient ClickFinger3=0
  synclient HorizTwoFingerScroll=0
  synclient VertTwoFingerScroll=0

Just pasting this into the terminal fixed it for me!
Now working like a charm!

Greetings,

Matti

Original comment by thefckwa...@gmail.com on 14 Jan 2013 at 2:42

GoogleCodeExporter commented 8 years ago

Original comment by jose.exposito89@gmail.com on 14 Jan 2013 at 3:11