From 7a7bc14801e6372c97cbe87002ad328b642ec617 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mar 11 2008 20:11:30 +0000 Subject: - r500-dual-link-love.patch: Make R300+ max CRTC size guess big enough for a 30" monitor. --- diff --git a/r500-dual-link-love.patch b/r500-dual-link-love.patch new file mode 100644 index 0000000..a08abc2 --- /dev/null +++ b/r500-dual-link-love.patch @@ -0,0 +1,15 @@ +diff -up xf86-video-ati-6.7.196/src/radeon_driver.c.jx xf86-video-ati-6.7.196/src/radeon_driver.c +--- xf86-video-ati-6.7.196/src/radeon_driver.c.jx 2008-01-15 17:11:38.000000000 -0500 ++++ xf86-video-ati-6.7.196/src/radeon_driver.c 2008-01-15 17:11:53.000000000 -0500 +@@ -2903,8 +2903,9 @@ _X_EXPORT Bool RADEONPreInit(ScrnInfoPtr + crtc_max_Y = 1200; + } else { + if (IS_R300_VARIANT || IS_AVIVO_VARIANT) { +- crtc_max_X = 2560; +- crtc_max_Y = 1200; ++ /* not the max, just egregiously large */ ++ crtc_max_X = 2560; ++ crtc_max_Y = 1600; + } else { + crtc_max_X = 2048; + crtc_max_Y = 1200; diff --git a/xorg-x11-drv-ati.spec b/xorg-x11-drv-ati.spec index 2f67e76..21b1250 100644 --- a/xorg-x11-drv-ati.spec +++ b/xorg-x11-drv-ati.spec @@ -5,7 +5,7 @@ Summary: Xorg X11 ati video driver Name: xorg-x11-drv-ati Version: 6.8.0 -Release: 3%{?dist} +Release: 4%{?dist} URL: http://www.x.org License: MIT Group: User Interface/X Hardware Support @@ -19,6 +19,7 @@ Source3: radeon.xinf # Radeon patches (0-99) Patch1: radeon-git-upstream-fixes.patch Patch4: radeon-6.7.196-faster-ddc.patch +Patch5: r500-dual-link-love.patch # Rage 128 patches (100-199) @@ -45,6 +46,7 @@ X.Org X11 ati video driver. %patch1 -p1 -b .git %patch4 -p1 -b .ddc +%patch5 -p1 -b .duallink %build aclocal ; automake -a ; autoconf @@ -84,6 +86,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man4/radeon.4* %changelog +* Tue Mar 11 2008 Adam Jackson 6.8.0-4 +- r500-dual-link-love.patch: Make R300+ max CRTC size guess big enough + for a 30" monitor. + * Mon Mar 03 2008 Dave Airlie 6.8.0-3 - rebuild for upstream ABI breakage