Add 'documentation/asworkstation.md'
This commit is contained in:
22
documentation/asworkstation.md
Normal file
22
documentation/asworkstation.md
Normal 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
|
||||||
|
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user