1. 查看设备 找出 触摸板(含有touchpad的字符) 并记住其id号 xinput --list 2. 查看其状态 xinput list-props 14(id号) 找出 'Device Enabled (137)' 字符 其状态一般为 1--表示其可以使用 3. 禁用 touchpad设备 xinput set-prop 'ETPS/2 Elantech Touchpad' 'Device Enabled' 0