PDA

View Full Version : [ubuntu] No plymouth splash screen?



drazgo
January 16th, 2011, 12:03 PM
Hi everyone,

I recently bought a new laptop with an ATI Mobility Radeon 5470HD graphics card in it and installed ubuntu. Everything works just fine, but at the startup, no plymouth splash screen comes up, just a black screen with a white dash...

Does anybody know how to fix this so i can get some eyecandy? :)

Thanks in advance!

dino99
January 16th, 2011, 12:12 PM
check that "splash" is loaded by the boot line

sudo apt-get update
sudo apt-get install -f
sudo dpkg --configure -a
sudo dpkg-reconfigure plymouth

drazgo
January 16th, 2011, 09:39 PM
check that "splash" is loaded by the boot line

sudo apt-get update
sudo apt-get install -f
sudo dpkg --configure -a
sudo dpkg-reconfigure plymouth

Just tried, still not working :? The plymouth splash on shutdown works though... Any other ideas?

drazgo
January 17th, 2011, 04:27 PM
Somebody at askubuntu.com provided me the answer! For people who have the same issue, just follow this tutorial:

http://www.webupd8.org/2010/10/script-to-fix-ubuntu-plymouth-for.html

garvinrick4
January 17th, 2011, 04:34 PM
#Need to get video drivers working before mountall hits:
Fix below from launchpad some time ago: Works:

sudo -i

echo FRAMEBUFFER=y > /etc/initramfs-tools/conf.d/splash
update-initramfs -u