您的位置:首页 > 运维架构 > Linux

CentOS禁用触摸板

2015-01-28 17:11 190 查看
安装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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: