This commit is contained in:
Matías Locatti 2021-12-06 21:54:47 -03:00 committed by GitHub
parent 8081471395
commit 65a3c50826
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -195,14 +195,18 @@ higher than the rendering resolution of the game.
A mix up resulted in the screenshot being saved at the window size instead of the games framebuffer size.
epicboy [fixed the logic](https://github.com/yuzu-emu/yuzu/pull/7389) and were back to proper screenshot resolutions.
[liushuyu](https://github.com/liushuyu), our fantastic Webadmin, got reports of multiple GPU systems having crashes while running the Flatpak version of yuzu on Linux.
Seems like the bundled version of mesa and ffmpeg will conflict on systems with different GPU vendors. Just the usual weird GNOME decisions.
[liushuyu](https://github.com/liushuyu), our fantastic web admin, [got reports](https://github.com/flathub/org.yuzu_emu.yuzu/issues/200)
[of multiple GPU](https://github.com/flathub/org.yuzu_emu.yuzu/issues/218) systems having crashes while running the Flatpak version of yuzu on Linux.
Seems like the bundled version of mesa and ffmpeg will not work on systems with different GPU vendors.
This is caused by Flatpak's built-in ffmpeg lacking support for for NVDEC and VDPAU on NVIDIA hardware, and having broken codec detection.
Just your average GNOME, who manages both Flatpak and FlatHub.
liushuyu submitted [two](https://github.com/yuzu-emu/yuzu/pull/7431) [separate](https://github.com/yuzu-emu/yuzu/pull/7467) pull requests addressing this problem, but more
edge cases continue to appear, so the battle isnt over yet.
While we continue to work to win this war against Flatpak, please stick to using our appimages, or [manually build yuzu](https://yuzu-emu.org/wiki/building-for-linux/) if
you prefer.
While we continue to work to win this war against Flatpak, please stick to using our [AppImages](https://yuzu-emu.org/downloads/#linux), or
[manually build yuzu](https://yuzu-emu.org/wiki/building-for-linux/).
If you prefer to manually build yuzu, make sure that your ffmpeg library is capable of decoding VP8, VP9 and H.264 on hardware.
It seems like the only way to solve this problem will be to just ship our own ffmpeg instead of Flatpaks default one.
## UI changes