diff --git a/hw/xgl/egl/xegl.c b/hw/xgl/egl/xegl.c index dd0fe9a22..aa2252a47 100644 --- a/hw/xgl/egl/xegl.c +++ b/hw/xgl/egl/xegl.c @@ -552,7 +552,7 @@ InitOutput (ScreenInfo *pScreenInfo, if (!xdisplay) { - xdisplay = eglGetDisplay("!fb_dri"); + xdisplay = eglGetDisplay(":0"); assert(xdisplay); if (!eglInitialize(xdisplay, &maj, &min))