rpms/xorg-x11-drv-nouveau/devel nouveau-bgnr.patch, NONE, 1.1 xorg-x11-drv-nouveau.spec, 1.52, 1.53

Adam Jackson ajax at fedoraproject.org
Thu Aug 27 20:58:15 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-drv-nouveau/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7444

Modified Files:
	xorg-x11-drv-nouveau.spec 
Added Files:
	nouveau-bgnr.patch 
Log Message:
* Thu Aug 27 2009 Adam Jackson <ajax at redhat.com> 0.0.15-6.20090820git569a17a
- nouveau-bgnr.patch: Enable seamless plymouth->gdm transition.


nouveau-bgnr.patch:
 nv_driver.c |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE nouveau-bgnr.patch ---
diff -up xf86-video-nouveau-0.0.15/src/nv_driver.c.jx xf86-video-nouveau-0.0.15/src/nv_driver.c
--- xf86-video-nouveau-0.0.15/src/nv_driver.c.jx	2009-08-27 16:56:28.000000000 -0400
+++ xf86-video-nouveau-0.0.15/src/nv_driver.c	2009-08-27 16:59:28.811934951 -0400
@@ -747,6 +747,8 @@ NVPreInitDRM(ScrnInfoPtr pScrn)
 	 */
 #ifdef XF86DRM_MODE
 	pNv->kms_enable = !drmCheckModesettingSupported(bus_id);
+	if (pNv->kms_enable)
+	    pScrn->canDoBGNoneRoot = 1;
 #endif
 	xf86DrvMsg(pScrn->scrnIndex, X_PROBED,
 		   "[drm] kernel modesetting %s\n", pNv->kms_enable ?


Index: xorg-x11-drv-nouveau.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nouveau/devel/xorg-x11-drv-nouveau.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- xorg-x11-drv-nouveau.spec	21 Aug 2009 04:17:36 -0000	1.52
+++ xorg-x11-drv-nouveau.spec	27 Aug 2009 20:58:15 -0000	1.53
@@ -19,7 +19,7 @@ Name:      xorg-x11-drv-nouveau
 # need to set an epoch to get version number in sync with upstream
 Epoch:     1
 Version:   %{nouveau_version}
-Release:   5.%{snapshot}%{?dist}
+Release:   6.%{snapshot}%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -46,6 +46,7 @@ Patch1: dcbconf_7_4_ignore.diff
 Patch2: nouveau-multiple-xserver.patch
 Patch3: nouveau-transition-hack.patch
 Patch6: nouveau-bicubic-2x.patch
+Patch7: nouveau-bgnr.patch
 
 %description 
 X.Org X11 nouveau video driver.
@@ -58,6 +59,7 @@ X.Org X11 nouveau video driver.
 %patch2 -p1 -b .multix
 %patch3 -p1 -b .transition
 %patch6 -p1 -b .bicubic
+%patch7 -p1 -b .bgnr
 
 %build
 autoreconf -v --install
@@ -81,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/nouveau.4*
 
 %changelog
+* Thu Aug 27 2009 Adam Jackson <ajax at redhat.com> 0.0.15-6.20090820git569a17a
+- nouveau-bgnr.patch: Enable seamless plymouth->gdm transition.
+
 * Fri Aug 21 2009 Ben Skeggs <bskeggs at redhat.com> 0.0.15-5.20090820git569a17a
 - a couple more minor fixes
 




More information about the fedora-extras-commits mailing list