Skip to content

Commit 7ba6525

Browse files
authored
Merge pull request #390 from linuxserver/selkies-x11-typo
wrong env var shown in example section
2 parents 0301887 + 7c96dd2 commit 7ba6525

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • ansible/roles/documentation/templates/README_SNIPPETS

ansible/roles/documentation/templates/README_SNIPPETS/SELKIES.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848

4949
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.
5050

51-
* `-e MAX_RESOLUTION=3840x2160`
51+
* `-e MAX_RES=3840x2160`
5252

5353
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:
5454

5555
```bash
5656
-e SELKIES_MANUAL_WIDTH=1920
5757
-e SELKIES_MANUAL_HEIGHT=1080
58-
-e MAX_RESOLUTION=1920x1080
58+
-e MAX_RES=1920x1080
5959
```
6060
{% endset -%}
6161
{%- set selkies_sec_vars -%}

0 commit comments

Comments
 (0)