On Tue, 11 Jul 2023 10:57:57 +0200
Daniel Vetter wrote:
> On Fri, Jul 07, 2023 at 07:40:59PM -0300, André Almeida wrote:
> > From: Pekka Paalanen
> >
> > Specify how the atomic state is maintained between userspace and
> > kernel, plus the special case for async flips.
> >
> > Signed-off-by: P
On Wed, 12 Jul 2023 21:38:06 +0700
huy nguyen wrote:
> Hi all,
>
> I have a Linux system based on weston wayland. I run MPV player and expect
> it displays a video window at (0,0) position on the screen (top left corner
> of the display). I already use x11egl backend option to MPV to support a
>
Hi,
On Wed, Jul 12, 2023 at 10:24:22PM +0700, huy nguyen wrote:
[…]
> In my application, I want to overlay an MPV video window on another
> application so that users can view both video content and other application
> static content so that a fullscreen MPV is not suitable.
> Is it possible to adj
Hi Pekka,
Thank you for your helpful feedback.
I understand all your points and will take a look to provide a custom logic
to weston desktop to support my use-cases.
Best regards,
Huy
On Thu, Jul 13, 2023 at 5:07 PM Pekka Paalanen wrote:
> On Wed, 12 Jul 2023 21:38:06 +0700
> huy nguyen wrote
Hi Igor,
I do not have a full context about Wayland protocol vs X11 legacy faults to
understand the reason why the Wayland devs do not support absolute position
decided by client applications.
Fortunately, I can modify the weston desktop shell to provide that support
to my particular use-case with