feat: Added optional lossy VNC compression (#1305)

This commit is contained in:
Kroese
2026-07-19 03:09:35 +02:00
committed by GitHub
parent 066af83d07
commit d807a365ff
2 changed files with 11 additions and 3 deletions
+1
View File
@@ -70,6 +70,7 @@ An empty default means the variable is unset and its value is determined automat
| Variable | Default | Description |
|---|---|---|
| `DISPLAY` | `none` | Display backend, such as `vnc`, `disabled`, or `none`. |
| `LOSSY` | `N` | Enables lossy VNC compression to reduce bandwidth usage. |
| `VGA` | `none` | QEMU video adapter model. |
| `GPU` | `N` | Enables Intel iGPU acceleration. |
| `RENDERNODE` | `/dev/dri/renderD128` | Render node used for GPU acceleration. |