From 65a3c508260fabee4976c951f367c6d155f41cb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Mon, 6 Dec 2021 21:54:47 -0300 Subject: [PATCH] Liu nits --- .../entry/yuzu-progress-report-nov-2021/index.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/site/content/entry/yuzu-progress-report-nov-2021/index.md b/site/content/entry/yuzu-progress-report-nov-2021/index.md index 00626394..1f57bf72 100644 --- a/site/content/entry/yuzu-progress-report-nov-2021/index.md +++ b/site/content/entry/yuzu-progress-report-nov-2021/index.md @@ -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 game’s framebuffer size. epicboy [fixed the logic](https://github.com/yuzu-emu/yuzu/pull/7389) and we’re 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 isn’t 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 Flatpak’s default one. ## UI changes