]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - xorg-x11-server/patches/xserver-1.5.1-mode-debug.patch
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / xorg-x11-server / patches / xserver-1.5.1-mode-debug.patch
1 From 079910986a1b8f5042e16ee2ba3ad9ed843b67ca Mon Sep 17 00:00:00 2001
2 From: Adam Jackson <ajax@redhat.com>
3 Date: Tue, 7 Oct 2008 11:09:14 -0400
4 Subject: [PATCH] Force ModeDebug on.
5
6 ---
7 hw/xfree86/modes/xf86Crtc.c | 3 +--
8 1 files changed, 1 insertions(+), 2 deletions(-)
9
10 diff --git a/hw/xfree86/modes/xf86Crtc.c b/hw/xfree86/modes/xf86Crtc.c
11 index 9bcf81b..a953c8a 100644
12 --- a/hw/xfree86/modes/xf86Crtc.c
13 +++ b/hw/xfree86/modes/xf86Crtc.c
14 @@ -2084,8 +2084,7 @@ xf86InitialConfiguration (ScrnInfoPtr scrn, Bool canGrow)
15 xf86ProcessOptions (scrn->scrnIndex,
16 scrn->options,
17 config->options);
18 - config->debug_modes = xf86ReturnOptValBool (config->options,
19 - OPTION_MODEDEBUG, FALSE);
20 + config->debug_modes = TRUE;
21
22 if (scrn->display->virtualX)
23 width = scrn->display->virtualX;
24 --
25 1.6.0.1
26