[Nouveau] [Bug 28449] I messed up and now nouveau doesn't work.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jun 8 11:33:35 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=28449

--- Comment #3 from Chris Wilson <chris at chris-wilson.co.uk> 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.


More information about the Nouveau mailing list