<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.3790.4426" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText23020 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>This patch amends the error output string for the case where the dri2 egl driver could not open the dri dev node.</FONT></DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c<BR>index 8b6f78c..00550c2 100644<BR>--- a/src/egl/drivers/dri2/egl_dri2.c<BR>+++ b/src/egl/drivers/dri2/egl_dri2.c<BR>@@ -708,7 +708,7 @@ dri2_initialize(_EGLDriver *drv, _EGLDisplay *disp,<BR>&nbsp;&nbsp;&nbsp; dri2_dpy-&gt;fd = open(dri2_dpy-&gt;device_name, O_RDWR);<BR>&nbsp;&nbsp;&nbsp; if (dri2_dpy-&gt;fd == -1) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _eglLog(_EGL_FATAL,<BR>-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "DRI2: could not open %s (%s)", path, strerror(errno));<BR>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "DRI2: could not open %s (%s)", dri2_dpy-&gt;device_name, strerror(errno));<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; goto cleanup_driver;<BR>&nbsp;&nbsp;&nbsp; }<BR></DIV></FONT>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2></FONT>&nbsp;</DIV></DIV>
<DIV id=idSignature42493 dir=ltr>
<DIV><FONT face=Arial color=#000000 size=2>--</FONT></DIV>
<DIV><FONT face=Arial size=2>Micah Fedke</FONT></DIV></DIV></BODY></HTML>