- 安装 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 有时候会改变
yum install xorg-x11-apps
xinput –list
xinput set-int-prop 14 "Device Enabled" 8 0
xinput set-int-prop 14 "Device Enabled" 8 1
注意,设备的 id 有时候会改变