Skip to Content
Watching Linux Evolve
LXDM has recently been added as the new display manager for LXDE. This means no more need for GDM or KDM. The LXDM display manager has all of the features you would expect from LXDE.
More About LXDM
The display manager is also known as the login manager and is used to display the graphical login screen before you access the LXDE desktop. You can also use this tool to select alternative desktop environments or different languages for your desktop session.
Here are a few files used by the LXDE desktop display manager for configuration and basic functionality.
Default Configuration File
This is the default configuration file for LXDM.
/etc/lxdm/lxdm.conf
Configuration File Shortcut
The next file is simply a shortcut to the default configuration file.
/etc/lxdm/default.conf
Session Script
The LXDE desktop display manager will run this script after login is confirmed.
/etc/lxdm/Xsession
LXDM Log File
Here is the default log file used for LXDM.
/var/log/lxdm.log
Below you can find the default configuration file for the LXDE desktop display manager, and all of the options contained within.
/etc/lxdm/default.conf
Auto Login
This option will let you login to the LXDE desktop automatically as the specified user, just add your username. This is not recommended for security reasons.
autologin=user
Auto Login Timeout
Set a timeout for the auto-login with the following option.
timeout=10
Default Session
With this option you can specify a session to be used when the default session is chosen.
session=/usr/bin/startlxde
Numlock
When you toggle this option numlock support will be enabled by default. 1 is true 0 is false.
numlock=0
Arguments
This will override all arguments passed to the XServer.
arg=/usr/bin/X -background vt1
Default Greeter
Set the default greeter with the following option.
greeter=/usr/lib/lxdm/lxdm-greeter-gtk
Greeter GTK Theme
Set the default GTK theme that is used for the greeter screen with the following option
gtk_theme=ClearLooks
Greeter Background
Use the next option to specify a file to be used as the greeter background.
bg=/usr/share/background/default.png
Bottom Panel
If a bottom panel is available you should toggle this option, 1 for true 0 for false.
bottom_panel=1
Language
If this option is toggled the language chooser will be available at the greeter screen. Again 1 is true 0 is false.
lang=1
Greeter Theme
This will allow you to select a theme for the greeter.
theme=industrial
User List
If you toggle the next option you can have a user list displayed at the greeter screen. 1 is true 0 is false like always.
disable=0
What Links Here
LXDE Desktop Introduction
Linux Login Managers
Tags: desktop, display, LXDE, lxdm, manager, settings | Posted in Desktop
Latest Chatter