From 73a335a926e50afde36816ab47dae689202df319 Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Tue, 9 Aug 2005 16:51:05 +0000 Subject: [PATCH] Point xegl at the DRI driver --- hw/xgl/egl/xegl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))