在Ubuntu终端用如下命令可以禁用或开启触摸板
sudo rmmod psmouse 或 sudo modprobe -r psmouse #禁用
sudo modprobe psmouse #启用
但它有两个缺陷,一是同时也禁用了触点,二是它开机即失效。
可以通过安装pointing-device解决这个问题。pointing-device可以通过Ubuntu软件中心或Synaptic包管理程序安装。
安装后打开System->Preferences->Point - devices,在左侧选择有TouchPad字样的一项,然后在通用设置中选择Touchpad off即可。
此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/65240.html