From a1047a8debec626199fa8a8731228aba3383406a Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 21 Jul 2026 21:09:56 +0200 Subject: [PATCH] docs: Environment variables (#1934) --- docs/environment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/environment.md b/docs/environment.md index 2b9929be..a9cac929 100644 --- a/docs/environment.md +++ b/docs/environment.md @@ -80,8 +80,8 @@ An empty default means the variable is unset and its value is determined automat | `DISPLAY` | `web` | Display backend, such as `web`, `vnc`, `disabled`, or `none`. | | `LOSSY` | `N` | Enables lossy VNC compression to reduce bandwidth usage. | | `VGA` | `virtio` | QEMU video adapter model. | -| `WIDTH` | `1920` | Display width configured in Windows. | -| `HEIGHT` | `1080` | Display height configured in Windows. | +| `WIDTH` | `1280` | Display width configured in Windows. | +| `HEIGHT` | `720` | Display height configured in Windows. | | `GPU` | `N` | Enables experimental Intel iGPU acceleration. | | `RENDERNODE` | `/dev/dri/renderD128` | Render node used for GPU acceleration. |