https://bugs.kde.org/show_bug.cgi?id=430324

Bob <arkon...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arkon...@yahoo.com

--- Comment #1 from Bob <arkon...@yahoo.com> ---
Best approach is to split handling of the tablet. Touch will be handled by
libinput, stylus by xf86-wacom:

Create a file named /etc/X11/xorg.conf.d/90-libinput-wacom.conf with the
following contents, and then reboot:

```
Section "InputClass"
         Identifier "libinput Wacom touchpad override class"
         MatchUSBID "056a:*"
         MatchDevicePath "/dev/input/event*"
         MatchIsTouchpad "true"
         Driver "libinput" 
EndSection
```

Source:
https://github.com/linuxwacom/xf86-input-wacom/issues/28#issuecomment-420737038

There is one issue, if you have a libinput touchpad, that will be replaced in
KDE settings with the Wacom Touchpad (I'm about to create a bug report for
that).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to