From caa4f1f299cc7f30e93f08e7290f17f5808c754e Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 14 Jun 2006 00:05:17 +0000 Subject: [PATCH] - Add EDID mode autodetection. --- xorg-x11-server.spec | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index 41bbc3e..9a2f37f 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -4,7 +4,7 @@ Summary: X.Org X11 X server Name: xorg-x11-server Version: 1.1.0 -Release: 11 +Release: 12 URL: http://www.x.org License: MIT/X11 Group: User Interface/X @@ -30,6 +30,13 @@ Patch1000: xorg-redhat-die-ugly-pattern-die-die-die.patch Patch1001: xorg-x11-server-1.0.1-Red-Hat-extramodes.patch Patch1002: xorg-x11-server-1.1.0-redhat-xephyr-only-hack.patch +# autoconfiguration feature patches +#Patch3000: xorg-x11-server-1.1.0-input-autoconfig-2.patch +Patch3001: xorg-x11-server-1.1.0-edid-mode-injection-1.patch +Patch3002: xorg-x11-server-1.1.0-cvt-generator-in-core.patch +Patch3003: xorg-x11-server-1.1.0-edid-mode-injection-2.patch +Patch3004: xorg-x11-server-1.1.0-no-autoconfig-targetrefresh.patch + # INFO: We don't ship the X server on s390/s390x ExcludeArch: s390 s390x @@ -265,6 +272,13 @@ drivers, input drivers, or other X modules should install this package. %patch1001 -p1 -b .Red-Hat-extramodes %patch1002 -p1 -b .xephyr +#%patch2000 -p1 -b .autoconfig + +%patch3001 -p1 -b .edid1 +%patch3002 -p1 -b .cvt +%patch3003 -p1 -b .edid2 +%patch3004 -p1 -b .targetrefresh + %build #FONTDIR="${datadir}/X11/fonts" #DEFAULT_FONT_PATH="${FONTDIR}/misc:unscaled,${FONTDIR}/TTF/,${FONTDIR}/OTF,${FONTDIR}/Type1/,${FONTDIR}/CID/,${FONTDIR}/100dpi:unscaled,${FONTDIR}/75dpi:unscaled" @@ -549,6 +563,9 @@ rm -rf $RPM_BUILD_ROOT # ------------------------------------------------------------------- %changelog +* Tue Jun 13 2006 Adam Jackson 1.1.0-12 +- Add EDID mode autodetection. + * Mon Jun 12 2006 Kristian Høgsberg - 1.1.0-11 - Add xorg-x11-server-1.1.0-gl-include-inferiors.patch to let GL rendering include child windows.