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