Skip to content

Commit 570366c

Browse files
authored
Merge pull request #387 from linuxserver/nvidia-tweak
mark nvidia experiemntal until we have a stable solid method for all users
2 parents c3fa935 + e3e19f7 commit 570366c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • ansible/roles/documentation/templates/README_SNIPPETS

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
| Variable | Description |
33
| :----: | --- |
44
| PIXELFLUX_WAYLAND | **Experimental** If set to true the container will initialize in Wayland mode running [Smithay](https://github.com/Smithay/smithay) and Labwc while enabling zero copy encoding with a GPU |
5+
| SELKIES_DESKTOP | If set to true and in Wayland mode, a simple panel will be initialized with labwc |
56
| CUSTOM_PORT | Internal port the container listens on for http if it needs to be swapped from the default `{% if external_http_port is defined %}{{ external_http_port }}{% else %}3000{% endif %}` |
67
| CUSTOM_HTTPS_PORT | Internal port the container listens on for https if it needs to be swapped from the default `{% if external_https_port is defined %}{{ external_https_port }}{% else %}3001{% endif %}` |
78
| CUSTOM_WS_PORT | Internal port the container listens on for websockets if it needs to be swapped from the default 8082 |
@@ -214,6 +215,8 @@ For Intel and AMD GPUs.
214215

215216
##### Nvidia (Proprietary Drivers)
216217

218+
**Note: Nvidia support is currently considered experimental, driver changes can break it at any time.**
219+
217220
**Note: Nvidia support is not available for Alpine-based images.**
218221

219222
**Prerequisites:**

0 commit comments

Comments
 (0)