rpms/xorg-x11-drv-ati/devel r500-dual-link-love.patch, NONE, 1.1 xorg-x11-drv-ati.spec, 1.84, 1.85

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Tue Mar 11 20:12:02 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-drv-ati/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25689

Modified Files:
	xorg-x11-drv-ati.spec 
Added Files:
	r500-dual-link-love.patch 
Log Message:
* Tue Mar 11 2008 Adam Jackson <ajax at redhat.com> 6.8.0-4
- r500-dual-link-love.patch: Make R300+ max CRTC size guess big enough
  for a 30" monitor.


r500-dual-link-love.patch:

--- NEW FILE r500-dual-link-love.patch ---
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;


Index: xorg-x11-drv-ati.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-ati/devel/xorg-x11-drv-ati.spec,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- xorg-x11-drv-ati.spec	2 Mar 2008 23:27:17 -0000	1.84
+++ xorg-x11-drv-ati.spec	11 Mar 2008 20:11:30 -0000	1.85
@@ -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 @@
 # 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 @@
 
 %patch1 -p1 -b .git
 %patch4 -p1 -b .ddc
+%patch5 -p1 -b .duallink
 
 %build
 aclocal ; automake -a ; autoconf
@@ -84,6 +86,10 @@
 %{_mandir}/man4/radeon.4*
 
 %changelog
+* Tue Mar 11 2008 Adam Jackson <ajax at redhat.com> 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 <airlied at redhat.com> 6.8.0-3
 - rebuild for upstream ABI breakage
 




More information about the fedora-extras-commits mailing list