6

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 ??

Jorge Castro
  • 71,754

3 Answers3

12

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.

jrg
  • 60,611
Andy
  • 123
  • 2
    I had same problem,DISABLE TOUCHPAD WHILE TYPING worked for me, Thanks a bunch – kernel_panic Nov 29 '11 at 16:19
  • Typed in the command and my touchpad worked again instantly. I have also unchecked the option in settings but can't say whether it helps or not yet. It's not frozen yet, which is good ;) – Pijusn Jan 21 '12 at 14:36
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 !

hg8
  • 13,462
fedeman
  • 113
2

Looks like recent interactions from other projects has caused this bug to become more visible. see bug:868400.

Workaround from the bug:

  1. open terminal window, <Ctrl-Alt-T>
  2. type: gsettings set org.gnome.settings-daemon.plugins.mouse active false
  3. close your session with: gnome-session-quit
  4. After logging in again - should be back to working.

Also, plugging in a USB mouse worked for me before I tried the workaround.