Skip to content

Commit 8d7aeca

Browse files
Bot Updating Documentation
1 parent 3eca934 commit 8d7aeca

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/images/docker-kicad.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ To use hardware acceleration in Wayland mode, we distinguish between the card us
8989
* `DRINODE`: The path to the GPU used for **Rendering** (EGL).
9090
* `DRI_NODE`: The path to the GPU used for **Encoding** (VAAPI/NVENC).
9191

92-
If both variables point to the same device, the container will automatically enable **Zero Copy** encoding, significantly reducing CPU usage and latency.
92+
If both variables point to the same device, the container will automatically enable **Zero Copy** encoding, significantly reducing CPU usage and latency. If they are set to different devices one will be used for **Rendering** and one for **Encoding** with a cpu readback.
93+
94+
You can also use the environment variable `AUTO_GPU=true`, with this set the first card detected in the container (IE `/dev/dri/renderD128`) will be used and configured for **Zero Copy**.
9395

9496
##### Intel & AMD (Open Source Drivers)
9597

@@ -104,8 +106,6 @@ For Intel and AMD GPUs.
104106
- DRINODE=/dev/dri/renderD128
105107
- DRI_NODE=/dev/dri/renderD128
106108
```
107-
108-
109109
### SealSkin Compatibility
110110
111111
This container is compatible with [SealSkin](https://sealskin.app).
@@ -125,12 +125,14 @@ This container is based on [Docker Baseimage Selkies](https://github.com/linuxse
125125
| Variable | Description |
126126
| :----: | --- |
127127
| 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 |
128+
| SELKIES_DESKTOP | If set to true and in Wayland mode, a simple panel will be initialized with labwc |
128129
| CUSTOM_PORT | Internal port the container listens on for http if it needs to be swapped from the default `3000` |
129130
| CUSTOM_HTTPS_PORT | Internal port the container listens on for https if it needs to be swapped from the default `3001` |
130131
| CUSTOM_WS_PORT | Internal port the container listens on for websockets if it needs to be swapped from the default 8082 |
131132
| CUSTOM_USER | HTTP Basic auth username, abc is default. |
132133
| DRI_NODE | **Encoding GPU**: Enable VAAPI/NVENC stream encoding and use the specified device IE `/dev/dri/renderD128` |
133134
| DRINODE | **Rendering GPU**: Specify which GPU to use for EGL/3D acceleration IE `/dev/dri/renderD129` |
135+
| AUTO_GPU | If set to true and in Wayland mode, we will automatically use the first GPU available for encoding and rendering IE `/dev/dri/renderD128` |
134136
| PASSWORD | HTTP Basic auth password, abc is default. If unset there will be no auth |
135137
| SUBFOLDER | Subfolder for the application if running a subfolder reverse proxy, need both slashes IE `/subfolder/` |
136138
| TITLE | The page title displayed on the web browser, default "Selkies" |
@@ -330,7 +332,6 @@ You can install packages from the system's native repository using the [universa
330332
| `SELKIES_ENABLE_PLAYER3` | `True` | Enable sharing link for gamepad player 3. |
331333
| `SELKIES_ENABLE_PLAYER4` | `True` | Enable sharing link for gamepad player 4. |
332334

333-
334335

335336
## Usage
336337

0 commit comments

Comments
 (0)