rpms/xorg-x11-drv-intel/devel kill-svideo.patch, 1.1, 1.2 xorg-x11-drv-intel.spec, 1.26, 1.27

Adam Jackson ajax at fedoraproject.org
Tue Sep 8 18:14:23 UTC 2009


Author: ajax

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

Modified Files:
	kill-svideo.patch xorg-x11-drv-intel.spec 
Log Message:
* Tue Sep 08 2009 Adam Jackson <ajax at redhat.com> 2.8.0-10
- kill-svideo.patch: Treat svideo as unknown instead of disconnected.


kill-svideo.patch:
 drmmode_display.c |   12 ++++++++++++
 1 file changed, 12 insertions(+)

Index: kill-svideo.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-intel/devel/kill-svideo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- kill-svideo.patch	24 Feb 2009 20:51:11 -0000	1.1
+++ kill-svideo.patch	8 Sep 2009 18:14:22 -0000	1.2
@@ -13,7 +13,7 @@ index d50e640..d6c7cd3 100644
 +		 * mode that fits both the panel and the tv out.  Once
 +		 * KMS learns how to detect svideo better we can
 +		 * remove this. */
-+		return DRM_MODE_DISCONNECTED;
++		return DRM_MODE_UNKNOWNCONNECTION;
 +	default:
 +		break;
 +	}


Index: xorg-x11-drv-intel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-intel/devel/xorg-x11-drv-intel.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- xorg-x11-drv-intel.spec	2 Sep 2009 22:01:01 -0000	1.26
+++ xorg-x11-drv-intel.spec	8 Sep 2009 18:14:22 -0000	1.27
@@ -8,7 +8,7 @@
 Summary:   Xorg X11 Intel video driver
 Name:      xorg-x11-drv-intel
 Version:   2.8.0
-Release:   9%{?dist}
+Release:   10%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -141,6 +141,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/intel_*.1*
 
 %changelog
+* Tue Sep 08 2009 Adam Jackson <ajax at redhat.com> 2.8.0-10
+- kill-svideo.patch: Treat svideo as unknown instead of disconnected.
+
 * Wed Sep 02 2009 Adam Jackson <ajax at redhat.com> 2.8.0-9
 - uevent.patch: Catch uevents for output hotplug, rescan when they happen,
   and send RANDR events for any changes.




More information about the fedora-extras-commits mailing list