04.04.26: - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
But since Wayland is now used by default, I seem to be running into another issue.
Originally posted by @Fd929c2CE5fA in #4
Now I can't run without PIXELFLUX_WAYLAND=false, is this expected?
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
Linuxserver.io version: 6.8.2-ls44
Build-date: 2026-05-31T12:09:48+00:00
───────────────────────────────────────
[ls.io-init] Generating labwc rc.xml from template
which: no nvidia-smi in (/command:/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
[custom-init] No custom files found, skipping...
[svc-de] Wayland mode: Waiting for socket at /config/.XDG/wayland-1...
2026/06/06 21:19:51 [warn] 244#244: could not build optimal types_hash, you should increase either types_hash_max_size: 1024 or types_hash_bucket_size: 64; ignoring types_hash_bucket_size
[ls.io-init] done.
19
20
INFO:selkies.__main__:Starting mode 'websockets'...
INFO:selkies.__main__:Starting Selkies in 'websockets' mode.
INFO:data_websocket:pcmflux library found. Audio capture is available.
INFO:data_websocket:pixelflux library found. Striped encoding modes available.
[Wayland] DRINODE unset. Initializing Software Renderer (Pixman).
thread '<unnamed>' panicked at src/lib.rs:997:52:
called `Result::unwrap()` on an `Err` value: Io(Os { code: 95, kind: Unsupported, message: "Operation not supported" })
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
INFO:selkies.__main__:Starting mode 'websockets'...
INFO:selkies.__main__:Starting Selkies in 'websockets' mode.
INFO:data_websocket:pcmflux library found. Audio capture is available.
INFO:data_websocket:pixelflux library found. Striped encoding modes available.
[Wayland] DRINODE unset. Initializing Software Renderer (Pixman).
thread '<unnamed>' panicked at src/lib.rs:997:52:
called `Result::unwrap()` on an `Err` value: Io(Os { code: 95, kind: Unsupported, message: "Operation not supported" })
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
INFO:selkies.__main__:Starting mode 'websockets'...
INFO:selkies.__main__:Starting Selkies in 'websockets' mode.
INFO:data_websocket:pcmflux library found. Audio capture is available.
INFO:data_websocket:pixelflux library found. Striped encoding modes available.
[Wayland] DRINODE unset. Initializing Software Renderer (Pixman).
Originally posted by @Fd929c2CE5fA in #4
Now I can't run without
PIXELFLUX_WAYLAND=false, is this expected?