[Openchrome-devel] Please test KMS branch
James Simmons
jsimmons
Wed Jan 12 13:55:56 PST 2011
> No, that's not this bug, this is a Chrome9, so it's using the software
> rasterizer. And it's running fine with trunk.
>
> Switching to software cursor doesn't help. Here's the backtrace :
Its a order issue. Can you try this patch. If not I have aidea of what it
could be besides this.
Index: src/via_ums.c
===================================================================
--- src/via_ums.c (revision 902)
+++ src/via_ums.c (working copy)
@@ -206,6 +206,11 @@
viaInitAccel(pScreen);
}
+ if (pVia->shadowFB)
+ ViaShadowFBInit(pScrn, pScreen);
+ else
+ VIADGAInit(pScreen);
+
if (pVia->hwcursor) {
if (!UMSHWCursorInit(pScreen)) {
pVia->hwcursor = FALSE;
@@ -214,11 +219,6 @@
}
}
- if (pVia->shadowFB)
- ViaShadowFBInit(pScrn, pScreen);
- else
- VIADGAInit(pScreen);
-
pVia->CloseScreen = pScreen->CloseScreen;
pScreen->SaveScreen = VIASaveScreen;
pScreen->CloseScreen = VIACloseScreen;
More information about the Openchrome-devel
mailing list