From: Andrew Deason Date: Wed, 14 Sep 2011 16:37:48 +0000 (+0200) Subject: GLX: Say something if we cannot connect via DRI2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45e0a7a51d88c397a27317d22b325ec31b3e2e99;p=mesa.git GLX: Say something if we cannot connect via DRI2 See https://bugs.freedesktop.org/show_bug.cgi?id=40437 --- diff --git a/src/glx/dri2_glx.c b/src/glx/dri2_glx.c index 9fa0d5ad362..b83da60fe77 100644 --- a/src/glx/dri2_glx.c +++ b/src/glx/dri2_glx.c @@ -835,6 +835,7 @@ dri2CreateScreen(int screen, struct glx_display * priv) &driverName, &deviceName)) { glx_screen_cleanup(&psc->base); XFree(psc); + InfoMessageF("screen %d does not appear to be DRI2 capable\n", screen); return NULL; }