[#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 有时候会改变

原文地址:https://www.cnblogs.com/hukuangjie/p/11182395.html