sony / flutter-elinux

Flutter tools for embedded Linux (eLinux)
BSD 3-Clause "New" or "Revised" License
424 stars 43 forks source link

Weird display issues under Raspi4 Debian using Wayland(Weston 9.0.0) #176

Closed m-theis closed 1 year ago

m-theis commented 1 year ago

Hey everyone,

I am experiencing a rather weird behavior when running the sample-app on a raspberry pi 4 b using the Offical OS (Bullseye) Wayland with Weston v9

2023-04-04-180805_800x480_scrot

The weird thing is, this is not happening when I am running the sample app trough x11. Does anyone maybe have any suggestions what that could be? I am still running in the dark at that moment

HidenoriMatsubayashi commented 1 year ago

I guess you are using a quite small size display. Is that correct? The default size is 1280 x 720. But it looks like this is a bug.

Anyway, if you are in a hurry, please use -f option or -w/-h options.

m-theis commented 1 year ago

Hi Hidenori,

thanks for checking it. Yes I think it is a bug, but I don't really know yet what is happening, since it is working when using x11 on the exact same screen size. I will follow up as soon as I had a chance to investigate further what is happening here. In case I can provide any logs or further details let me know @HidenoriMatsubayashi .

HidenoriMatsubayashi commented 1 year ago

Thanks. I've fixed this issue. The change will be included in the next release.