modified: README.md
modified: docs/desktop-environments/gnome.md new file: docs/desktop-environments/xfc4.md modified: docs/display-managers/lightdm.md deleted: docs/ssh.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# lightdm
|
||||
# LightDM
|
||||
|
||||
LightDM is a lightweight, cross-desktop display manager used to handle graphical logins on Linux systems. It provides the login screen (called a greeter) and manages user sessions, including authentication and session launching.
|
||||
**LightDM** is a lightweight, cross-desktop display manager used to handle graphical logins on Linux systems. It provides the login screen (called a greeter) and manages user sessions, including authentication and session launching.
|
||||
|
||||
**🧭 Key Features of LightDM:**
|
||||
|
||||
@@ -13,6 +13,12 @@ LightDM is a lightweight, cross-desktop display manager used to handle graphical
|
||||
- Remote login support: Includes protocols like XDMCP and VNC for remote graphical sessions.
|
||||
- Guest sessions and autologin: Can be configured for temporary guest accounts or automatic login.
|
||||
|
||||
**Install:**
|
||||
|
||||
``` bash
|
||||
apt install lightdm
|
||||
```
|
||||
|
||||
**Disable suspend black screen:**
|
||||
|
||||
```bash
|
||||
@@ -26,8 +32,8 @@ xserver-command=X -s 0 dpms
|
||||
```bash
|
||||
# /etc/lightdm/lightdm.conf
|
||||
[SeatDefaults]
|
||||
autologin-user=public
|
||||
autologin-user=$USERNAME_TO_AUTOLOGIN
|
||||
autologin-user-timeout=5
|
||||
# Uncomment the following, if running Unity
|
||||
#greeter-session=unity-greeter
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user