3

Some times my Ubuntu 14.04 becomes frozen (only the window of the program running on top of others is seen but not responsive), while my mouse cursor is still movable, but clicking it doesn't make any change. In such case, which par is going wrong:

  • X window system
  • window manager (e.g. compiz, metacity)
  • desktop environment (e.g. unity, gnome)?

Thanks.

Tim
  • 25,177

1 Answers1

2

Usually this is compiz fault. You can wait like 1 minute and it'll be back.

It not, you can restart it without loose any data.

Press Ctrl + Alt + F1 to open tty1 and run this command to restart it:

compiz --replace

If even this way compiz don't want to restart, find the process, kill it and then run above command again.