[pkg-fso-commits] [SCM] xf86-video-glamo, SMedia Glamo video driver for X.Org branch, master, updated. upstream/0.0.0+20090224.git703acea1-15-g25c4b0e

Lars-Peter Clausen lars at metafoo.de
Mon May 18 16:46:42 UTC 2009


The following commit has been merged in the master branch:
commit 25c4b0e80e93e04e6f7d4b8bca6d007fb9de6da8
Author: Lars-Peter Clausen <lars at metafoo.de>
Date:   Sat May 9 15:27:17 2009 +0200

    Don't wait when disabling the cmdq. it causes a wsod for some users.
    thanks to lindi for tracking it down.

diff --git a/src/glamo-cmdq.c b/src/glamo-cmdq.c
index 38950d7..e80e617 100644
--- a/src/glamo-cmdq.c
+++ b/src/glamo-cmdq.c
@@ -204,7 +204,8 @@ void
 GLAMOCMDQDisable(ScrnInfoPtr pScrn) {
     GlamoPtr pGlamo = GlamoPTR(pScrn);
 
-	GLAMOEngineWait(pGlamo, GLAMO_ENGINE_ALL);
+/*  Causes WSOD for some users.
+    GLAMOEngineWait(pGlamo, GLAMO_ENGINE_ALL); */
     GLAMOEngineDisable(pGlamo, GLAMO_ENGINE_CMDQ);
 }
 

-- 
xf86-video-glamo, SMedia Glamo video driver for X.Org



More information about the pkg-fso-commits mailing list