Point xegl at the DRI driver

This commit is contained in:
Jon Smirl 2005-08-09 16:51:05 +00:00
parent 29d0ba9f06
commit 73a335a926

View File

@ -552,7 +552,7 @@ InitOutput (ScreenInfo *pScreenInfo,
if (!xdisplay)
{
xdisplay = eglGetDisplay("!fb_dri");
xdisplay = eglGetDisplay(":0");
assert(xdisplay);
if (!eglInitialize(xdisplay, &maj, &min))