0

I keep ubuntu up-to-date. I turned on my computer today and It was slow to boot, only reponding after I moved my mouse a bit. Then it got to the screen with an error message but the error message didn't have a title bar/header. There was no taskbar. I couldn't pull up the left bar or open unity from the super key. I couldn't open the terminal from ctrl-alt-t. The only thing I could do was do ctrl-alt-delete. The task manager pulled up in the top left of the screen without a title bar. My CPU usage was erratic and wildly fluctuating. Ram was steady. I noticed a bump in my network usage. What should I do?

user239868
  • 41
  • 6

1 Answers1

0

It sounds like Compiz (and possibly lightdm) aren't starting properly.

Drop to a TTY and do 'sudo service compiz start' or try 'sudo service lightdm restart'

lbaile200
  • 586
  • 5
  • 12
  • How? I don't know much about TTY. Okay. found it. http://askubuntu.com/questions/66195/what-is-a-tty-and-how-do-i-access-a-tty – user239868 Apr 22 '14 at 18:07
  • You can access a TTY by holding ctrl+alt and hitting any of the F1-F6 keys. You will be presented with a full screen terminal (more or less).

    To get back to your desktop just hold CTRL+ALT and hit F7.

    – lbaile200 Apr 22 '14 at 18:10
  • beat me to it. wait, did you get that from my alt+f2 compiz comment??? – Kaz Wolfe Apr 22 '14 at 18:12
  • Tried Ctrl-Alt-F1. it said that compiz was an unrecognized service and "sudo service lightdm restart" brought me back to my desktop nothing got fixed. – user239868 Apr 22 '14 at 18:16
  • Compiz is finnicky, try something like 'compiz --replace' or 'DISPLAY=:0 compiz --replace' From TTY1 – lbaile200 Apr 22 '14 at 18:17
  • Tried 'compiz --replace'. Didn't work. from TTY1 – user239868 Apr 22 '14 at 18:27
  • tried 'DISPLAY=:0 compiz --replace' on TTY1 didn't work. It gave me – user239868 Apr 22 '14 at 18:37
  • It gave me compiz (core) - Info: Loading plugin: core. compiz (core) - Info: starting plugin: core. compiz (core): Info: Loading plugin: ccp. compiz (core): Info: starting plugin: ccp. compizconfig - Info Backend: ini. compizconfig - info: Integration: true. compizconfig - Info: profile: default. then it stops. desktop is the same as ever. No improvement. – user239868 Apr 22 '14 at 18:44
  • I reinstalled ubuntu. – user239868 Apr 23 '14 at 16:33