debian/changelog | 1 debian/patches/Turn-on-ModeDebug-by-default.patch | 25 ++++++++++++++++++++++ debian/patches/series | 1 3 files changed, 27 insertions(+)
New commits: commit b1b3130502cfa89ea581fa768cdde4ab2e30fa93 Author: Julien Cristau <jcris...@debian.org> Date: Sun Mar 8 22:20:27 2009 +0100 Turn on ModeDebug by default. diff --git a/debian/changelog b/debian/changelog index a4d197a..839ff19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ xorg-server (2:1.6.0-1) UNRELEASED; urgency=low * New upstream release. * 0001-mi-force-the-paired-kbd-device-before-CopyKeyClass.patch: remove, included upstream. + * Turn on ModeDebug by default. -- David Nusinow <dnusi...@debian.org> Sun, 15 Feb 2009 18:49:51 -0500 diff --git a/debian/patches/Turn-on-ModeDebug-by-default.patch b/debian/patches/Turn-on-ModeDebug-by-default.patch new file mode 100644 index 0000000..463e1f1 --- /dev/null +++ b/debian/patches/Turn-on-ModeDebug-by-default.patch @@ -0,0 +1,25 @@ +From cbaf21a87c207300ab5a1e7de234e03baa0edf80 Mon Sep 17 00:00:00 2001 +From: Julien Cristau <jcris...@debian.org> +Date: Sun, 8 Mar 2009 22:19:10 +0100 +Subject: [PATCH] Turn on ModeDebug by default + +--- + hw/xfree86/modes/xf86Crtc.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/hw/xfree86/modes/xf86Crtc.c b/hw/xfree86/modes/xf86Crtc.c +index f09b9b8..effb665 100644 +--- a/hw/xfree86/modes/xf86Crtc.c ++++ b/hw/xfree86/modes/xf86Crtc.c +@@ -2225,7 +2225,7 @@ xf86InitialConfiguration (ScrnInfoPtr scrn, Bool canGrow) + scrn->options, + config->options); + config->debug_modes = xf86ReturnOptValBool (config->options, +- OPTION_MODEDEBUG, FALSE); ++ OPTION_MODEDEBUG, TRUE); + + if (scrn->display->virtualX) + width = scrn->display->virtualX; +-- +1.6.1.3 + diff --git a/debian/patches/series b/debian/patches/series index 4240743..ac4fe41 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ #06_use_proc_instead_of_sysfs_for_pci_domains.diff #13_debian_add_xkbpath_env_variable.diff 0001-xorg.conf-5-refer-to-mousedrv-4-.-Debian-394058.patch +Turn-on-ModeDebug-by-default.patch -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org