方法
1:命令行方式,得每次用終端輸入命令行設置,不方便。
bash
sudo rmmod psmouse #
用來禁用觸摸板
ide
sudo modprobe psmouse #
用來啓用觸摸板
想要永久禁用觸摸板能夠這樣:
打開終端,而後
命令行
sudo gedit /etc/modprobe.d/blacklist.conf
加入一行
blacklist psmouse
重啓電腦,就可禁用觸控板了,之後若是想啓用就刪除該行。
方法2:利用管理軟件
touchpad-indicator管理。(真的不錯)首先更新源:
get
sudo add-apt-repository ppa:atareao/atareao
更新,而後安裝touchpad-indicator
it
sudo apt-get update && sudo apt-get install touchpad-indicator
安裝成功後,進入Dash,搜索
class
touchpad-indicator
,點擊你會發現好像沒有反應,覺得坑
爹了,其實沒有。。。你會發現你的系統托盤多了一個觸摸板的小圖標。。。
點擊它,進入首選項就能夠設置了。
軟件