renamed: documentation/workstation.md -> docs/workstation.md
This commit is contained in:
47
docs/workstation.md
Executable file
47
docs/workstation.md
Executable file
@@ -0,0 +1,47 @@
|
||||
# Proxmox as a workstation
|
||||
|
||||
|
||||
|
||||
- [xfce4/lightdm](#xfce4lightdm)
|
||||
- [Gnome](#gnome)
|
||||
- [kde](#kde)
|
||||
|
||||
## xfce4/lightdm
|
||||
|
||||
``` bash
|
||||
apt install xfce4 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
|
||||
|
||||
``` bash
|
||||
apt install gnome
|
||||
|
||||
# Problems with suspend on login screen
|
||||
gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 0
|
||||
```
|
||||
|
||||
## kde
|
||||
|
||||
``` bash
|
||||
sudo sudo apt install kde-plasma
|
||||
```
|
||||
Reference in New Issue
Block a user