comp - make message for missing gl a bit more helpful

This commit is contained in:
Carsten Haitzler 2013-12-31 19:05:41 +09:00
parent 00050ffca8
commit 63a49e4dca
1 changed files with 7 additions and 3 deletions

View File

@ -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 *