File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ All application settings are passed via environment variables:
4444| LC_ALL | Set the Language for the container to run as IE ` fr_FR.UTF-8 ` ` ar_AE.UTF-8 ` |
4545| NO_DECOR | If set the application will run without window borders for use as a PWA. (Decor can be enabled and disabled with Ctrl+Shift+d) |
4646| NO_FULL | Do not autmatically fullscreen applications when using openbox. |
47+ | NO_GAMEPAD | Disable userspace gamepad interposer injection. |
4748| DISABLE_ZINK | Do not set the Zink environment variables if a video card is detected (userspace applications will use CPU rendering) |
4849| DISABLE_DRI3 | Do not use DRI3 acceleration if a video card is detected (userspace applications will use CPU rendering) |
4950| MAX_RES | Pass a larger maximum resolution for the container default is 16k ` 15360x8640 ` |
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ full_custom_readme: |
4848 | LC_ALL | Set the Language for the container to run as IE `fr_FR.UTF-8` `ar_AE.UTF-8` |
4949 | NO_DECOR | If set the application will run without window borders for use as a PWA. (Decor can be enabled and disabled with Ctrl+Shift+d) |
5050 | NO_FULL | Do not autmatically fullscreen applications when using openbox. |
51+ | NO_GAMEPAD | Disable userspace gamepad interposer injection. |
5152 | DISABLE_ZINK | Do not set the Zink environment variables if a video card is detected (userspace applications will use CPU rendering) |
5253 | DISABLE_DRI3 | Do not use DRI3 acceleration if a video card is detected (userspace applications will use CPU rendering) |
5354 | MAX_RES | Pass a larger maximum resolution for the container default is 16k `15360x8640` |
You can’t perform that action at this time.
0 commit comments