sony / flutter-elinux

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

Rotation issue #181

Closed thomtomdup closed 1 year ago

thomtomdup commented 1 year ago

Hello.

Since 3.7 version i have a problem on Yocto projhect imx8 with wayland. When i want to rotate with parameter -r 90 half or all screen is freezed. It unfreeze when i touch many time the screen.

Have you seen this issue or not ?

Thank you, Regards

HidenoriMatsubayashi commented 1 year ago

Specifically, what version happens this issue? Also, have you tried the latest version?

thomtomdup commented 1 year ago

The version is the last ( i have updated version today ) and did tests but same issue.

HidenoriMatsubayashi commented 1 year ago

rotation option (-r) may not be working properly in the first place.

It unfreeze when i touch many time the screen.

Is it possible to check that the issue doesn't happen if you don't use -r option?

thomtomdup commented 1 year ago

Hello. I tested it without -r and all work good.

HidenoriMatsubayashi commented 1 year ago

Can you try to use Sway or other Wayland compositor instead of Weston?

HidenoriMatsubayashi commented 1 year ago

I guess this issue is related to https://github.com/sony/flutter-embedded-linux/issues/349, which has already fixed.

HidenoriMatsubayashi commented 1 year ago

I think rotation option works fine now on the latest master branch of flutter-embedded-linux. I'll close this issue, but please let me know if there is still an issue.