38ec734
From 079910986a1b8f5042e16ee2ba3ad9ed843b67ca Mon Sep 17 00:00:00 2001
38ec734
From: Adam Jackson <ajax@redhat.com>
38ec734
Date: Tue, 7 Oct 2008 11:09:14 -0400
38ec734
Subject: [PATCH] Force ModeDebug on.
38ec734
38ec734
---
38ec734
 hw/xfree86/modes/xf86Crtc.c |    3 +--
38ec734
 1 files changed, 1 insertions(+), 2 deletions(-)
38ec734
38ec734
diff --git a/hw/xfree86/modes/xf86Crtc.c b/hw/xfree86/modes/xf86Crtc.c
38ec734
index 9bcf81b..a953c8a 100644
38ec734
--- a/hw/xfree86/modes/xf86Crtc.c
38ec734
+++ b/hw/xfree86/modes/xf86Crtc.c
38ec734
@@ -2084,8 +2084,7 @@ xf86InitialConfiguration (ScrnInfoPtr scrn, Bool canGrow)
38ec734
     xf86ProcessOptions (scrn->scrnIndex,
38ec734
 			scrn->options,
38ec734
 			config->options);
38ec734
-    config->debug_modes = xf86ReturnOptValBool (config->options,
38ec734
-						OPTION_MODEDEBUG, FALSE);
38ec734
+    config->debug_modes = TRUE;
38ec734
 
38ec734
     if (scrn->display->virtualX)
38ec734
 	width = scrn->display->virtualX;
38ec734
-- 
38ec734
1.6.0.1
38ec734