Need support to have weston randr release

2023-07-08 Thread huy nguyen
Hi all, I have a Linux system based on weston wayland and I need to get the current setting of the display resolution. Unfortunately, xrandr command does not work on Wayland. After much searching, I came to this information which is about adding weston-randr support for Weston compositor: https://

Re: Need support to display application at (0, 0) position on Weston desktop

2023-07-12 Thread huy nguyen
window at (0,0) on the weston desktop (I already hide the weston top bar). Best regards, Huy On Wed, Jul 12, 2023 at 10:21 PM Daniel Stone wrote: > Hi Huy, > > On Wed, 12 Jul 2023 at 16:15, huy nguyen > wrote: > >> I have a Linux system based on weston wayland. I run MPV pl

Re: Need support to display application at (0, 0) position on Weston desktop

2023-07-13 Thread huy nguyen
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

Re: Need support to display application at (0, 0) position on Weston desktop

2023-07-13 Thread huy nguyen
use X11 and forget about Wayland.. > > The Wayland devs are NOT CONVINCED enough to support absolute > positioning and will just tell you to use X11. > > THank you. > > On Thu, Jul 13, 2023 at 9:55 AM huy nguyen > wrote: > > > > Hi Pekka, > > > > Th