From f810576651e890cba9b1d4bc17f2ccba7561addb Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 16 Aug 2026 15:54:51 +0200 Subject: [PATCH] docs: Environment variables (#1384) --- docs/environment.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/environment.md b/docs/environment.md index 7e3c534..4010b3b 100644 --- a/docs/environment.md +++ b/docs/environment.md @@ -71,7 +71,6 @@ 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. |