安装 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