diff --git a/BGNoneRoot.patch b/BGNoneRoot.patch new file mode 100644 index 0000000..4f884bc --- /dev/null +++ b/BGNoneRoot.patch @@ -0,0 +1,12 @@ +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) + pScrn->offset.red,pScrn->offset.green,pScrn->offset.blue); + #endif + ++ pScreen->canDoBGNoneRoot = 1; ++ + if (NULL == (fPtr->fbmem = fbdevHWMapVidmem(pScrn))) { + xf86DrvMsg(pScrn->scrnIndex,X_ERROR,"mapping of video memory" + " failed\n"); diff --git a/xorg-x11-drv-fbdev.spec b/xorg-x11-drv-fbdev.spec index 6ef2640..06bcef9 100644 --- a/xorg-x11-drv-fbdev.spec +++ b/xorg-x11-drv-fbdev.spec @@ -4,7 +4,7 @@ Name: xorg-x11-drv-fbdev Version: 0.5.0 -Release: 4 +Release: 5 Summary: Xorg X11 fbdev video driver License: MIT URL: https://www.x.org @@ -44,6 +44,12 @@ make %{_mandir}/man4/fbdev.4* %changelog +* Tue Mar 17 2020 openEuler Buildteam - 0.5.0-5 +- Type:enhancement +- Id:NA +- SUG:NA +- DESC:patch init + * Thu Jan 09 2020 openEuler Buildteam - 0.5.0-4 - Type:enhancement - Id:NA