Changes

Jump to: navigation, search

Ubuntu

1,662 bytes added, 18:05, 4 November 2010
no edit summary
[[Category:Linux distributions]]
[[Category:Howtos]]
 
=Touchpad Button=
This only will apply to those who have a touchpad with a button that disables the touchpad. Synaptics touchpad driver and Gnome both disable the touchpad individually. For some reason, Gnome (in particular gnome-settings-daemon) fails to re-enable it; which is why you will end up with a dead touchpad, once you disable it.
If you find yourself with a dead touchpad, here is what you should do. First of all, open a terminal. Press Alt+F1 to open the applications menu and choose the Terminal application from the accessories or use an external mouse to so.
 
To bring your touchpad back to life, enter the following command into terminal:
 
"gconftool --type bool --set /desktop/gnome/peripherals/touchpad/touchpad_enabled true"
 
The key "/desktop/gnome/peripherals/touchpad/touchpad_enabled" is where gnome-settings-daemon remembers that you disabled your touchpad. This is the reason, why it is disabled even after a reboot.
 
The issue will re-appear, next time you disable your touchpad. You need to prevent gnome-settings-daemon from disabling your touchpad in the first place, because the Synaptics touchpad driver does this already. To do so, run the following command in a terminal:
 
gconftool-2 --type string --set /apps/gnome_settings_daemon/keybindings/touchpad ""
 
This dissociates the key to lock your touchpad from gnome-settings-daemon. If for any reason, the latter command breaks the lock touchpad support for you, than you probably have a different issue. To re-associate the key with gnome-settings-daemon, run this command:
 
gconftool-2 --type string --set /apps/gnome_settings_daemon/keybindings/touchpad XF86TouchpadToggle
Anonymous user

Navigation menu