欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

ubuntu 11.10 下关闭触摸板

程序员文章站 2022-07-15 11:50:14
...

一,使用命令

#启动触控板
sudo modprobe psmouse 

#关闭触控板 
sudo modprobe -r psmouse 

二,安装小工具

sudo add-apt-repository ppa:atareao/atareao
sudo aptitude update
sudo aptitude install touchpad-indicator