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:
2025-10-25 14:10:02 +00:00
parent 98c4681aed
commit 6acd7c0a1f
5 changed files with 32 additions and 105 deletions

View File

@@ -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
```
```