Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: How to select a different usplash screen from Ubuntu to Kubuntu to Xubuntu

  1. #11
    Join Date
    May 2005
    Beans
    Hidden!

    Re: How to select a different usplash screen from Ubuntu to Kubuntu to Xubuntu

    sportsfan986. I am not sure if getting rid of the status bar is simple. If I find out more abt it.. I will update my howto accordingly.
    ~byen

    Edit: Nope.. looks like trying to get rid of the status bar ends up crashing the usplash. Im not sure if it is even worth trying. Sorry Sportsfan986.. If anyone knows more abt the statusbar options please let us know.Thanks!
    Last edited by byen; April 29th, 2006 at 05:50 PM.

  2. #12
    Join Date
    Mar 2006
    Location
    Winnipeg, Canada
    Beans
    365
    Distro
    Ubuntu Intrepid Ibex (testing)

    Re: How to select a different usplash screen from Ubuntu to Kubuntu to Xubuntu

    I cant get this command to work:
    sudo dpkg-reconfigure linux-image-'uname -r'
    Use this instead:
    sudo dpkg-reconfigure linux-image-$(uname -r)
    -cheers, groggyboy

  3. #13
    Join Date
    May 2005
    Beans
    Hidden!

    Re: How to select a different usplash screen from Ubuntu to Kubuntu to Xubuntu

    Hey Groggyboy,
    I have tried and tested this on Breezy and to the best of my knowledge this seems to work. From your Nick Info I see that you are currently using Dapper? so was this issue on your Dapper install? and did the command you mentioned work on Dapper? Please let me know so that I can update my howto accordingly. Thanks for the heads up
    ~byen

  4. #14
    Join Date
    May 2006
    Beans
    6

    Re: How to select a different usplash screen from Ubuntu to Kubuntu to Xubuntu

    I tried to build my own Splash and well.........I get a black screen LOL but it boots finally. Not sure where I went wrong. Here is the splash I made.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	crashbootsplash.png 
Views:	80 
Size:	1.5 KB 
ID:	9513  

  5. #15
    Join Date
    Sep 2005
    Location
    Cedar Rapids, IA, USA
    Beans
    545
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: How to select a different usplash screen from Ubuntu to Kubuntu to Xubuntu

    I think usplash themes can only have, if I remember off the top of my head correctly, 16 colors like grub themes.

    Here is a link to the wiki on usplash customization.
    https://wiki.ubuntu.com/USplashCustomizationHowto
    #399784 | Ubuntu User #287
    *** If you're going to program, install the damn build-essential package ***
    There is no such thing as Ubuntu specific programming
    Save the electrons - if you quote, trim!

  6. #16
    Join Date
    Sep 2005
    Location
    Melbourne
    Beans
    78
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: How to select a different usplash screen from Ubuntu to Kubuntu to Xubuntu

    Wow that was the fastest solution out of all those little things that go wrong I've ever seen Much thanks!
    Dell XPS 15Z w Bumblebee
    13.10 64bit, running like a charm (w 14.04 & Windows 7 VMs also running aces).

  7. #17
    Join Date
    Mar 2006
    Location
    Winnipeg, Canada
    Beans
    365
    Distro
    Ubuntu Intrepid Ibex (testing)

    Re: How to select a different usplash screen from Ubuntu to Kubuntu to Xubuntu

    Byen: I am running dapper. Before I go claiming that the command I had to use is the command everyone has to use in dapper, you should maybe get some other dapper user to test it out. It might very well be due to some package or other I have installed.

    Nonetheless, using "linux-image-'uname -r' simply doesn't work for me.

    But whatever the case, the end result is the same.

    Thanks for the how to!

    groggyboy

  8. #18
    Join Date
    Apr 2006
    Location
    Ottawa, Canada
    Beans
    316
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: How to select a different usplash screen from Ubuntu to Kubuntu to Xubuntu

    Don't forget that the quote characters in the command

    linux-image-`uname -r`

    are not the "forward" ones under the double quote (") key, they are "back" quotes (usually found with the ~) key.

    Using backquotes causes the command inside to be executed and the output used in place.

    eg:

    $ uname -r
    2.6.16

    $ echo linux-image-'uname -r'
    linux-image-uname -r

    $ echo linux-image-`uname -r`
    linux-image-2.6.16

  9. #19
    Join Date
    Mar 2006
    Location
    Winnipeg, Canada
    Beans
    365
    Distro
    Ubuntu Intrepid Ibex (testing)

    Re: How to select a different usplash screen from Ubuntu to Kubuntu to Xubuntu

    mbeierl - that would explain why it wasn't working for me.

    in any case, both "linux-image-`uname -r`" and "linux-image-$(uname -r)" work.

  10. #20
    Join Date
    May 2005
    Beans
    Hidden!

    Re: How to select a different usplash screen from Ubuntu to Kubuntu to Xubuntu

    I have now tested this How-to on Breezy as well as on Dapper and it seems to work well. groggyboy and mbeierl, thank you for your input! I have now updated my how-to based on the information you guys have provided here. Thank you guys!
    ~byen

Page 2 of 2 FirstFirst 12

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
  •