<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Touchpad multitouch (Synaptics / touchegg + libinput / libinput gestures) not working, but should be capable according to device props"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101299#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Touchpad multitouch (Synaptics / touchegg + libinput / libinput gestures) not working, but should be capable according to device props"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101299">bug 101299</a>
              from <span class="vcard"><a class="email" href="mailto:peter.hutterer@who-t.net" title="Peter Hutterer <peter.hutterer@who-t.net>"> <span class="fn">Peter Hutterer</span></a>
</span></b>
        <pre>libinput is a library, it can be either used by the wayland compositor or by
the xf86-input-libinput driver. Or commandline tools. Right now, all major
compositors use libinput to process input events. Synaptics is an xorg driver
alone, it sits next to xf86-input-libinput and the two are mutually exclusive,
you have to pick one of the two for your touchpad device.

(In reply to nokodemus86 from <a href="show_bug.cgi?id=101299#c2">comment #2</a>)
<span class="quote">> But on pinching or 3+ - Finger swipes i'm getting following output:
> libinput error: libinput bug: Event for missing capability CAP_GESTURE on
> device "AlpsPS/2 ALPS GlidePoint"</span >

oops, that is indeed a bug. Please record a gesture that triggers that bug with
sudo evemu-record and attach the output in a separate bug (as attachment, not
as comment).

<span class="quote">> To be honest, it would already be great if i could at least map
> ALT+left/ALT+right (Browser back/forward) to the 2-finger horizontal swipe. 
> In my case there's no need for horizontal scrolling using touchpad.

> Do you think there could be a chance of at least realizing this?
> For sure i'm absolutely happy to help with any information you need. At
> least i'll try as good as i can ;-)</span >

libinput only interprets and forwards the gestures, it doesn't actually handle
them or convert them to semantic events. That's something that's up to the
compositor (for global gestures) or the client/toolkit for local gestures. But
- no chance of that happening in X, the bits in between are simply missing,
sorry. It's a Wayland-only feature.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>