Results 1 to 3 of 3

Thread: ".So" to be used as a splash image

  1. #1
    Join Date
    Jan 2009
    Location
    India
    Beans
    21
    Distro
    Xubuntu 8.10 Intrepid Ibex

    Smile ".So" to be used as a splash image

    Hi friends,
    I found a beautiful peace of software called"USPLASH MAKER(TUM)",Which converts any image to ".so"(Of any resolution)...So first i created a An image using GIMP(800x600),Saved it as ".png" and later converted it to".so"using Tum.
    After this,i selected startup manger to select my newly created splash screen...But Once i start up the computer again,The splash screen does not apper at all,What could the prob...?Can any one help...?

  2. #2
    Join Date
    Mar 2008
    Location
    Cardiff, UK
    Beans
    427
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: ".So" to be used as a splash image

    I don't know how "usplash maker" creates .so files, but I just want to warn you that .so are not portable. .so files created on 32 bit systems won't work on 64 bit systems and vice-versa, and .so files created on Intrepid won't work on Ubuntu Hardy Heron.

  3. #3
    Join Date
    Aug 2007
    Location
    hyderabad
    Beans
    138
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Lightbulb Re: ".So" to be used as a splash image

    Check whether you are using the newly created .so file
    Code:
    sudo update-alternatives --install /usr/lib/usplash/usplash-artwork.so usplash-artwork.so /usr/lib/usplash/newone.so 10
    Here newone.so is the newly created one and should be present in /usr/lib/usplash

    Code:
    sudo update-alternatives --config usplash-artwork.so && sudo update-initramfs -u
    It should help!!!!
    You can Follow Me Here and My Blog Here

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
  •