Tips to Change Your Login And Boot Screen In Ubuntu Lucid

The latest version of Ubuntu (10.04 Lucid) comes with a plymouth theme that allows more cool and animated screen to be displayed during boot up. While this is a great improvement, it also means that all the previous method of setting your own boot screen and login screen is no longer valid. For those who are not happy with the default boot and login screen, here is how you can change them in Ubuntu Lucid. At this moment, there is no GUI to handle this, so everything has to be done via the command line. Follow closely and you’ll be fine.

Changing the login screen

1. Move your favorite login wallpaper to your Home folder. Make sure that it is of .JPG format.

2. Move the wallpaper to the system wallpaper directory. In the terminal:

sudo mv ~/your-wallpaper-name.jpg /usr/share/backgrounds

3. Activate the Appearance window upon login

sudo cp /usr/share/applications/gnome-appearance-properties.desktop /usr/share/

Close the terminal. Log out of your current session. At the login screen, the Appearance window will show up. Go to the background tab and select your favorite wallpaper as the background. (If you can’t find your favorite wallpaper, click Add. You should be able to find your wallpaper in the /usr/share/backgrounds directory).

Becouz

5. Your login background will instantly change to the wallpaper you have selected. Now login to your desktop.

6. Open a terminal. Type the following command to deactivate the Appearance window upon login.

sudo unlink /usr/share/gdm/autostart/LoginWindow/gnome-appearance-properties.desktop

Changing the boot screen

The plymouth theme uses a theme framework to display the background and animation, so you won’t be able to take a simple wallpaper and put it on the boot screen. The Ubuntu repository comes with several plymouth themes that you can install in your system.

sudo apt-get install plymouth-theme-*

This will install all the plymouth themes in the repository.

Next, select the theme that you want to display:

sudo update-alternatives –config default.plymouth

you will see a list of the theme for you to choose. Type in the number of the theme you want and press Enter.

Update: According to Pvalley67, you have to run the following command to update the system. I have got it working without having to run the command, but you can do it if you are not seeing the new splash screen.

sudo update-initramfs -u

Restart your computer. You should see your new boot screen in action.

Source : maketecheasier.com/change-login-and-boot-screen-in-ubuntu-lucid/2010/05/13

Popular Tags for the article:

sudo cp /usr/share/applications/gnome-appearance-properties desktop /usr/share/gdm/autostart/LoginWindow, Move the wallpaper to the system wallpaper directory In the terminal, sudo unlink, plymouth gui ubuntu lucid, setting wallpaper plymouth, boot screen, ubuntu 10 04 move login box, ubuntu 10 04 no login screen at startup, ubuntu boot login background, How to change Ubuntu loading splash/background in Ubuntu 10 04, how to change logon/boot screen in ubuntu 6, how to change logon animation in ubuntu plymouth, cara login di ubuntu netbook version, change default ubuntu login screen, change your login and boot screen in ubuntu

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • BlinkList
  • blogmarks
  • Blogosphere News
  • connotea
  • LinkaGoGo
  • LinkedIn
  • Live
  • MyShare
  • MySpace
  • RSS
  • StumbleUpon
  • Technorati
  • Webnews.de
  • Yahoo! Bookmarks
  • Yahoo! Buzz

Related posts:

  1. Tips to Change The Login Screen Ubuntu Lucid with GDM2
  2. Tips to Get a Forgotten Windows Passwords with Ubuntu
  3. Ubuntu for Netbook Touch Screen Named “Unity”
  4. Tips Using Nmap IP and Port Scanner on Ubuntu
  5. Very Easy Ways to Recover or Reinstall Grub Boot Loader

3 Responses to “Tips to Change Your Login And Boot Screen In Ubuntu Lucid”

  1. Karl Says:

    Good, but it seemed to miss a few steps, so I suggest the following

    1. Copy selected JPG/JPEG wallpaper to /usr/share/backgrounds, so start a terminal (Applications > Accessories > Terminal) and type
    sudo cp ~/your-wallpaper.jpg /usr/share/backgrounds

    2. Copy UI preferences to auto-start when the Login Screen should be run
    sudo cp /usr/share/applications/gnome-appearance-properties.desktop /usr/share/gdmsetup/autostart/LoginWindow

    3. Close your apps and log out of the session.

    4. The “Appearacne Preferences” screen will auto-start on the Login screen.

    5. Select the Background panel.

    6. Find your favorite wallpaper (if it’s not there, click the Add button, find it and add it to the list)

    7. Select the wallpaper to use for your login screen. It should be used immediately.

    8. Click Close to save the change.

    9. Login to your desktop.

    10. Time to remove the Appearance Prefs from auto-running on the login screen, so launch a terminal (Applications > Accessories > Terminal) and type:
    sudo cp /usr/share/applications/gnome-appearance-properties.desktop /usr/share/gdmsetup/autostart/LoginWindow

    11. All done. (close the terminal)
    exit

  2. zyban reviews Says:

    thanks fo yours articles. looks great

  3. image packages Says:

    Hello would you mind stating which blog platform you’re using? I’m going to start my own blog in the near future but I’m having a tough time deciding between BlogEngine/Wordpress/B2evolution and Drupal. The reason I ask is because your design and style seems different then most blogs and I’m looking for something completely unique. P.S Sorry for being off-topic but I had to ask!

Leave a Reply