Add 'documentation/asworkstation.md'

This commit is contained in:
2023-04-24 15:31:24 +00:00
parent a3b873f254
commit 67730649af

View File

@@ -0,0 +1,22 @@
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
```