anodynos / touchegg

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

Touchegg with Lenovo IdeaPad U410 #184

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For the last 3 month I've been trying to make touchegg to support more then 2 
finger gestures with my Lenovo IdeaPad u410.
I tried to run touchegg on: Ubuntu 12.04, Ubuntu 12.10, Ubuntu Gnome remix 
12.04 and Ubuntu Gnome remix 12.10.
Now I'm running Ubuntu Gnome remix 12.10 (Because I understood that 3 fingers 
gestures might be reserved in Unity.)

After disabling synclient by this commands:

    synclient TapButton2=0
    synclient TapButton3=0
    synclient ClickFinger2=0
    synclient ClickFinger3=0
    synclient HorizTwoFingerScroll=0
    synclient VertTwoFingerScroll=0

I only manage to enable 2 fingers gestures so far.

Lately I've discovered that geistest shows me this folloing output:

    Device 45280 added
    attr "device name" = "SynPS/2 Synaptics TouchPad"
    attr "device id" = 45280
    attr "device touches" = 2
    attr "direct touch" = false
    attr "independent touch" = false
    attr "device X minimum" = 1472.000000
    attr "device X maximum" = 5664.000000
    attr "device X resolution" = 42000.000000
    attr "device Y minimum" = 1408.000000
    attr "device Y maximum" = 4682.000000
    attr "device Y resolution" = 52000.000000

Is that mean that my Synaptics driver support only 2 fingers?!?!
If so how can it be? Under windows I do have more then 2 finger gestures...

Please if any one can help my... this issue driving my crazy =\.

Thx

Gal.

Original issue reported on code.google.com by wavebu...@gmail.com on 23 Dec 2012 at 10:35

GoogleCodeExporter commented 8 years ago
Hi!

I think that yes, it means that only 2 touches gestures are supported. Try to 
ask in the uTouch launchpad page.

Original comment by jose.exposito89@gmail.com on 23 Dec 2012 at 4:06