我正在尝试禁用华硕 S200E 笔记本电脑上的触摸屏。在 Ubuntu 16.04 中,我可以这样做:
Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Run Code Online (Sandbox Code Playgroud)
如何在 Ubuntu 18.04 上做到这一点?
18.04 ×1