You have been subscribed to a public bug:
It's reported that there are lots of false action of touch pad as using
keyboard on xps 13
with the factory image.
The factory image is based on xenial.
One propose that install xserver-xorg-input-libinput with modification
90-libinput.conf in /usr/share/X11/xorg.conf.d from
...
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
...
to
...
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "on"
Option "PalmDetection" "on"
EndSection
...
helps a lot.
** Affects: oem-priority
Importance: Critical
Status: Triaged
** Affects: xserver-xorg-input-synaptics (Ubuntu)
Importance: Undecided
Status: New
** Tags: 17.10
--
"disable touchpad while typing" doesn't work on xps 13 and some other laptop
https://bugs.launchpad.net/bugs/1672619
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-input-synaptics in Ubuntu.
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp