I've faced boot splash problem in my new ubuntu 7.10. It didn't show the
bootsplash image. I've solve it here. Problem was in /etc/usplash.conf.
Resolution was 1280x1024. It should be 1024x768 or 800x600.
So edit the /etc/usplash.conf. It would be like the following
xres=800
yres=600

Then run the following command
$sudo update-initramfs -u -k `uname -r`

Happy Linuxing.

-
Suzan
-- 
ubuntu-bd mailing list
ubuntu-bd@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

Reply via email to