Comment 4 for bug 155711

Revision history for this message
Bruno Luna (brunoluna) wrote : Re: Gutsy: Black screen on bootup and shutdown

I had the same bug in my Asus Laptop, just look here in the release notes of ubuntu 7.10 in the ubuntu website, there is a link to a thread where the people explained some workarounds that, at least for me, worked very well and I dont have the problem anymore. You basically have to do the following:
1) changed the resolution in /etc/usplash.conf to 1024x768:
   xres=1024
   yres=786
2) executed the following:
sudo update-initramfs -u -k `uname -r`
And everything should work...
good luck!