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
<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.
<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)
<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?