flathub / org.libretro.RetroArch

https://flathub.org/apps/details/org.libretro.RetroArch
Creative Commons Zero v1.0 Universal
18 stars 16 forks source link

Flatpak on Raspberry Pi aarch64, glitched window, no full screen #298

Open DavidCWGA opened 1 month ago

DavidCWGA commented 1 month ago

When running the flatpak version on a Raspberry Pi (CM4), under 64-bit Raspberry Pi OS, Retroarch starts up in a weird tiny window with two title bars.

1

You can click the maximize widget, but it only takes up about two thirds of the desktop, with a big gap above it.

If you run the flatpak with "-f" for full-screen, it goes through the motions of starting up, but then immediately quits. There are no errors in the log, if you also specify -v.

log.log

RobLoach commented 1 month ago

Interesting. I've found switching the video_driver in the config can have some promisijg results. Perhaps try forcing glcore?

What does the video driver end up getting set to in the .cfg?

DavidCWGA commented 1 month ago

video_driver seems to default to "gl"

Changing it to "glcore" prevents RetroArch from starting at all, only now with an error:

[ERROR] [EGL]: #0x3009, EGL_BAD_MATCH

log2.log