rpms/xorg-x11-drv-fbdev/devel BGNoneRoot.patch, NONE, 1.1 xorg-x11-drv-fbdev.spec, 1.22, 1.23

Bill Nottingham notting at fedoraproject.org
Thu Oct 30 18:20:11 UTC 2008


Author: notting

Update of /cvs/extras/rpms/xorg-x11-drv-fbdev/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11474

Modified Files:
	xorg-x11-drv-fbdev.spec 
Added Files:
	BGNoneRoot.patch 
Log Message:
Set canDoBGNoneRoot on startup. Useful for plymouth crossfade testing for
those of us with lousy hardware.


BGNoneRoot.patch:

--- NEW FILE BGNoneRoot.patch ---
diff -up xf86-video-fbdev-0.4.0/src/fbdev.c.foo xf86-video-fbdev-0.4.0/src/fbdev.c
--- xf86-video-fbdev-0.4.0/src/fbdev.c.foo	2008-10-30 11:16:44.000000000 -0400
+++ xf86-video-fbdev-0.4.0/src/fbdev.c	2008-10-30 11:18:19.000000000 -0400
@@ -472,6 +472,7 @@ FBDevPreInit(ScrnInfoPtr pScrn, int flag
 		return FALSE;
 
 	pScrn->monitor = pScrn->confScreen->monitor;
+	pScrn->canDoBGNoneRoot = 1;
 
 	FBDevGetRec(pScrn);
 	fPtr = FBDEVPTR(pScrn);


Index: xorg-x11-drv-fbdev.spec
===================================================================
RCS file: /cvs/extras/rpms/xorg-x11-drv-fbdev/devel/xorg-x11-drv-fbdev.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- xorg-x11-drv-fbdev.spec	20 Mar 2008 01:20:05 -0000	1.22
+++ xorg-x11-drv-fbdev.spec	30 Oct 2008 18:19:41 -0000	1.23
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 fbdev video driver
 Name:      xorg-x11-drv-fbdev
 Version:   0.4.0
-Release:   1%{?dist}
+Release:   2%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -16,7 +16,7 @@
 ExcludeArch: s390 s390x
 
 Patch1: fbdev-0.3.0-32fbbpp.patch
-
+Patch2: BGNoneRoot.patch
 BuildRequires: xorg-x11-server-sdk >= 1.4.99.1
 
 Requires:  xorg-x11-server-Xorg >= 1.4.99.1
@@ -29,6 +29,7 @@
 # Not sure if this is still necessary, it doesn't apply anymore and the new
 # code looks like it'll have the same effect.  XXX check with katzj.
 # %patch1 -p1 -b .fbbpp
+%patch2 -p1
 
 %build
 %configure --disable-static
@@ -52,6 +53,9 @@
 %{_mandir}/man4/fbdev.4*
 
 %changelog
+* Thu Oct 30 2008 Bill Nottingham <notting at redhat.com> 0.4.0-2
+- set canDoBGNoneRoot on driver startup
+
 * Thu Mar 20 2008 Dave Airlie <airlied at redhat.com> 0.4.0-1
 - Update to latest upstream release
 




More information about the scm-commits mailing list