From 7c96dd2f7e816309eacf1b914b099453ba60aef2 Mon Sep 17 00:00:00 2001 From: thelamer Date: Fri, 10 Apr 2026 19:13:22 -0400 Subject: [PATCH] wrong env var shown in example section --- .../roles/documentation/templates/README_SNIPPETS/SELKIES.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/documentation/templates/README_SNIPPETS/SELKIES.j2 b/ansible/roles/documentation/templates/README_SNIPPETS/SELKIES.j2 index 5990eb85..779e2bc4 100644 --- a/ansible/roles/documentation/templates/README_SNIPPETS/SELKIES.j2 +++ b/ansible/roles/documentation/templates/README_SNIPPETS/SELKIES.j2 @@ -48,14 +48,14 @@ When using 3d acceleration via Nvidia DRM or DRI3 in X11 mode, it is important to clamp the virtual display to a reasonable max resolution to avoid memory exhaustion or poor performance. -* `-e MAX_RESOLUTION=3840x2160` +* `-e MAX_RES=3840x2160` This will set the total virtual framebuffer to 4K. By default, the virtual monitor is 16K. If you have performance issues in an accelerated X11 session, try clamping the resolution to 1080p and work up from there: ```bash -e SELKIES_MANUAL_WIDTH=1920 -e SELKIES_MANUAL_HEIGHT=1080 --e MAX_RESOLUTION=1920x1080 +-e MAX_RES=1920x1080 ``` {% endset -%} {%- set selkies_sec_vars -%}