请问,非常鸡肋的触摸屏怎么关闭!

安装系统的时候没有安装驱动!
它为什么自己就可以用了,求关闭方法!

桌面环境:KDE
笔记本:华为 mate book pro x

xinput 里找一下?

我的5.1.14-arch1-1-ARCH可以用fn+ESC快捷键关闭,关闭时还显示一个动画。

在/etc/X11/xorg.conf.d下新建文件94-ban-touchscreen.conf,写入以下内容:

Section "InputClass"
    Identifier         "Touchscreen catchall"
    MatchIsTouchscreen "on"
    Option "Ignore" "on"
EndSection

可以实现开机禁用触摸屏