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

git pushed a commit to branch master
in repository www-content.

View the commit online.

commit 51124f3d878fe0676bf2c9bbc13d808985b864df
Author: Raster <[email protected]>
AuthorDate: Thu Jun 23 02:48:51 2022 -0700

    Wiki page nvidia-start.md changed with summary [created] by Raster
---
 pages/docs/distros/nvidia-start.md.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pages/docs/distros/nvidia-start.md.txt b/pages/docs/distros/nvidia-start.md.txt
new file mode 100644
index 000000000..18c6d795c
--- /dev/null
+++ b/pages/docs/distros/nvidia-start.md.txt
@@ -0,0 +1,3 @@
+EFL defaults to using OpenGL-ES and EGL. This is by far the most widely supported set of OpenGL APIs with drivers. [Nvidia](https://www.nvidia.com) support both full OpenGL/GLX and OpenGL-ES/EGL as do all the OSS Mesa drivers and various embedded platforms only support OpenGL-ES/EGL. Unfortunately there is a [Nvidia](https://www.nvidia.com)-specific problem. Performance with EGL/GL-ES is bad (you will get stuttering) and other glitch bugs will happen too. Users have reported this and the [...]
+
+To do this you will need to recompile EFL. You will need to ensure the meson build options have `-Dopengl=full` as the OpenGL build option. You also will have to ensure the **DRM** and **Wayland** options are not enabled as these depend on OpenGL-ES/EGL and cannot work with GLX. If they are enabled, switch them to being disabled with `-Ddrm=false` and `-Dwl=false`. You will also need to ensure Enlightenment itself is also build without **Wayland** support.
\ No newline at end of file

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

Reply via email to