我在笔记本电脑上安装了 Ubuntu,到目前为止一切运行良好,所有驱动程序的工作方式与 Windows 中相同。
不同于此绅士的“问题”,对我来说,这就是我想要的工作方式,但我不知道如何实现。
运行xinput list-props 16
将获取触摸板信息:
Device 'ETPS/2 Elantech Touchpad':
Device Enabled (148): 1
Coordinate Transformation Matrix (150): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Tapping Enabled (303): 1
libinput Tapping Enabled Default (304): 0
libinput Tapping Drag Enabled (305): 1
libinput Tapping Drag Enabled Default (306): 1
libinput Tapping Drag Lock Enabled (307): 0
libinput Tapping Drag Lock Enabled Default (308): 0
libinput Tapping Button Mapping Enabled (309): 1, 0
libinput Tapping Button Mapping Default (310): 1, 0
libinput Natural Scrolling Enabled (285): 1
libinput Natural Scrolling Enabled Default (286): 0
libinput Disable While Typing Enabled (311): 1
libinput Disable While Typing Enabled Default (312): 1
libinput Scroll Methods Available (289): 1, 1, 0
libinput Scroll Method Enabled (290): 1, 0, 0
libinput Scroll Method Enabled Default (291): 1, 0, 0
libinput Click Methods Available (313): 1, 1
libinput Click Method Enabled (314): 1, 0
libinput Click Method Enabled Default (315): 1, 0
libinput Middle Emulation Enabled (294): 0
libinput Middle Emulation Enabled Default (295): 0
libinput Accel Speed (296): -0.094891
libinput Accel Speed Default (297): 0.000000
libinput Left Handed Enabled (301): 0
libinput Left Handed Enabled Default (302): 0
libinput Send Events Modes Available (270): 1, 1
libinput Send Events Mode Enabled (271): 0, 0
libinput Send Events Mode Enabled Default (272): 0, 0
Device Node (273): "/dev/input/event10"
Device Product ID (274): 2, 14
libinput Drag Lock Buttons (287): <no items>
libinput Horizontal Scroll Enabled (288): 1
仅供参考,Elantech Touchpad 至少在 Windows 中不受某些自定义程序(如 AbsoluteTouchEx)支持,因此无法使用绝对定位。
似乎使用 evdev 可以解决这个问题,但我认为这是物理设备无法支持的。