Ubuntu 9.10 Upgrade – Fix Xorg Fails to Start

Ubuntuubuntu-9.10upgrade

I upgraded Ubuntu 9.04 to Ubuntu 9.10. After a restart this is all I get:

usplash: setting mode 1280x1024 failed-40b0-8f4d-c4afe4ee4001
usplash: Setting mode 1152x865 failed
usplash: Using mode 1024x768

Ubuntu 9.10 nate-desktop-ubuntu tty1

nate:desktop-ubuntu login:

Update: After running sudo nano /etc/usplash.conf, changing the resolution to 800x600, running sudo update-initramfs -u, and finally restarting, this is all I get:

Boot from (hd0,5) ext    1f60f2b0-6a61-40b0-8f4d-c4afe4ee4001
Ubuntu 9.10 nate-desktop-ubuntu tty1

nate-desktop-ubuntu login:

I can login but all I get is this terminal. How can I get to my desktop, files, icons, or apps?

Update 2: Someone suggested it not a usplash problem but an NVidia problem. Any help?

Best Answer

This seems to be a common error particularly for nVidia users at 1440x900: bug 67826.

Try changing the resolution in usplash.conf (sudo nano /etc/usplash.conf then sudo update-initramfs -u) to something simpler, eg. 1024x768.

Or just apt-get remove usplash completely; it's not exactly an essential part of Ubuntu. (The ubuntu-desktop metapackage relies on it, but there's little harm in removing that.) Since xsplash comes up so quickly now for me in 9.10 I dropped usplash and don't really see any disadvantage. It'll probably be gone in 10.04 anyway.