09:07MrCooper: zamundaaa[m] DemiMarie: OTOH the display HW has to scan out all the blended planes every refresh cycle, which might be more expensive overall by some metrics, especially when some of the overlay planes have static content; the main win might be e.g. when the GFX block can be powered off completely during video playback
11:47kennylevinsen: DemiMarie’s setup is also different - we’re considering client composition, server composition or direct scan out
11:48kennylevinsen: DemiMarie is talking about an intermediate server that will composite a client or groups of clients, so worst case it’s client, intermediate *and* server composited content for a whole lot of buffers
12:51exkc: whot1: hi
12:52exkc: what dispatch->mt.has_palm do
17:45karl3fox: hi guys, is there someone who knows wayland/weston whose brain I could pick at?
17:47soreau: you're in the right place, might as well ask your real question and find out..
18:03karl3fox: thanks :)
18:05karl3fox: I've hacked a bit at WSLG the microsoft system distro that runs behind WSL to handle GPU acceleration, it uses weston with the rdp backend, I dont see a parameter in the docs to do multimonitor, is there a way to output a display for each monitor or am I stuck with one?
18:07karl3fox: ideally, I'd just like to take all the monitors, not worried about picking and choosing, the shell is set to rdprail-shell.so, which I'm guessing is MSs custom piece, can I just compile fullscreen- shell.so and accomplish what I want?
18:17karl3fox: on a side note, feels good to back on irc after many years lol
18:36karl3fox: soreau, the silence is scaring me lol
18:46soreau: karl3fox: unfortunately, I don't know the answer but you can wait some time and see if anyone replies or file an issue on weston gitlab in the meantime
18:47karl3fox: good idea, thanks
19:03wlb: weston Issue #969 opened by () Multiple display output using rdp-backend.so https://gitlab.freedesktop.org/wayland/weston/-/issues/969
21:21immibis: irc isn't the most popular chat system any more, but people still exist, and it's more popular among developers than average people
21:21immibis: i guess no one knew the answer in the last 3 hours though
21:56kennylevinsen: It’s a rather specialized question around Microsoft’s WSL RDP stuff and in particular RAIL, so not that surprising
22:27karl3fox: hey soreau, I didn't miss any responses did I?
23:09whot1: exkc: it's true if the touchpad supports MT_TOOL_TYPE_PALM, except it looks like the check isn't precise enough since we only check for ABS_MT_TOOL_TYPE in general. but then again, that's about as precise as we can check since there are virtually no devices that only do finger + Pen (except yours, I guess:)
23:54exkc: whot1: no
23:55exkc: https://github.com/torvalds/linux/blob/master/drivers/input/rmi4/rmi_f12.c#L167 this too
23:55exkc: it is weird then mine
23:56exkc: is it a touch pad drvier or touch screen?
23:57soreau: karl3fox: none that answer your question
23:58soreau: karl3fox: you have to consider that it's the weekend too, many are only active here during work/week days
23:58exkc: soreau: i guess most of them are red hat employee?