rpms/xorg-x11-drv-intel/F-11 intel-2.7-fix-output-properties.patch, NONE, 1.1 xorg-x11-drv-intel.spec, 1.20, 1.21

Matthew Garrett mjg59 at fedoraproject.org
Thu Sep 24 20:40:27 UTC 2009


Author: mjg59

Update of /cvs/pkgs/rpms/xorg-x11-drv-intel/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29930

Modified Files:
	xorg-x11-drv-intel.spec 
Added Files:
	intel-2.7-fix-output-properties.patch 
Log Message:
* Thu Sep 24 2009  <mjg at redhat.com> - 2.7.0-8
- Add intel-2.7-fix-output-properties.patch, fixes EDID in xrandr properties


intel-2.7-fix-output-properties.patch:
 drmmode_display.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE intel-2.7-fix-output-properties.patch ---
diff -up xf86-video-intel-2.7.0/src/drmmode_display.c.orig xf86-video-intel-2.7.0/src/drmmode_display.c
--- xf86-video-intel-2.7.0/src/drmmode_display.c.orig	2009-09-24 16:22:22.000000000 -0400
+++ xf86-video-intel-2.7.0/src/drmmode_display.c	2009-09-24 16:22:41.000000000 -0400
@@ -729,7 +729,7 @@ drmmode_output_set_property(xf86OutputPt
 	}
     }
     /* no property found? */
-    return FALSE;
+    return TRUE;
 }
 
 #ifdef RANDR_GET_CRTC_INTERFACE


Index: xorg-x11-drv-intel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-intel/F-11/xorg-x11-drv-intel.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- xorg-x11-drv-intel.spec	28 May 2009 19:24:51 -0000	1.20
+++ xorg-x11-drv-intel.spec	24 Sep 2009 20:40:27 -0000	1.21
@@ -7,7 +7,7 @@
 Summary:   Xorg X11 Intel video driver
 Name:      xorg-x11-drv-intel
 Version:   2.7.0
-Release:   7%{?dist}
+Release:   8%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -32,6 +32,9 @@ Patch21: intel-2.7.0-lvds-default-modes.
 # Disable xv vsync, it locks up the GPU
 Patch22: intel-2.7-dont-vsync-xv.patch
 
+# Backport from upstream
+Patch30: intel-2.7-fix-output-properties.patch
+
 ExclusiveArch: %{ix86} x86_64 ia64
 
 BuildRequires: autoconf automake libtool
@@ -85,6 +88,8 @@ Debugging tools for Intel graphics chips
 
 %patch22 -p1 -b .xv-vsync
 
+%patch30 -p1 -b .drmmode
+
 %build
 
 # autoreconf -vi
@@ -136,6 +141,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/intel_*
 
 %changelog
+* Thu Sep 24 2009  <mjg at redhat.com> - 2.7.0-8
+- Add intel-2.7-fix-output-properties.patch, fixes EDID in xrandr properties
+
 * Thu May 28 2009  <krh at redhat.com> - 2.7.0-7
 - Add intel-2.7-dont-vsync-xv.patch to disable Xv vsync, fixes hw
   lockup for full screen Xv (#499895)




More information about the fedora-extras-commits mailing list