I'm sort-of new to Linux, and new to Linux Mint 11.

About once a day the UI will completely freeze - except the mouse will move. It won't respond to any clicks or any keyboard ctrl+alt+delete, so I can't actually DO anything, but the mouse does move. Also, if I'm listening to music, that'll keep playing..

I am running an ssh server on that box and I can ssh into the server while this is running.

So, how can I begin to debug this?

link|improve this question
Please start by providing us with some log information. 'dmesg', '/var/log/syslog' - those may hold some hints – Doc Aug 11 '11 at 18:10
... does killing the server (with telinit 3 and then telinit 4) alleviate the issue, or do you have to reboot? – new123456 Aug 11 '11 at 18:35
i did telinit 3 then telinit 4 (neither provided any output), and i don't see anything different on my box – roberta Aug 11 '11 at 18:49
i looked through /var/log/syslog and there are no events within about a half hour before/after 12:53pm (which is the time frozen on my taskbar) – roberta Aug 11 '11 at 18:49
I had the same problem on my Xubuntu install. Most of the time when leaving Chrome open for a while. I suspect a memory leak. – digitxp Aug 27 '11 at 4:05
feedback

3 Answers

There is another way besides putting it to sleep.

Press Ctrl-Alt-F1, login. Type

sudo killall gnome-shell

Then, press Ctrl-Alt-F7. And everything should be fine again, but it's pretty annoying to it this often.

link|improve this answer
feedback

Happens to me too on my laptop. I found out that putting it to sleep and waking it up gets things going again. It doesn't fix it, but avoids data loss from rebooting.

link|improve this answer
feedback

In short: try just type your password, press enter. This worked for me and I had all of the same symptoms:

  • UI will completely freeze: x
  • except the mouse will move: x
  • won't respond to any clicks or keyboard: x
  • not even ctrl+alt+delete: x
  • music will continue play: x

This won't answer "how to debug this" but it may get your computer usable without having to resort to killing anything, so that you can begin to debug this.

You are not telling us if this happens suddenly while doing something, or if it happens if you leave the computer for a little bit.

In my case, this happens if I leave for a short time. I.e. when I come back, the screen looks exactly as when I left it and it won't respond to anything - yet I can move the mouse.

What I found out is that for some reason it is only rendering that frame over and over, however beneath it is all active. It is actually prompting me for a password and all I need to do is enter it in the dark and then it is all functioning again.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.