> > De: James Simmons <[email protected]>
> > Objet: [Openchrome-devel] Please test KMS branch
> > À: "OpenChrome Development" <[email protected]>
> > Date: Mardi 11 janvier 2011, 16h51
> >
> > Hi!
> >
> > I just finished the KMS/UMS reordering.
> > Please test my branch to make sure their are no regressions. Currently no
> > really KMS
> > code has been added just yet. Minus any regressions this wraps up phase >
> > one.
> Hi,
>
> I did a quick test on my epia M10000 (CLE266). It seems to work, I just got
> garbage where the mouse sursor was while drag-dropping windows on a gnome
> desktop. In doubt, I did the same with latest trunk which works fine.
I see a common theme here. Can you try this patch to see ifthe problem
goes away.
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;_______________________________________________
Openchrome-devel mailing list
[email protected]
http://wiki.openchrome.org/mailman/listinfo/openchrome-devel