CentOS禁用触摸板
-
安装xorg-x11-apps包
yum install xorg-x11-apps
-
查看设备信息
cd /dev/input/
ls //找到触摸板信息
xinput list //找到触摸板的id,这里以13为例
-
禁用触摸板
xinput set-int-prop 13 "Device Enabled" 8 0
-
启用触摸板
xinput set-int-prop 13 "Device Enabled" 8 1
如果你觉得这篇文章对你有帮助或者使你有所启发,请点击右下角的推荐按钮,谢谢,:)