sony / flutter-embedded-linux

Embedded Linux embedding for Flutter
BSD 3-Clause "New" or "Revised" License
1.16k stars 122 forks source link

xdg_wm_base@11: error 4: xdg_surface buffer (1280 x 720) is larger than the configured fullscreen state (1024 x 600) #396

Closed makotosato-at closed 8 months ago

makotosato-at commented 8 months ago

Hello.

I'm using RPi4. In version 3.13.0(or later) of flutter-elinux, the following error occurs when I launch an application with -f option on weston(resolution is 1024x600).

xdg_wm_base@11: error 4: xdg_surface buffer (1280 x 720) is larger than the configured fullscreen state (1024 x 600)

Is there any solution to this problem?

It works fine with version 3.10.6.

I attach the logs(WAYLAND_DEBUG=1 and FLUTTER_LOG_LEVELS=TRACE) and screenshot. wayland_debug_log.txt trace_log.txt screenshoto

HidenoriMatsubayashi commented 8 months ago

It looks like https://github.com/sony/flutter-embedded-linux/pull/366 causes this issue.

HidenoriMatsubayashi commented 8 months ago

https://github.com/sony/flutter-embedded-linux/pull/397 should fix the issue. Thanks.

makotosato-at commented 8 months ago

Works fine! Thank you very much!!