rpms/xorg-x11-server/devel xserver-1.5.1-mode-debug.patch, NONE, 1.1 xorg-x11-server.spec, 1.358, 1.359

Adam Jackson ajax at fedoraproject.org
Tue Oct 7 15:36:09 UTC 2008


Author: ajax

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

Modified Files:
	xorg-x11-server.spec 
Added Files:
	xserver-1.5.1-mode-debug.patch 
Log Message:
* Tue Oct 7 2008 Adam Jackson <ajax at redhat.com> 1.5.1-7
- xserver-1.5.1-mode-debug.patch: Force mode debugging on.


xserver-1.5.1-mode-debug.patch:

--- NEW FILE xserver-1.5.1-mode-debug.patch ---
>From 079910986a1b8f5042e16ee2ba3ad9ed843b67ca Mon Sep 17 00:00:00 2001
From: Adam Jackson <ajax at redhat.com>
Date: Tue, 7 Oct 2008 11:09:14 -0400
Subject: [PATCH] Force ModeDebug on.

---
 hw/xfree86/modes/xf86Crtc.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/hw/xfree86/modes/xf86Crtc.c b/hw/xfree86/modes/xf86Crtc.c
index 9bcf81b..a953c8a 100644
--- a/hw/xfree86/modes/xf86Crtc.c
+++ b/hw/xfree86/modes/xf86Crtc.c
@@ -2084,8 +2084,7 @@ xf86InitialConfiguration (ScrnInfoPtr scrn, Bool canGrow)
     xf86ProcessOptions (scrn->scrnIndex,
 			scrn->options,
 			config->options);
-    config->debug_modes = xf86ReturnOptValBool (config->options,
-						OPTION_MODEDEBUG, FALSE);
+    config->debug_modes = TRUE;
 
     if (scrn->display->virtualX)
 	width = scrn->display->virtualX;
-- 
1.6.0.1



Index: xorg-x11-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/devel/xorg-x11-server.spec,v
retrieving revision 1.358
retrieving revision 1.359
diff -u -r1.358 -r1.359
--- xorg-x11-server.spec	7 Oct 2008 04:05:40 -0000	1.358
+++ xorg-x11-server.spec	7 Oct 2008 15:35:36 -0000	1.359
@@ -19,7 +19,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.5.1
-Release:   6%{?dist}
+Release:   7%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X
@@ -82,6 +82,9 @@
 # FDO bug 14373 (FIXED), RH bug #460545
 Patch6002: xserver-1.5.0-xkb-core-kbd-map-fix.patch
 
+# force mode debugging on for randr 1.2 drivers
+Patch6003: xserver-1.5.1-mode-debug.patch
+
 %define moduledir	%{_libdir}/xorg/modules
 %define drimoduledir	%{_libdir}/dri
 %define sdkdir		%{_includedir}/xorg
@@ -512,6 +515,9 @@
 
 
 %changelog
+* Tue Oct 7 2008 Adam Jackson <ajax at redhat.com> 1.5.1-7
+- xserver-1.5.1-mode-debug.patch: Force mode debugging on.
+
 * Tue Oct 7 2008 Peter Hutterer <peter.hutterer at redhat.com> 1.5.1-6
 - xserver-1.5.0-xkb-core-kbd-map-fix.patch: don't invent groups when mapping
   from xkb to core and back, and squash canonical types into explicit ones on




More information about the fedora-extras-commits mailing list