1

I am using Ubuntu 11.04 with the default Unity. I have had it crash into the TTY command prompt (black screen) from just about any program I am using (not program specific). When it goes into the TTY, I can login in and get to a command prompt, but am unable to return to the GUI. I am left with no alternative but to use the "sudo reboot" command to reboot the HP Laptop Pavilion dv9000. Any one having this problem? I've used 10.04 & 10.10 without any such problem.

user18432
  • 1,147
  • Sounds like graphics card driver problem, however last X server crashes reported for GeForce Go 7600 I've found were in 2009. First, make sure you use a binary driver using Additional Drivers application (jockey-gtk). Then we could use a log file - when the crash occurs, login to command line and run cp /var/log/Xorg.0.log ~/ - then reboot and post contents of Xorg.0.log file in your home directory to http://paste.ubuntu.com/ – jnv Jun 16 '11 at 22:07
  • I pasted the results of the Xorg.0.log hope this hels – user18432 Jun 25 '11 at 13:15
  • What's the link, please? – jnv Jun 25 '11 at 13:21
  • http://paste.ubuntu.com/633132/ – user18432 Jun 26 '11 at 17:10
  • Thanks. There is current bugreport on Launchpad: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/681945 - you could try switching to non-accelerated desktop (Ubuntu Classic (no effects) on login screen) just to see, if it helps. – jnv Jun 26 '11 at 18:55
  • actually I installed Unity 2D and it seems to have solved the problem. Or at least it hasn't crashed as of yet. If this is a bug in Natty, are they going to fix it? How do I find out if they are doing something about this? – user18432 Jun 28 '11 at 17:35
  • Follow the bug report I've mentioned in my previous comment. One more question though - have you installed Natty "from scratch" or have you upgraded to it from the previous version of Ubuntu? – jnv Jun 28 '11 at 20:24
  • natty from scratch. I've noticed several other differences in my install from what I read on this blog as to cures for other's issues, i.e. if i right click on desktop, noting happens. Yet I read this morning about a procedure to all a unity launcher via right click on the desktop. I have several other small issue's, but not for here. Thanks – user18432 Jun 30 '11 at 15:24
  • When it dropped you to TTY, did it show any errors in the Ctrl+Alt+F1 TTY about anything? If so, what was the error? – Thomas Ward Jul 12 '11 at 12:54

1 Answers1

2

You can use sudo service gdm restart to get the login screen back. If you use "ps ax grep gnome-session", then you will see if you're still logged in, or if the session has ended. You might want to pay attention and see if you get two gnome-sessions when you log back in. If that's the case, then you can use killall -u username gnome-session to end the old one. (You don't need sudo for that, and replace "username" with your actual username).

But if this happens frequently, then you might want to switch to the Ubuntu Classic session from the login screen, or install Unity 2D from the archives.