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_comp_add_fail_job(void *d EINA_UNUSED)
{ {
e_util_dialog_internal e_util_dialog_internal
(_("Compositor Warning"), _("Your display driver does not support OpenGL, or<br>" (_("Compositor Warning"),
"no OpenGL engines were compiled or installed for<br>" _("Your display driver does not support OpenGL, GLSL<br>"
"Evas or Ecore-Evas. Falling back to software engine.")); "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 * static E_Comp *