raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=63a49e4dca79fbf9100943de5179c8142d30dcb1

commit 63a49e4dca79fbf9100943de5179c8142d30dcb1
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Tue Dec 31 19:05:41 2013 +0900

    comp - make message for missing gl a bit more helpful
---
 src/bin/e_comp.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 00bdc81..46529b4 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -3991,9 +3991,13 @@ static void
 _e_comp_add_fail_job(void *d EINA_UNUSED)
 {
    e_util_dialog_internal
-     (_("Compositor Warning"), _("Your display driver does not support OpenGL, 
or<br>"
-       "no OpenGL engines were compiled or installed for<br>"
-       "Evas or Ecore-Evas. Falling back to software engine."));
+     (_("Compositor Warning"),
+      _("Your display driver does not support OpenGL, GLSL<br>"
+        "shaders or no OpenGL engines were compiled or installed<br>"
+        "for Evas or Ecore-Evas. Falling back to software engine.<br>"
+        "<br>"
+        "You will need an OpenGL 2.0 (or OpenGL ES 2.0) capable<br>"
+        "GPU to use OpenGL with compositing."));
 }
 
 static E_Comp *

-- 


Reply via email to