There is no monitor signal while booting Ubuntu Gutsy. Just only a bank screen during booting the system. This problem is also seen again after you shutdown the Ubuntu Gutsy. How can you fix this problem? Don't worry! Hopefully, this post can help you to solve the problem.
First, you should install a startup manager. This tool allows you to change settings in the bootloader and splash screen in Ubuntu Gutsy. Run the following line in your terminal to install this tool.
sudo aptitude install startupmanager
Then, you start up this tool as a root user
sudo startupmanagerYou will see a Startup-Manager window like this


Click "Close" and continue to next step.
You open the usplash configuration file
sudo gedit /etc/usplash.conf
Maybe, the content of your configuration file like this
# Usplash configuration file
xres=1280
yres=1024
You change the resolution in this file to
# Usplash configuration file
xres=800
yres=600
Save file and reboot your Ubuntu box to see the effect. What is your result?
I used startup manager to fix my usplash screen.
However, I set the screen resolution in the manager to my laptop's actual resolution (1024x768).
This works fine, boot up is in about 30 seconds.
But how to do this when the LiveCD boots into a black screen? cant access terminal, ctrl+alt+backspace is not working, nothing seems to work and have to manually power off !
Thank you! It worked for me :)
Awesome , thanks allot this solved my restart/shutdown problems.
Awesome Dude, Ubuntu Rocks, so as you !!!
thanks for the information.....my start-up is ow awesome....
Excellent, It did work for me, thanks a lot.