User:B552761/LightDM:IT
From Gentoo Wiki
LightDM è un display manager desktop-indipendente che ha come obiettivo essere il display manager standard per il server X di X.org. Le caratteristiche chiavi sono:
- A well-defined greeter API allowing multiple GUIs
- Support for all display manager use cases, with plugins where appropriate
- Codice a bassa complessità
- Fast performance
Installazione
LightDM è disponibile su Gentoo Linux e supporta le seguenti USE flags:
USE flags for x11-misc/lightdm A lightweight display manager
+gnome
|
Add GNOME support |
+gtk
|
Pull in the gtk+ greeter |
+introspection
|
Add support for GObject based introspection |
audit
|
Enable support for Linux audit subsystem using sys-process/audit |
elogind
|
Enable session tracking via sys-auth/elogind |
non-root
|
Use non-root user by default |
qt5
|
Add support for the Qt 5 application and UI framework |
systemd
|
Enable use of systemd-specific libraries and features like socket activation or session tracking |
vala
|
Enable bindings for dev-lang/vala |
Puoi installare lightdm usando il seguente comando:
root #
emerge --ask x11-misc/lightdm
Configurazione
I file di configurazione di interesse sono:
- /etc/lightdm/lightdm.conf
- /etc/lightdm/lightdm-gtk-greeter.conf (quando gtk useflag è abilitato)
- /etc/lightdm/lightdm-qt-greeter.conf (quando qt4 useflag è abilitato)
To have lightdm start at boot set the DISPLAYMANAGER in /etc/conf.d/xdm to lightdm, as examlped below:
...
DISPLAYMANAGER="lightdm"
Finally add xdm to default runlevel:
root #
rc-update add xdm