https://bugs.freedesktop.org/show_bug.cgi?id=28449
--- Comment #3 from Chris Wilson <[email protected]> 2010-06-08 11:33:35 PDT --- Try this hack: diff --git a/src/nv_driver.c b/src/nv_driver.c index f60b6d9..7a6311c 100644 --- a/src/nv_driver.c +++ b/src/nv_driver.c @@ -1138,6 +1138,9 @@ NVScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv) pNv->BlockHandler = pScreen->BlockHandler; pScreen->BlockHandler = NVBlockHandler; + if (!CreateScratchPixmapsForScreen(pScreen->myNum)) + return FALSE; + drmmode_fbcon_copy(pScreen); if (!NVEnterVT(pScrn->scrnIndex, 0)) -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Nouveau mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/nouveau
