Skip to content

Fullscreen and rotated #273

@Krakert

Description

@Krakert

When I want to launch a sample project in fullscreen rotated 90 degrees, portrait mode. Wayland is unable to make that work.
Other modes works as long as the flutter app is placed inside the screen resolution. So only -r 90 does not work well, the app does not response.

$ FLUTTER_ELINUX_CUSTOM_RUN_ARGS="-r 90 -f" flutter-elinux run -d elinux-wayland
Launching lib/main.dart on eLinux in debug mode...
Building an eLinux application with wayland backend in debug mode for x64 target...         3.7s
Syncing files to device eLinux...                                   48ms

Flutter run key commands.
r Hot reload. 🔥🔥🔥
R Hot restart.
h List all available interactive commands.
d Detach (terminate "flutter run" but leave application running).
c Clear the screen
q Quit (terminate the application on the device).

A Dart VM Service on eLinux is available at: http://127.0.0.1:43795/7tznOtnS3oo=/
The Flutter DevTools debugger and profiler on eLinux is available at:
http://127.0.0.1:9101?uri=http://127.0.0.1:43795/7tznOtnS3oo=/
xdg_wm_base@10: error 4: xdg_surface buffer (1080 x 1920) is larger than the configured fullscreen state (1920 x 1080)
Lost connection to device.

Running on windows 10 under WSL

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions