ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput | register your nick to speak
Seirdy has quit [Quit: exiting 3.3-dev]
Seirdy has joined #wayland
muhomor has quit [Ping timeout: 480 seconds]
columbar1 has joined #wayland
columbarius has quit [Ping timeout: 480 seconds]
pnowack has quit [Quit: pnowack]
remanifest has quit [Ping timeout: 480 seconds]
Seirdy has quit [Ping timeout: 480 seconds]
boistordu has joined #wayland
Seirdy has joined #wayland
boistordu_ex has quit [Ping timeout: 480 seconds]
haasn has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
haasn has joined #wayland
onelegend has left #wayland [WeeChat 2.8]
srhm has quit [Remote host closed the connection]
zebrag has quit [Quit: Konversation terminated!]
Emantor has quit [Quit: ZNC - http://znc.in]
Emantor has joined #wayland
muhomor has joined #wayland
andyrtr has quit [Quit: ZNC 1.8.2 - https://znc.in]
andyrtr has joined #wayland
jgrulich has joined #wayland
rasterman has joined #wayland
Lucretia has joined #wayland
audgirka has joined #wayland
danvet has joined #wayland
ppascher has quit [Quit: Gateway shutdown]
ppascher has joined #wayland
pnowack has joined #wayland
ppascher has quit [Quit: Gateway shutdown]
<pq> swick, I see. I don't recall seeing anything like that in KMS UAPI, so I guess it's not a thing on Linux yet.
xexaxo_ has joined #wayland
xexaxo has quit [Ping timeout: 480 seconds]
<ishitatsuyuki> might be a stupid question, but since I don't see it anywhere: is there a XML->HTML renderer for wayland-protocols?
<ishitatsuyuki> i really wish something like nbviewer exists for this since reading text in line-wrapped monospace is such a pain...
<pq> ishitatsuyuki, there are a lot of answers to that, and I would hazard a guess that none of them are what you're looking for...
<pq> there are some HTML documentation generators
* ishitatsuyuki facepalm
<ishitatsuyuki> perhaps I will try to do one in the free time
<dottedmag> ishitatsuyuki: This one is pretty nice: https://github.com/vially/wayland-explorer (see it at https://wayland.app/protocols/)
<ishitatsuyuki> dottedmag: this is AWESOME! thanks
<pq> https://wayland.freedesktop.org/docs/html/ contains the result of XML->HTML as appendix A. It's done with hand-written XSLT from Wayland XML to docbook XML
mcepl has quit []
<pq> oh right, I always forget about those
<ishitatsuyuki> i don't like the official one, for some reason the information organization feels even worse than Vulkan specs :(
<pq> me too
<emersion> patches welcome!
mcepl has joined #wayland
muhomor_ has joined #wayland
muhomor has quit [Ping timeout: 480 seconds]
flacks_ has joined #wayland
flacks has quit [Ping timeout: 480 seconds]
flacks has joined #wayland
flacks_ has quit [Ping timeout: 480 seconds]
flacks has quit [Quit: Quitter]
leon-p has joined #wayland
columbar1 has quit []
columbarius has joined #wayland
flacks has joined #wayland
MrCooper has quit [Quit: Leaving]
MrCooper has joined #wayland
muhomor_ has quit [Remote host closed the connection]
muhomor has joined #wayland
tzimmermann has joined #wayland
<pq> Ah, my eyes! >_<
<pq> Success! \o/
<pq> I guess this monitor safely assumes the SDR luminance range, unless I fill in the min/max mastering luminance levels in the metadata.
<swick> congrats, I guess :)
<pq> heh
<pq> but I wonder wheon compositing, should a compositor compute and set the maxCLL and maxFALL values... but I guess they are not meant to change frame by frame, so maybe not.
<wlb> weston/main: Marius Vlad * gl-renderer: Avoid destroying an egl image if known import failed https://gitlab.freedesktop.org/wayland/weston/commit/2a6ea687ba68 libweston/renderer-gl/gl-renderer.c
<wlb> weston/main: Marius Vlad * gl-renderer: Assume num images the same as the no of planes https://gitlab.freedesktop.org/wayland/weston/commit/63fc73d1cc37 libweston/renderer-gl/gl-renderer.c
<wlb> weston Merge request !560 merged \o/ (gl-renderer: Avoid destroying an egl image if known import failed https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/560)
<pq> ugh, doxygen chokes at kerneldoc markup, failing weston build
ppascher has joined #wayland
jgrulich has quit [Ping timeout: 480 seconds]
audgirka has quit [Quit: Leaving]
gryffus has joined #wayland
<daniels> pq: ...
<pq> why do I have kerneldoc in weston? Because I copied UAPI headers for fallback, lacking libdrm 2.4.104 :-p
<swick> pq: if you want to composite into the full PQ range using the max of all clients metadata should work but if you want to composite into the displayable range of PQ maxCLL can be set to the display capabilities and maxFALL should probably stay unset
<pq> I guess I maybe could somehow exclude that one header from doxygen...?
<pq> swick, makes sense.
<daniels> pq: rename it to .txt :P
<daniels> I mean, the compiler doesn't care, right?
<pq> meson might?
<pq> however, I'm not even sure doxygen picks it up by itself, maybe it follows #includes...
<pq> EXCLUDE_PATTERNS seems to help
naveenk2 has joined #wayland
gryffus has quit []
st3r4g has joined #wayland
naveenk2 has quit []
remanifest has joined #wayland
<remanifest> Hey all, I'm using KDE with Wayland on Arch Linux, and I'm not able to drag files from one application to another (i.e., music files from Dolphin to a VLC playlist window). Is there a solution for this?
<jadahl> remanifest: I'd ask in a KDE channel, e.g. the one for kwin. it's either an issue in kwin, Qt, Dolphin or VLC, but one of the two first are more likely where the issue lies
<remanifest> Thanks jadahl
<wlb> weston Merge request !555 closed (tests: Add an option to disable building tests)
<wlb> weston Merge request !642 closed (build: add option to disable tests)
raoni has quit [Ping timeout: 480 seconds]
raoni has joined #wayland
tzimmermann has quit [Quit: Leaving]
zebrag has joined #wayland
hegstal has joined #wayland
johnjay has quit [Ping timeout: 480 seconds]
leon-p has quit []
<wlb> wayland Issue #222 opened by Roman Gilg (romangg) Upstream wlroots Utility Functions https://gitlab.freedesktop.org/wayland/wayland/-/issues/222 [Good for new contributors]
jgrulich has joined #wayland
rasterman has quit [Quit: Gettin' stinky!]
leon-p has joined #wayland
jgrulich has quit [Remote host closed the connection]
remanifest has quit []
remanifest has joined #wayland
radu242 has quit [Quit: The Lounge - https://thelounge.chat]
remanifest has quit [Ping timeout: 480 seconds]
radu242 has joined #wayland
radu242 has quit [Ping timeout: 480 seconds]
<wlb> weston/main: Pekka Paalanen * shared: add str_printf() https://gitlab.freedesktop.org/wayland/weston/commit/bc3c37840c2f shared/string-helpers.h
<wlb> weston/main: Marius Vlad * pixel-formats: Add human readable format modifier https://gitlab.freedesktop.org/wayland/weston/commit/6f6fd2686de1 libweston/compositor.c libweston/meson.build libweston/pixel-formats.c libweston/pixel-formats.h meson.build
<wlb> weston Merge request !658 merged \o/ (pixel-formats: Add human readable format modifier https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/658)
<wlb> wayland/main: Fergus Dall * connection-test: Pad out strings with null bytes https://gitlab.freedesktop.org/wayland/wayland/commit/e5c3ac9bcd84 tests/connection-test.c
<wlb> wayland/main: Fergus Dall * os-wrappers-test: Make syscall intercepts work with sanitizers https://gitlab.freedesktop.org/wayland/wayland/commit/91d98b622f29 tests/os-wrappers-test.c
<wlb> wayland Merge request !153 merged \o/ (Clean up test suite under msan https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/153)
Lucretia has quit []
Lucretia has joined #wayland
st3r4g has quit [Quit: おやすみ]
danvet has quit [Ping timeout: 480 seconds]
technomancy has joined #wayland
<technomancy> I'm finding plenty of docs on how to remap individual keys in wayland, but I haven't been able to find anything about remapping key combos; for instance, I need ctrl-p to be converted into an up-arrow key event. I've got this working great in X but I got a new machine that won't run X and need to do it in Wayland. how is it done?
rasterman has joined #wayland
johnjay has joined #wayland