[Openchrome-devel] Re : Please test KMS branch

James Simmons jsimmons
Wed Jan 12 14:28:30 PST 2011


> > De: James Simmons <jsimmons at infradead.org>
> > Objet: [Openchrome-devel] Please test KMS branch
> > ?: "OpenChrome Development" <openchrome-devel at openchrome.org>
> > 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;



More information about the Openchrome-devel mailing list