From 7a49d23798d63f30f9dbf1dc255d35b6eee0ae1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 7 Jan 2024 19:18:53 +0000 Subject: [PATCH] documentation --- README.md | 1 - documentation/workstation.md | 32 ++++++++++++++++++++++++++++---- 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4ceef39..68038f0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ powertop --auto-tune - ## As workstation [check](documentation/workstation.md) for more information how to setup proxmox instalation as workstation diff --git a/documentation/workstation.md b/documentation/workstation.md index 3cd1b95..0d1e6aa 100644 --- a/documentation/workstation.md +++ b/documentation/workstation.md @@ -1,15 +1,39 @@ # Proxmox as a workstation - ## sources - -- https://pve.proxmox.com/wiki/Developer_Workstations_with_Proxmox_VE_and_X11 +https://pve.proxmox.com/wiki/Developer_Workstations_with_Proxmox_VE_and_X11 ## Destop Enviroment +### lightdm + +``` bash +apt install xfce4 chromium lightdm +``` + +## lightdm auto login + +```bash +# /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 +```bash +# /etc/lightdm/lightdm.conf +[Seat:*] +xserver-command=X -s 0 dpms +``` + + +## Gnome -### Gnome ``` bash apt install gnome