feat: update configs for host+VPS with Intel VirtualHeads and dummy driver

- Host: 20-intel-virtual.conf with Driver intel + VirtualHeads 1
- VPS: xorg-dummy.service + rustdesk-dummy.service for CPU-only
- Updated README with dual setup (host Intel iGPU + VPS dummy)
- Verified: VIRTUAL1 primary after reboot, HDMI1 clone
- Verified: DUMMY0 primary on VPS without GPU
This commit is contained in:
Deploy Bot
2026-05-14 09:29:08 +01:00
parent 4d4b04d7bb
commit a0b2b5ebf7
5 changed files with 231 additions and 201 deletions

View File

@@ -0,0 +1,5 @@
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "VirtualHeads" "1"
EndSection