Trackpad Freezes often [closed]
I have newly installed Ubuntu 11.10 on my system and as soon as I start my system the trackpad freezes and I have to restart the system once again and there after every few minutes this keeps happening.Any solution for this problem ??
Solution 1:
Have you tried the command (in terminal window, Ctrl-Alt-T )
synclient TouchpadOff=0
It will not solve the problem, but maybe unfreeze he touchpad for the moment.
Another fix that has been reported is to uncheck the "Disable touchpad while typing" in the system settings, mouse and touchpad.
Hopefully all the filed bug reports will lead to a permanent solution, but for now you can try the above suggestions.
Solution 2:
Looks like recent interactions from other projects has caused this bug to become more visible. see bug:868400.
Workaround from the bug:
- open terminal window,
<Ctrl-Alt-T>
- type:
gsettings set org.gnome.settings-daemon.plugins.mouse active false
- close your session with:
gnome-session-quit
- After logging in again - should be back to working.
Also, plugging in a USB mouse worked for me before I tried the workaround.
Solution 3:
I'm having this problem too, but after trying different solutions, I founded that when I press Ctrl+C (the simple text copy command), no matter where I am, my touchpad goes off and pressing again Ctrl+C give me back my touchpad ...
Anyway I think is just a shortcut from Compiz, because is the only change I have made recently...But I didn't found it yet !
I hope this helps someone...
PS: Always the commands
sudo modprobe -r psmouse
sudo modprobe psmouse
had worked for me !