[#Linux] CentOS 7 禁用笔记本的触摸板

安装 xorg-x11-apps
yum install xorg-x11-apps
查看对应设备的 id
xinput –list
关闭 touchpad
xinput set-int-prop 14 "Device Enabled" 8 0
启用 touchpad
xinput set-int-prop 14 "Device Enabled" 8 1
注意:设备的 id 有时候会改变

posted @ 2019-07-13 22:31  严格的阿b  阅读(400)  评论(0编辑  收藏  举报