Comment 19 for bug 1715479

Revision history for this message
In , Matt (matt-redhat-bugs) wrote :

problem still persists with no change.

putting 3 fingers on the disabled touchpad still messes up clicking.

$ rpm -qa |grep libinput
libinput-1.7.2-2.fc26.x86_64
xorg-x11-drv-libinput-0.25.1-1.fc27.x86_64

$ rpm -qa |grep evdev
libevdev-1.5.7-1.fc27.x86_64

$ loginctl
   SESSION UID USER SEAT
        c1 42 gdm seat0
         2 1000 jamisonm seat0

$ loginctl show-session 2 -p Type
Type=wayland

WITH TOUCHPAD DISABLED:
$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ xwayland-pointer:13 id=6 [slave pointer (2)]
⎜ ↳ xwayland-relative-pointer:13 id=7 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ xwayland-keyboard:13 id=8 [slave keyboard (3)]

WITH TOUCHPAD ENABLED:
$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ xwayland-pointer:13 id=6 [slave pointer (2)]
⎜ ↳ xwayland-relative-pointer:13 id=7 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ xwayland-keyboard:13 id=8 [slave keyboard (3)]

I don't see a touchpad device name to run xinput watch-props on.