lorenzodelarocha / touchegg

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

Only two finger guestures can be recognized #202

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I installed touchegg and changed the driver setting at 
"/X11/xorg.conf.d/50-synaptics.conf" 
Section "InputClass"
        Identifier "touchpad catchall"
        Driver "evdev" #original is synaptics
        MatchIsTouchpad "on"
# This option is recommend on all Linux systems using evdev, but cannot be
# enabled by default. See the following link for details:
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
      MatchDevicePath "/dev/input/event*"
EndSection

After I reboot the computer,my touchpad is not working with one finger. But the 
touchegg can recognize the two-finger guesture (Such as scrolling 、 previous 
page、next page)

How can I fixed it?

Original issue reported on code.google.com by a2584...@gmail.com on 17 Mar 2013 at 10:15

GoogleCodeExporter commented 8 years ago
What version of Ubuntu are you using? There is not necessary change the driver 
if your are using Ubuntu 11.04 or more:
https://code.google.com/p/touchegg/wiki/ConfigureDevices

Check the FAQ please:
https://code.google.com/p/touchegg/wiki/FAQ

Original comment by jose.exposito89@gmail.com on 17 Mar 2013 at 6:14

GoogleCodeExporter commented 8 years ago
I use 12.04.
But when I use the driver synptics, touchegg doesn't work at all.
I tryed the command below
  synclient TapButton2=0
  synclient TapButton3=0
  synclient ClickFinger2=0
  synclient ClickFinger3=0
  synclient HorizTwoFingerScroll=0
  synclient VertTwoFingerScroll=0

Original comment by a2584...@gmail.com on 18 Mar 2013 at 1:38

GoogleCodeExporter commented 8 years ago
This is probably because your device is not supported by uTouch. Is your device 
in the list of the FAQ?
https://wiki.ubuntu.com/Multitouch/HardwareSupport

You can try to ask about your device support in 
https://launchpad.net/canonical-multitouch

Original comment by jose.exposito89@gmail.com on 18 Mar 2013 at 1:41

GoogleCodeExporter commented 8 years ago

Original comment by jose.exposito89@gmail.com on 1 Aug 2013 at 2:30