--- xorg-server-1.1.1/hw/dmx/dmxpict.c.orig	2008-10-28 04:27:22.000000000 +1100
+++ xorg-server-1.1.1/hw/dmx/dmxpict.c	2008-10-28 04:29:11.000000000 +1100
@@ -888,6 +888,11 @@
     } else {
 	/* FIXME: Handle saving clip region when offscreen */
     }
+    XRectangle aRect;
+    aRect.x = 0; aRect.y = 0;
+    aRect.width = 9999 ;
+    aRect.height = 9999;
+    XRenderSetPictureClipRectangles(dmxScreen->beDisplay, pPictPriv->pict,0,0, &aRect,1);
 
     DMX_WRAP(ChangePictureClip, dmxChangePictureClip, dmxScreen, ps);
     

