Skip to content

Instantly share code, notes, and snippets.

@yushiro
Created October 20, 2014 23:35
Show Gist options
  • Save yushiro/31777ba961340e41795b to your computer and use it in GitHub Desktop.
Save yushiro/31777ba961340e41795b to your computer and use it in GitHub Desktop.
在ubuntu11.04下取消DELL Laptop的TouchPad功能
这个TouchPad不能用键盘上的启动/关闭来控制, 非常的影响正常鼠标使用。
解决方案来自:
http://askubuntu.com/questions/14178/how-to-disable-touchpad-on-dell-latitude-e-series-e5510-e6510
To disable:
rmmod psmouse
To enable:
modprobe psmouse
Make it permanent in /etc/modprobe.d/blacklist.conf by adding:
blacklist psmouse
Hope this helps on your Dell....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment