Results 1 to 5 of 5

Thread: No plymouth splash screen?

  1. #1
    Join Date
    Mar 2007
    Beans
    95

    No plymouth splash screen?

    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!

  2. #2
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: No plymouth splash screen?

    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

  3. #3
    Join Date
    Mar 2007
    Beans
    95

    Re: No plymouth splash screen?

    Quote Originally Posted by dino99 View Post
    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?

  4. #4
    Join Date
    Mar 2007
    Beans
    95

    Re: No plymouth splash screen?

    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/scrip...mouth-for.html

  5. #5
    Join Date
    Aug 2009
    Location
    United States
    Beans
    4,523
    Distro
    Ubuntu Development Release

    Re: No plymouth splash screen?

    #Need to get video drivers working before mountall hits:
    Fix below from launchpad some time ago: Works:
    Code:
    sudo -i
    Code:
    echo FRAMEBUFFER=y > /etc/initramfs-tools/conf.d/splash 
    update-initramfs -u
    Remember hence where you come and pass it down.
    Ubuntu Forums member #899097 and Ubuntu Member:


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •