usplash problem under Debian
Fri, 2008-12-19 10:24
Hi,
I installed the usplash package provided by Debian, but during boot the splash is not shown. And there is a message like "No theme found for screen mode 1024x768", however I have already installed the debian-edu-artwork-usplash package.
Is there any way to fix this?
Thanks in advance










Maybe the usplash theme expects a specific resolution which you don't have set for your boot process. If the theme needs 1024x768, but it's set to something else that might be why it doesn't work.
So maybe adding vga=791 (for 1024x768 with 16 bit colors) to the kernel line in your /boot/grub/menu.lst would help.
I'll put the table of all VESA VGA mode for convenience (found here).
thanks for pointing that out.
anyways apart from the vga= parameter for kernel, I also need to do this to get it work:
cd /usr/lib/usplash
ln -s debian-edu-usplash.so usplash-artwork.so
dpkg-reconfigure usplash
looks like they forgot to create the symlink for usplash to find the theme
File a bug report on Debian for that if you did not already.