我已经安装了 libinput 手势,但运行时sudo libinput debug-events
我没有看到任何捏合事件。如何在 ubuntu Gnome 上启用它们。
我在使用 Surface Pro 7,并已验证“IPTS Touch”是触摸屏(当我禁用它时,xinput disable "IPTS Touch"
触摸屏停止工作)。
输出xinput --list-props "IPTS Touch"
:
Device 'IPTS Touch':
Device Enabled (176): 1
Coordinate Transformation Matrix (178): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Calibration Matrix (333): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Calibration Matrix Default (334): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Send Events Modes Available (298): 1, 0
libinput Send Events Mode Enabled (299): 0, 0
libinput Send Events Mode Enabled Default (300): 0, 0
Device Node (301): "/dev/input/event7"
Device Product ID (302): 1118, 2463
输出uname -a
:
Linux Surface-Pro-7 5.13.13-surface #1 SMP Fri Sep 3 00:16:33 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
答案1
正如所见linux-surface 仓库,Surface Pro 7 不支持多点触控。
学到教训了,RTFM。