Files
proxmox/docs/workstation.md
Márcio Fernandes d0d121f59d
All checks were successful
/ build-docker-image (push) Successful in 9s
modified: README.md
renamed:    documentation/workstation.md -> docs/workstation.md
2025-10-25 17:28:57 +00:00

709 B
Executable File

Proxmox as a workstation

xfce4/lightdm

apt install xfce4 lightdm

lightdm auto login:

# /etc/lightdm/lightdm.conf
[SeatDefaults]
autologin-user=USERNAME_TO_AUToLOGIN
autologin-user-timeout=5
# Uncomment the following, if running Unity
#greeter-session=unity-greeter

Disable ligthdm black scren idle:

# /etc/lightdm/lightdm.conf
[Seat:*]
xserver-command=X -s 0 dpms

Gnome

 apt install gnome

# Problems with suspend on login screen
gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 0

kde

sudo sudo apt install kde-plasma