10:00 emersion: pq, seems like there's always something new to learn about the KMS API :P
10:00 emersion: i learned about this just a few months ago myself
10:08 pq: :facepalm:
22:57 acsqdotme: 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:57 acsqdotme: I tried running sway too, and I get the same result.
22:58 acsqdotme: 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:58 acsqdotme: Anything I can do to figure out what's wrong?
22:58 soreau: can you post the log for any compositor?
23:08 soreau: if it there is no log, you can probably find out more by starting it with WAYLAND_DEBUG=1 strace mycompositor ...
23:10 psykose: sway -dV >log 2>&1 has all the interesting info ime
23:28 acsqdotme: 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:34 acsqdotme: got it working; thanks so much!
23:35 soreau: np, glad to help :)