From 3e27bc01c2e7941b05e2c7c4ad159888490926fa Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 4 Sep 2026 18:15:35 +0200 Subject: [PATCH] Update environment.md --- docs/environment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/environment.md b/docs/environment.md index 13253db1..5b55fbad 100644 --- a/docs/environment.md +++ b/docs/environment.md @@ -80,10 +80,10 @@ An empty default means the variable is unset and its value is determined automat | Variable | Default | Description | |---|---|---| | `DISPLAY` | `web` | Display backend, such as `web`, `vnc`, `disabled`, or `none`. | -| `VGA` | `virtio` | QEMU video adapter model. | +| `VGA` | `vmware` | QEMU video adapter model. | | `WIDTH` | `1280` | Display width configured in Windows. | | `HEIGHT` | `720` | Display height configured in Windows. | -| `GPU` | `N` | Enables Helios GPU acceleration. | +| `GPU` | `N` | Enables GPU acceleration. | | `VRAM_SIZE` | `4G` | Virtual GPU memory budget. | | `RENDERNODE` | `/dev/dri/renderD128` | Render node used for GPU acceleration. |