<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Middle button not working in X11 the same as with synaptics driver"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=95280">95280</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Middle button not working in X11 the same as with synaptics driver
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Wayland
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>libinput
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>wayland-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>m_arioli@yahoo.it
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I recently switched from synaptics to libinput driver in X11 (xorg 1.18.3). But
I lost some features using the touchpad's middle button, it seems to ignore
long pressure. Touchpad is AlpsPS/2 ALPS DualPoint TouchPad with 3 buttons.

1) With xv I cannot do the rectangular selection [ref.
<a href="http://www.trilon.com/xv/manual/xv-3.10a/control-window-5.html">http://www.trilon.com/xv/manual/xv-3.10a/control-window-5.html</a> - "You can grab
an arbitrary region of the screen by clicking the Middle mouse button and
dragging a rectangle in exactly the same way you draw a cropping rectangle.
When you release the (middle) mouse button, the contents of this rectangle will
be read from the screen and loaded into xv. "]

2) I cannot do the "fast" selection-copy with nedit [ref.
<a href="http://www.doc.ic.ac.uk/lab/labman/nedit/n2.html">http://www.doc.ic.ac.uk/lab/labman/nedit/n2.html</a> - The middle mouse button can
be used to make an additional selection (called the secondary selection). As
soon as the button is released, the contents of this selection will be copied
to the insert position of the window where the mouse was last clicked (the
destination window).]

And so on.
I don't know whether this is due to an incorrect xorg.conf configuration

Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
    Option "Tapping" "on"
EndSection</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>