From 106e25be743228ee722622fe7ccab1e5273194aa Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Thu, 23 Jun 2022 11:24:02 +0100 Subject: [PATCH] add notes about nvidia - now more examples of users with issues --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 7b496039a7..34024f17ae 100644 --- a/README.md +++ b/README.md @@ -544,3 +544,15 @@ How to build with verbose output (full commands run): ```sh ninja -C build -v ``` + +----- + +**NOTE:** Nvidia OpenGL-ES/EGL seems to have bugs and performance issues. +All other drivers work just fine except Nvidia with OpenGL-ES/EGL. Users have +reported stuttering and graphical glitches and sometimes windows not +updating. If you want the best results and are stuck on Nvidia and unable to +change that, then: + + * Make sure you do not enable **Wayland** i.e. Meson option `-Dwl=false` (this is default anyway if not provided) + * Make sure you do not enable **DRM** i.e. Meson option `-Ddrm=false` (this is default anyway if not provided) + * Make sure **OpenGL** is **full** i.e. Meson option `-Dopengl=full`