From 47fdced86e0d54881cabd9d9b3c5ce7cdff4d0bc Mon Sep 17 00:00:00 2001 From: lat9nq Date: Mon, 7 Dec 2020 00:57:37 -0500 Subject: [PATCH] Describe how to upgrade using PPA --- Recommended-GPU-Drivers-for-Linux.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Recommended-GPU-Drivers-for-Linux.md b/Recommended-GPU-Drivers-for-Linux.md index 6ef9fe9..49c8f35 100644 --- a/Recommended-GPU-Drivers-for-Linux.md +++ b/Recommended-GPU-Drivers-for-Linux.md @@ -14,6 +14,11 @@ Setting the environment variable `__GL_THREADED_OPTIMIZATIONS=1` can net additio ## AMD Mesa compiled with LLVM 12 is recommended. yuzu's OpenGL shader decompiler generates shaders that are often incompatible with Mesa based on LLVM 10, resulting in frequent unrecoverable driver crashes. Using a version of Mesa built on LLVM 12 can circumvent most of this, but for games that already generate invalid shaders (e.g. FE:TH), unrecoverable crashes will still occur. - Ubuntu (and Debian, Linux Mint, etc.): **No good solution**, but you can try [Oibaf's Mesa driver](https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers) (daily builds of Mesa git using LLVM 10) +``` +sudo add-apt-repository ppa:oibaf/graphics-drivers +sudo apt update +sudo apt upgrade +``` - Fedora: Enable and install [Che's Mesa COPR](https://copr.fedorainfracloud.org/coprs/che/mesa/) (daily builds of Mesa git using LLVM 12): ``` sudo dnf copr enable che/llvm