10:00emersion: pq, seems like there's always something new to learn about the KMS API :P
10:00emersion: i learned about this just a few months ago myself
10:08pq: :facepalm:
22:57acsqdotme: hey hi. I'm trying to set up wayland on alpine specifically with dwl. When I try to run the binary, nothing happens at all. It doesn't hang or give any errors, just exits immediately.
22:57acsqdotme: I tried running sway too, and I get the same result.
22:58acsqdotme: wiki.alpinelinux.org/wiki/Wayland#Configuring_XDG_RUNTIME_DIR_manually I added the xdg_runtime_dir thing from the alpine wiki to my .profile verbatim and made sure to source it.
22:58acsqdotme: Anything I can do to figure out what's wrong?
22:58soreau: can you post the log for any compositor?
23:08soreau: if it there is no log, you can probably find out more by starting it with WAYLAND_DEBUG=1 strace mycompositor ...
23:10psykose: sway -dV >log 2>&1 has all the interesting info ime
23:28acsqdotme: ah yeah, I got logs working now. Think I'm missing some drivers libEGL warning: MESA-LOADER: failed to open radeonsi: Error loading shared library /usr/lib/xorg/modules/dri/radeonsi_dri.so: No such file or directory (search paths /usr/lib/xorg/modules/dri, suffix _dri)
23:34acsqdotme: got it working; thanks so much!
23:35soreau: np, glad to help :)