Thanks @Bob (caltinay) for the libinput insight.

I'm using Linux Mint 19, a Bionic based distro, and was suffering from
the same issue.

libinput, in fact, was already installed. All I had to do is change the
driver to libinput creating a file called
/usr/share/X11/xorg.conf.d/90-libinput.conf with the following contents:


######################################
Section "InputClass"
    Identifier "libinput touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "libinput"
    Option "Tapping" "True"
    Option "DisableWhileTyping" "True"
EndSection
######################################

Clickpad now works exactly as it should. Touch sensitivity at the bottom
area (where the buttons are located) is now correctly disabled.

Thanks!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-input-synaptics in Ubuntu.
https://bugs.launchpad.net/bugs/1026046

Title:
  Missing support for thumb resting on bottom of clickpad

Status in Xserver Xorg Input Synaptics:
  Unknown
Status in xserver-xorg-input-synaptics package in Ubuntu:
  In Progress
Status in xserver-xorg-input-synaptics source package in Precise:
  Confirmed
Status in xserver-xorg-input-synaptics package in Debian:
  New

Bug description:
  When using the trackpad on the MacBook Pro In Mac OS X it is possible to have 
the thumb resting (ready to click) on the bottom part of the touchpad while 
moving the mouse pointer around with your index or middle finger. 
  Likewise it is also possible to use two finger scrolling with the index and 
middle finger on the upper part on the track pad while resting the thumb on the 
lower part of the trackpad.

  This behaviour is not currently supported with the synaptics driver in
  12.04. It wil register a two finger scroll when the thumb is resting
  in the bottom part and index finger moves around in the upper part.

  I have tried playing aroud with the setting AreaBottomEdge that
  disables all motion on the bottom part of the touchpad. Unfortunately
  when this setting is enabled it still detects a finger in the area, so
  it wil register a two finger scroll like before.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/1026046/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to