From 99352f50f6281dc4d6149f0a54e238c88cc083a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Sat, 31 Oct 2020 20:36:24 -0300 Subject: [PATCH] Added Iris recommendation --- Recommended-GPU-Drivers-for-Linux-Users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Recommended-GPU-Drivers-for-Linux-Users.md b/Recommended-GPU-Drivers-for-Linux-Users.md index cfedd1d..0099bad 100644 --- a/Recommended-GPU-Drivers-for-Linux-Users.md +++ b/Recommended-GPU-Drivers-for-Linux-Users.md @@ -25,7 +25,7 @@ sudo pacman -Syu mesa-git ``` ## Notes -- Mesa supports OpenGL 4.6 for Intel Gen 8 GPUs (Broadwell, Gen 5 CPUs) +- Mesa supports OpenGL 4.6 for Intel Gen 8 GPUs (Broadwell, Gen 5 CPUs) when using the (now default) Iris driver. yuzu will not work with the older i965 driver. - Users looking to build Mesa on Arch Linux themselves can follow the [old guide](https://github.com/yuzu-emu/yuzu/wiki/%5BDeprecated%5D-Building-Mesa-on-Arch-Linux). ## Pitfalls