Unbreak the sunffb driver. No acceleration for now, since XAA was
removed from X server 1.14.
This commit is contained in:
parent
ff44df0816
commit
7603c4ad9c
@ -413,9 +413,12 @@ FFBPreInit(ScrnInfoPtr pScrn, int flags)
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!pFfb->NoAccel) {
|
||||||
if (xf86LoadSubModule(pScrn, "xaa") == NULL) {
|
if (xf86LoadSubModule(pScrn, "xaa") == NULL) {
|
||||||
FFBFreeRec(pScrn);
|
xf86DrvMsg(pScrn->scrnIndex, X_INFO,
|
||||||
return FALSE;
|
"Loading XAA failed, acceleration disabled\n");
|
||||||
|
pFfb->NoAccel = TRUE;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pFfb->HWCursor && xf86LoadSubModule(pScrn, "ramdac") == NULL) {
|
if (pFfb->HWCursor && xf86LoadSubModule(pScrn, "ramdac") == NULL) {
|
||||||
|
Loading…
Reference in New Issue
Block a user