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 c317a439a38e36f07ecc31bc26a53913c0986430
Author: Raster <ras...@rasterman.com>
AuthorDate: Mon Dec 25 05:14:08 2023 -0800

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

diff --git a/pages/docs/distros/nvidia-start.md.txt b/pages/docs/distros/nvidia-start.md.txt
index a976411b7..751736d7d 100644
--- a/pages/docs/distros/nvidia-start.md.txt
+++ b/pages/docs/distros/nvidia-start.md.txt
@@ -3,7 +3,7 @@
 ---
 
 # 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 [...]
+[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`.
 

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

Reply via email to