This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository efl.

View the commit online.

commit 106e25be743228ee722622fe7ccab1e5273194aa
Author: Carsten Haitzler <[email protected]>
AuthorDate: Thu Jun 23 11:24:02 2022 +0100

    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`

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to