Re: Refresh rates with multiple monitors

2023-06-16 Thread Pekka Paalanen
On Thu, 15 Jun 2023 16:58:12 -0500 Matt Hoosier wrote: > On Wed, Jun 14, 2023 at 7:13 PM Daniel Stone wrote: > > > Hi Joe, > > > > On Wed, 14 Jun 2023 at 21:33, Joe M wrote: > > > >> Thanks Daniel. Do you know if wl_output instances are decoupled from each > >> other, when it comes to displa

Re: Refresh rates with multiple monitors

2023-06-15 Thread Matt Hoosier
On Wed, Jun 14, 2023 at 7:13 PM Daniel Stone wrote: > Hi Joe, > > On Wed, 14 Jun 2023 at 21:33, Joe M wrote: > >> Thanks Daniel. Do you know if wl_output instances are decoupled from each >> other, when it comes to display refresh? >> > > Yep, absolutely. > > >> The wl_output geometry info hints

Re: Refresh rates with multiple monitors

2023-06-14 Thread Daniel Stone
Hi Joe, On Wed, 14 Jun 2023 at 21:33, Joe M wrote: > Thanks Daniel. Do you know if wl_output instances are decoupled from each > other, when it comes to display refresh? > Yep, absolutely. > The wl_output geometry info hints that each output can be thought of as a > region in a larger composi

Re: Refresh rates with multiple monitors

2023-06-14 Thread Joe M
Thanks Daniel. Do you know if wl_output instances are decoupled from each other, when it comes to display refresh? The wl_output geometry info hints that each output can be thought of as a region in a larger compositor canvas, given the logical x/y fields in the geometry. Is the compositor able

Re: Refresh rates with multiple monitors

2023-06-13 Thread Daniel Stone
Hi, On Tue, 13 Jun 2023 at 10:20, Pekka Paalanen wrote: > On Tue, 13 Jun 2023 01:11:44 + (UTC) > Joe M wrote: > > As I understand, there is one global wl_display. Is there always one > > wl_compositor too? > > That is inconsequential. > Yeah, I think the really consequential thing is that

Re: Refresh rates with multiple monitors

2023-06-13 Thread Pekka Paalanen
On Tue, 13 Jun 2023 01:11:44 + (UTC) Joe M wrote: > Hi, I was wondering about the internals of Wayland (wl_compositor?) > with multiple physical screens/displays attached. I'm using EGL so if > those details are contextual to the answer please include if possible. Hi, I wrote a bit of an in

Refresh rates with multiple monitors

2023-06-13 Thread Joe M
Hi, I was wondering about the internals of Wayland (wl_compositor?) with multiple physical screens/displays attached. I'm using EGL so if those details are contextual to the answer please include if possible. As I understand, there is one global wl_display. Is there always one wl_compositor too?