Ubuntu / Linux news and application reviews.

LightDM login screen ubuntu

LightDM is a lightweight display manager that has been made default in Ubuntu 11.10 Oneiric Ocelot, replacing GDM.

If you want to change the LightDM login screen background, all you have to do is edit a file and enter the path to the new background:

1. Open a terminal or press ALT + F2 and enter:

gksu gedit /etc/lightdm/unity-greeter.conf

2. Scroll down to the line that begins with "background" - it should look like this:
background=/usr/share/backgrounds/warty-final-ubuntu.png

And replace "/usr/share/backgrounds/warty-final-ubuntu.png" with the exact path to the wallpaper you want to use for the LightDM background.

unity greeter config


3. Save the file and log out.



The above instructions assume you're using Unity Greeter, the default LightDM greeter (theme) in Ubuntu 11.10 Oneiric Ocelot. If you use a different greeter, like for instance LightDM GTK Greeter (package name: lightdm-gtk-greeter), search for it's configuration file under /etc/lightdm/ and edit that file instead of unity-greeter.conf.