ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput
Brainium has quit []
nerdopolis has quit [Ping timeout: 480 seconds]
Spawns_Carpeting has quit []
Spawns_Carpeting has joined #wayland
nerdopolis has joined #wayland
<crcl>
experimentally, i've found that private-code doesn't work for a shared library (but perhaps it might for a static library, or an object linked directly into the program)
feaneron has joined #wayland
amadaluzia has joined #wayland
hugeblank has quit [Quit: WeeChat 4.7.0]
hugeblank has joined #wayland
amadaluzia has quit [Ping timeout: 480 seconds]
amadaluzia has joined #wayland
nerdopolis has quit [Ping timeout: 480 seconds]
amadaluzia has quit []
dcz has joined #wayland
mahkoh has joined #wayland
mahkoh has quit [Remote host closed the connection]
mahkoh has joined #wayland
feaneron has quit [Ping timeout: 480 seconds]
<mahkoh>
Re DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE and "Skip color_encoding/range_property in drm_mode_object_get_properties
<mahkoh>
when plane_color_pipeline is present"
<mahkoh>
How is a color pipeline aware compositor supposed to reset these properties to their defaults? Or does the kernel automatically reset them to their defaults if such a compositor performs a commit even if the compositor does not modify any color properties?
crcl_ has joined #wayland
crcl has quit [Ping timeout: 480 seconds]
<mahkoh>
Re srgb eotf: it seems that the new kernel api uses DRM_COLOROP_1D_CURVE_SRGB_EOTF to refer to the piecewise TF.
crcl_ has quit [Quit: leaving]
tzimmermann has joined #wayland
AJ_Z0 has quit [Ping timeout: 480 seconds]
azerov has quit []
dcz has quit [Read error: No route to host]
azerov has joined #wayland
bindu_ has joined #wayland
bindu has quit [Ping timeout: 480 seconds]
sima has joined #wayland
rasterman has joined #wayland
garnacho has joined #wayland
alarumbe has quit []
kts has joined #wayland
mahkoh has quit [Remote host closed the connection]
mahkoh has joined #wayland
Kevinjil has joined #wayland
coldfeet has joined #wayland
karolherbst has quit [Ping timeout: 480 seconds]
<MrCooper>
Kevinjil: the environment variable `EGL_LOG_LEVEL=debug` might give more information
karolherbst has joined #wayland
FreeFull has quit [Quit: Lost terminal]
<Kevinjil>
MrCooper: Thanks, I will try this evening as I don't have the SBC in office ;)
CuteMath has joined #wayland
coldfeet has quit [Remote host closed the connection]
FreeFull has joined #wayland
kts has quit [Quit: Leaving]
Kevinjil has quit [Remote host closed the connection]
leon-anavi has joined #wayland
Kevinjil has joined #wayland
alcn has joined #wayland
kasper93_ has joined #wayland
kasper93 is now known as Guest24211
kasper93_ is now known as kasper93
Guest24211 has quit [Ping timeout: 480 seconds]
the_sea_peoples has quit [Ping timeout: 480 seconds]
kasper93 has quit [Ping timeout: 480 seconds]
kasper93 has joined #wayland
mahkoh has quit [Read error: Connection reset by peer]
mahkoh has joined #wayland
mahkoh has quit [Ping timeout: 480 seconds]
kasper93_ has joined #wayland
kasper93 is now known as Guest24213
kasper93_ is now known as kasper93
mahkoh has joined #wayland
mahkoh has quit [Remote host closed the connection]
rasterman has quit [Read error: Connection reset by peer]
selckin has quit [Quit: selckin]
selckin has joined #wayland
selckin has quit []
selckin has joined #wayland
rasterman- has quit []
<dery>
Hi people. I'm still working on my protocol proxy and I'm wondering what are the steps necessary for properly emitting a protocol error. If I send the message and `close` the socket it looks like it doesn't get there
Brainium has joined #wayland
<dery>
I've looked online but I'm not sure how to "slam the phone" on the client while sending it one last message
<dery>
if I don't `close`, the client picks up the message. Maybe I should just trust it to disconnect?
rasterman has joined #wayland
fmuellner has quit [Ping timeout: 480 seconds]
IMTheNachoMan has joined #wayland
rasterman has quit [Quit: Gettin' stinky!]
<soreau>
maybe you need shutdown(2)?
rasterman has joined #wayland
glennk has quit [Ping timeout: 480 seconds]
<dery>
unfortunately I can find very little documentation about what happens if I `shutdown(2)` a unix domain socket
<dery>
uhhh I mean I could try
<dery>
but from what I can read it shouldn't actually close the socket
<dery>
yea indeed it doesn't
FreeFull has quit []
<dery>
maybe I'm just reading it wrong from the client
Brainium has quit []
<dery>
I genuinely have no idea. Like, I remember the client working fine with a regular compositor and closing it obviously triggers an ECONNRESET so I must be missing omething