mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Point xegl at the DRI driver
This commit is contained in:
@@ -552,7 +552,7 @@ InitOutput (ScreenInfo *pScreenInfo,
|
||||
|
||||
if (!xdisplay)
|
||||
{
|
||||
xdisplay = eglGetDisplay("!fb_dri");
|
||||
xdisplay = eglGetDisplay(":0");
|
||||
assert(xdisplay);
|
||||
|
||||
if (!eglInitialize(xdisplay, &maj, &min))
|
||||
|
||||
Reference in New Issue
Block a user