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 3014d07b37dfc8229b1df3b4e4482bf036e1aeba
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Thu Jun 23 10:54:49 2022 +0100
add in nvidia specific info on www wiki
---
pages/docs/distros/nvidia-start.md.txt | 11 +++++++++--
pages/docs/navigation.txt | 1 +
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/pages/docs/distros/nvidia-start.md.txt b/pages/docs/distros/nvidia-start.md.txt
index 18c6d795c..d03087a13 100644
--- a/pages/docs/distros/nvidia-start.md.txt
+++ b/pages/docs/distros/nvidia-start.md.txt
@@ -1,3 +1,10 @@
-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 [...]
+----
+~~Title: Building EFL for Nvidia ~~
+----
-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
+# Building EFL for Nvidia
+[EFL](/about-efl.md) 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 repo [...]
+
+To do this you will need to recompile [EFL](/about-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](/about-enlightenment) itself is also built without **Wayland** support so has `-Dwl=false` or no **Wayland** option set to true.
diff --git a/pages/docs/navigation.txt b/pages/docs/navigation.txt
index 63f80ec76..aa145b344 100644
--- a/pages/docs/navigation.txt
+++ b/pages/docs/navigation.txt
@@ -8,6 +8,7 @@
* [[/docs/distros/opensuse-start.md|EFL on openSUSE]]
* [[/docs/distros/yocto-start|EFL on Yocto]]
* [[/docs/distros/osx-start.md|EFL on macOS]]
+ * [[/docs/distros/nvidia-start.md|EFL with Nvidia]]
* [[/docs/c/start]]
* [[/develop/efl/|Getting started with EFL Development]]
* [[/develop/legacy/api/c/|EFL API (C language)]]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.