Results 1 to 5 of 5

Thread: Plymouth splash has weird (low) colors on startup but normal colors on shutdown

  1. #1
    Join Date
    Mar 2008
    Beans
    36

    Plymouth splash has weird (low) colors on startup but normal colors on shutdown

    Hello!

    My Plymouth splash screen has weird colors on startup, but when I shut down, the colors are normal.

    I've searched around but only found fixes for low resolution, which I've set for 1024x768 (instead of my monitor's 1280x1024 in case I ever need to use my computer on a different lower res monitor).

    Pics: (pardon the darkness, don't have an editor installed yet)

    Startup (weird colors): Click -> http://i144.photobucket.com/albums/r...7/DSC_4320.jpg

    Shutdown (normal colors): Click -> http://i144.photobucket.com/albums/r...7/DSC_4318.jpg

    EDIT: I forgot to add that it happens on other splash screens. The Ubuntu Studio splash has a green box around/behind the "ubuntu studio" text, and the logo is a cyan (255-blue 255-green) color.
    Last edited by tropicalfish; June 9th, 2010 at 01:11 AM.

  2. #2
    Join Date
    Mar 2008
    Beans
    36

    Re: Plymouth splash has weird (low) colors on startup but normal colors on shutdown

    Bump...

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

    Re: Plymouth splash has weird (low) colors on startup but normal colors on shutdown

    try:

    sudo dpkg-reconfigure plymouth

  4. #4
    Join Date
    Mar 2008
    Beans
    36

    Re: Plymouth splash has weird (low) colors on startup but normal colors on shutdown

    Nope, didn't fix it


    EDIT: In fact, that has increased the time that a black screen appears and reduced plymouth to only a quick "blink" on startup.
    Last edited by tropicalfish; June 9th, 2010 at 04:30 PM.

  5. #5
    Join Date
    Mar 2008
    Beans
    36

    Re: Plymouth splash has weird (low) colors on startup but normal colors on shutdown

    Solved:

    http://ubuntuforums.org/showpost.php...&postcount=450

    Code:
    echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
    sudo update-initramfs -u
    
    sudo sed -i "/splash/s/splash/splash vga=795/" /etc/default/grub
    sudo update-grub

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
  •