Enable and Disable Notebook PC’s touch tablet in Ubuntu
This post was written by admin on November 19, 2009
Posted Under: General
Posted Under: General
Disable and enable laptop touchpad in Ubuntu is very easy,just one command in terminal(Applications/Accessories/Terminal):
synclient touchpadoff=1
this will disable the touchpad.To enable this again,use this command:
synclient touchpadoff=0
Related posts:
- How to disable Ping response in Ubuntu
- Enable Ctrl+Alt+Backspace shortcut key in ubuntu 9.04
- Enable Number pad NumLock at startup in Ubuntu Login Window
- Clear and Disable Recent Documents list on ubuntu gnome
- Enable remote desktop in Virtual machine(Virtualbox guest)
Tags: tips
