Files
proxmox/documentation/workstation.md

22 lines
418 B
Markdown

add to all packages
non-free
## Workstation UI
``` bash
apt install gnome
apt install lightdm
```
### 5700G Amd
apt-get install firmware-amd-graphics libgl1-mesa-dri libglx-mesa0 mesa-vulkan-drivers xserver-xorg-video-all
#disable
systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
#enable
systemctl unmask sleep.target suspend.target hibernate.target hybrid-sleep.target
```