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