From e1da259868e91f375c3747a5b5972354274930f4 Mon Sep 17 00:00:00 2001 From: lat9nq Date: Mon, 7 Dec 2020 03:45:06 -0500 Subject: [PATCH] Arch AMD fixes and AMDGPU-PRO comment --- Recommended-GPU-Drivers-for-Linux.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Recommended-GPU-Drivers-for-Linux.md b/Recommended-GPU-Drivers-for-Linux.md index 8c65782..8bb48d7 100644 --- a/Recommended-GPU-Drivers-for-Linux.md +++ b/Recommended-GPU-Drivers-for-Linux.md @@ -26,11 +26,9 @@ sudo dnf copr enable che/llvm sudo dnf copr enable che/mesa sudo dnf update ``` -- Arch Linux and Manjaro: Enable [mesa-git](https://wiki.archlinux.org/index.php/Unofficial_user_repositories#mesa-git) unofficial repository your machine, then install `mesa-git` (daily builds of Mesa git using LLVM 12): -``` -sudo pacman -Syu mesa-git -``` -Users who have not setup multilib can safely skip 32-bit packages. +- Arch Linux and Manjaro: Enable [mesa-git](https://wiki.archlinux.org/index.php/Unofficial_user_repositories#mesa-git) unofficial repository your machine, then install `mesa-git` (daily builds of Mesa git using LLVM 12):
```sudo pacman -Syu mesa-git``` + - Users who have not setup multilib can safely skip 32-bit packages. + - Don't forget to add `SigLevel = PackageOptional` when you enable the `mesa-git` repository. Setting `force_integer_tex_nearest=true` fixes black textures in Kirby Fighters 2 and Kirby Star Allies. @@ -42,4 +40,5 @@ Setting `AMD_DEBUG=nohyperz` fixes black textures in The Legend of Zelda: Breath ## Pitfalls - Don't use nouveau (Mesa) with NVIDIA. Even on older cards, most games fail to boot on yuzu with this driver. Those games that do boot are doomed to crash after maybe a minute. -- Do not use AMDGPU PRO. :) \ No newline at end of file +- Do not use AMDGPU-PRO. :) + - AMDGPU-PRO is fine to use for most of its features (OpenCL, AMF, Vulkan to some extent), but it is *strongly* recommended not to install its libGL component. \ No newline at end of file