[xorg-x11-drv-r128] yet more panel hack

Adam Jackson ajax at fedoraproject.org
Thu Oct 14 14:24:28 UTC 2010


commit 86783e2b48d5fcfa54ac11fd8d9ef19926d6826b
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Oct 14 10:24:22 2010 -0400

    yet more panel hack

 r128-6.8.1-panel-hack.patch |    2 +-
 xorg-x11-drv-r128.spec      |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/r128-6.8.1-panel-hack.patch b/r128-6.8.1-panel-hack.patch
index c05107a..8cc1f4a 100644
--- a/r128-6.8.1-panel-hack.patch
+++ b/r128-6.8.1-panel-hack.patch
@@ -8,7 +8,7 @@ diff -up xf86-video-r128-6.8.1/src/r128_driver.c.jx xf86-video-r128-6.8.1/src/r1
 -        }
 +        } else if (info->PanelXRes && info->PanelYRes) {
 +	    DisplayModePtr mode = xf86CVTMode(info->PanelXRes, info->PanelYRes,
-+					      60, 1, 0);
++					      60, 0, 0);
 +
 +	    pScrn->monitor->nHsync = 1;
 +	    pScrn->monitor->hsync[0].lo = 31.5;
diff --git a/xorg-x11-drv-r128.spec b/xorg-x11-drv-r128.spec
index 82cca4b..b37c8e3 100644
--- a/xorg-x11-drv-r128.spec
+++ b/xorg-x11-drv-r128.spec
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 r128 video driver
 Name:      xorg-x11-drv-r128
 Version:   6.8.1
-Release:   4%{?dist}
+Release:   5%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/r128.4*
 
 %changelog
+* Thu Oct 14 2010 Adam Jackson <ajax at redhat.com> 6.8.1-5
+- r128-6.8.1-panel-hack.patch: Use standard CVT instead of CVT-R.
+
 * Mon Jul 05 2010 Peter Hutterer <peter.hutterer at redhat.com> - 6.8.1-4
 - rebuild for X Server 1.9
 


More information about the scm-commits mailing list