Update 'documentation/workstation.md'
This commit is contained in:
@@ -1,22 +1,53 @@
|
|||||||
add to all packages
|
# Proxmox as a workstation
|
||||||
non-free
|
|
||||||
|
|
||||||
## Workstation UI
|
|
||||||
|
```bash
|
||||||
|
#add to all packages non-free
|
||||||
|
#/etc/apt/sources.list
|
||||||
|
deb http://ftp.pt.debian.org/debian bullseye main contrib non-free
|
||||||
|
deb http://ftp.pt.debian.org/debian bullseye-updates main contrib non-free
|
||||||
|
deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription
|
||||||
|
# security updates
|
||||||
|
deb http://security.debian.org bullseye-security main contrib non-free
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
## Kernel 6.x
|
||||||
|
```bash
|
||||||
|
apt update
|
||||||
|
apt install pve-kernel-6.1
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Destop Enviroment
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
apt install gnome
|
apt install gnome
|
||||||
apt install lightdm
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## misc
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
|
||||||
|
#systemctl unmask sleep.target suspend.target hibernate.target hybrid-sleep.target
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Hardware specific
|
||||||
|
|
||||||
|
|
||||||
### 5700G Amd
|
### 5700G Amd
|
||||||
|
|
||||||
apt-get install firmware-amd-graphics libgl1-mesa-dri libglx-mesa0 mesa-vulkan-drivers xserver-xorg-video-all
|
``` bash
|
||||||
|
#not used
|
||||||
#disable
|
#The following packages will be REMOVED:
|
||||||
|
# proxmox-ve pve-firmware pve-kernel-5.15 pve-kernel-6.2
|
||||||
systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
|
#The following NEW packages will be installed:
|
||||||
|
# firmware-amd-graphics
|
||||||
#enable
|
#apt-get install firmware-amd-graphics libgl1-mesa-dri libglx-mesa0 mesa-vulkan-drivers xserver-xorg-video-all
|
||||||
|
|
||||||
systemctl unmask sleep.target suspend.target hibernate.target hybrid-sleep.target
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## sources
|
||||||
|
|
||||||
|
- https://pve.proxmox.com/wiki/Developer_Workstations_with_Proxmox_VE_and_X11
|
||||||
Reference in New Issue
Block a user