mirror of
https://github.com/X11Libre/xf86-video-xgi.git
synced 2026-03-24 01:24:35 +00:00
Fall back to shadowfb if XAA is unavailable
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
@@ -3986,14 +3986,8 @@ XGIPreInit(ScrnInfoPtr pScrn, int flags)
|
||||
if (!xf86LoadSubModule(pScrn, "xaa")) {
|
||||
XGIErrorLog(pScrn, "Could not load xaa module\n");
|
||||
|
||||
if (pXGIEnt)
|
||||
pXGIEnt->ErrorAfterFirst = TRUE;
|
||||
|
||||
if (pXGI->pInt)
|
||||
xf86FreeInt10(pXGI->pInt);
|
||||
xgiRestoreExtRegisterLock(pXGI, srlockReg, crlockReg);
|
||||
XGIFreeRec(pScrn);
|
||||
return FALSE;
|
||||
pXGI->NoAccel = TRUE;
|
||||
pXGI->ShadowFB = TRUE;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user