From 079910986a1b8f5042e16ee2ba3ad9ed843b67ca Mon Sep 17 00:00:00 2001 From: Adam Jackson 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