Khandakar Mujahidul Islam
unread,Oct 19, 2007, 9:09:40 AM10/19/07Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bd...@googlegroups.com, ju_...@yahoogroups.com, sust...@yahoogroups.com, buet...@yahoogroups.com, ju...@googlegroups.com
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