我正在为我的 Chuwi Hi10 Air 平板电脑/混合 PC 设置 Linux (Devuan Beowulf) 安装。相应的键盘上有一个触摸板,但不是 Synaptics,而是其他东西。即使 MSWin 也没有特定的驱动程序;诸如 2 指滚动和 2 指点击 = 右键单击之类的操作是在设备本身中完成的。
它确实可以在 MSWin 下滑行,但我在 Linux psmouse kmod 中没有看到任何在软件中执行此操作的选项。知道在下面的哪些设置下可以隐藏该功能,以及如何激活它? (我会修补但不知道如何):
> xinput list-props 13
Device 'HS-C109S-US-01-00- USB Keyboard Mouse':
Device Enabled (172): 1
Coordinate Transformation Matrix (174): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Natural Scrolling Enabled (307): 0
libinput Natural Scrolling Enabled Default (308): 0
libinput Scroll Methods Available (311): 0, 0, 1
libinput Scroll Method Enabled (312): 0, 0, 0
libinput Scroll Method Enabled Default (313): 0, 0, 0
libinput Button Scrolling Button (314): 2
libinput Button Scrolling Button Default (315): 2
libinput Middle Emulation Enabled (316): 0
libinput Middle Emulation Enabled Default (317): 0
libinput Accel Speed (318): 0.000000
libinput Accel Speed Default (319): 0.000000
libinput Accel Profiles Available (320): 1, 1
libinput Accel Profile Enabled (321): 1, 0
libinput Accel Profile Enabled Default (322): 1, 0
libinput Left Handed Enabled (323): 0
libinput Left Handed Enabled Default (324): 0
libinput Send Events Modes Available (292): 1, 0
libinput Send Events Mode Enabled (293): 0, 0
libinput Send Events Mode Enabled Default (294): 0, 0
Device Node (295): "/dev/input/event8"
Device Product ID (296): 7247, 99
libinput Drag Lock Buttons (309): <no items>
libinput Horizontal Scroll Enabled (310): 1
答案1
它可能与 synaptics 驱动程序一起使用。
安装xserver-xorg-input-synaptics
以启用它。