From bba33564e0f39f81238867e6ab154f7f9ef6adf1 Mon Sep 17 00:00:00 2001 From: Ani Date: Sun, 27 Dec 2020 00:23:23 +0000 Subject: [PATCH] Attempt fixing line breaks display on yuzu website --- Recommended-GPU-Drivers-for-Linux.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Recommended-GPU-Drivers-for-Linux.md b/Recommended-GPU-Drivers-for-Linux.md index 41b2895..35bebe6 100644 --- a/Recommended-GPU-Drivers-for-Linux.md +++ b/Recommended-GPU-Drivers-for-Linux.md @@ -3,12 +3,12 @@ The default installed version of Mesa provided by the distro is recommended. Use ## NVIDIA The latest available proprietary NVIDIA blob in the package manager is recommended. Drivers older than the 450 series may not be compatible with Linux 5.8 and above. CUDA is currently not working on Linux 5.9 [[source]](https://phoronix.com/scan.php?page=news_item&px=NVIDIA-Linux-5.9-Delayed) (which doesn't affect yuzu but is a consideration for someone who needs the compute capabilities of their GPU). Aside from these issues, users should expect a similar yuzu experience to that found on Windows, as the drivers are nearly identical. -- Ubuntu and Linux Mint: Install `nvidia-driver-450` -- Debian: https://wiki.debian.org/NvidiaGraphicsDriver -- Fedora: Enable [RPM Fusion](https://rpmfusion.org/Configuration) (at least **nonfree**), update, then install `xorg-x11-drv-nvidia` - - Note that RPM Fusion free is needed to install FFmpeg libraries for yuzu, so both will need to be enabled anyway. -- Arch Linux: Use either `nvidia` or `nvidia-dkms` -- Manjaro: Use Manjaro Settings Manager -> Hardware Configuration -> Auto Install Proprietary Driver +- Ubuntu and Linux Mint: Install `nvidia-driver-450`
+- Debian: https://wiki.debian.org/NvidiaGraphicsDriver
+- Fedora: Enable [RPM Fusion](https://rpmfusion.org/Configuration) (at least **nonfree**), update, then install `xorg-x11-drv-nvidia`
+ - Note that RPM Fusion free is needed to install FFmpeg libraries for yuzu, so both will need to be enabled anyway.
+- Arch Linux: Use either `nvidia` or `nvidia-dkms`
+- Manjaro: Use Manjaro Settings Manager -> Hardware Configuration -> Auto Install Proprietary Driver
Setting the environment variable `__GL_THREADED_OPTIMIZATIONS=1` can net additional performance.