Point xegl at the DRI driver
This commit is contained in:
parent
29d0ba9f06
commit
73a335a926
|
@ -552,7 +552,7 @@ InitOutput (ScreenInfo *pScreenInfo,
|
||||||
|
|
||||||
if (!xdisplay)
|
if (!xdisplay)
|
||||||
{
|
{
|
||||||
xdisplay = eglGetDisplay("!fb_dri");
|
xdisplay = eglGetDisplay(":0");
|
||||||
assert(xdisplay);
|
assert(xdisplay);
|
||||||
|
|
||||||
if (!eglInitialize(xdisplay, &maj, &min))
|
if (!eglInitialize(xdisplay, &maj, &min))
|
||||||
|
|
Loading…
Reference in New Issue