0c8347
diff -up xf86-video-fbdev-0.4.3/src/fbdev.c.dma xf86-video-fbdev-0.4.3/src/fbdev.c
0c8347
--- xf86-video-fbdev-0.4.3/src/fbdev.c.dma	2012-07-02 12:46:46.000000000 +0100
0c8347
+++ xf86-video-fbdev-0.4.3/src/fbdev.c	2012-07-02 13:02:40.545956779 +0100
0c8347
@@ -673,6 +673,8 @@ FBDevScreenInit(SCREEN_INIT_ARGS_DECL)
0c8347
 	       pScrn->offset.red,pScrn->offset.green,pScrn->offset.blue);
0c8347
 #endif
0c8347
 
0c8347
+	pScreen->canDoBGNoneRoot = 1;
0c8347
+
0c8347
 	if (NULL == (fPtr->fbmem = fbdevHWMapVidmem(pScrn))) {
0c8347
 	        xf86DrvMsg(pScrn->scrnIndex,X_ERROR,"mapping of video memory"
0c8347
 			   " failed\n");