页次: 1
安装系统的时候没有安装驱动!
它为什么自己就可以用了,求关闭方法!
桌面环境:KDE
笔记本:华为 mate book pro x
[img]http://ip.ntrqq.net/images/amamiya.png?wd=5Luw5pyb5pif56m6LeiEmui4j%2BWunuWcsA%3D%3D[/img]
离线
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
可以实现开机禁用触摸屏
离线
页次: 1