debian/changelog | 7 ++++++- debian/patches/40_default_dpi_96.patch | 21 +++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 28 insertions(+), 1 deletion(-)
New commits: commit 9c6275e7d4d25c62ad6d80433e7f1c1e98630d41 Author: Brice Goglin <[EMAIL PROTECTED]> Date: Sun Jan 13 16:22:59 2008 +0100 Grab upstream commit to set DEFAULT_DPI to 96 instead of 75 diff --git a/debian/changelog b/debian/changelog index 85abf9c..f57f7f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,13 @@ xorg-server (2:1.4.1~git20080105-2) UNRELEASED; urgency=low + [ David Nusinow ] * Improve dpms logging patch to correctly label message type - -- David Nusinow <[EMAIL PROTECTED]> Mon, 07 Jan 2008 20:28:26 -0500 + [ Brice Goglin ] + * Grab upstream commit db9ae863536fff80b5463d99e71dc47ae587980d + to set DEFAULT_DPI to 96 instead of 75. + + -- Brice Goglin <[EMAIL PROTECTED]> Sun, 13 Jan 2008 16:20:12 +0100 xorg-server (2:1.4.1~git20080105-1) unstable; urgency=low diff --git a/debian/patches/40_default_dpi_96.patch b/debian/patches/40_default_dpi_96.patch new file mode 100644 index 0000000..5abd3e3 --- /dev/null +++ b/debian/patches/40_default_dpi_96.patch @@ -0,0 +1,21 @@ +commit db9ae863536fff80b5463d99e71dc47ae587980d +Author: Adam Jackson <[EMAIL PROTECTED]> +Date: Sun Nov 18 11:57:01 2007 -0500 + + Bump DEFAULT_DPI to 96. + + 75 is just nonsense. + +diff --git a/hw/xfree86/common/xf86Priv.h b/hw/xfree86/common/xf86Priv.h +index 3da102f..4723f5a 100644 +--- a/hw/xfree86/common/xf86Priv.h ++++ b/hw/xfree86/common/xf86Priv.h +@@ -120,7 +120,7 @@ extern RootWinPropPtr *xf86RegisteredPropertiesTable; + #define DEFAULT_LOG_VERBOSE 3 + #endif + #ifndef DEFAULT_DPI +-#define DEFAULT_DPI 75 ++#define DEFAULT_DPI 96 + #endif + + #define DEFAULT_UNRESOLVED TRUE diff --git a/debian/patches/series b/debian/patches/series index 097f64c..2e363d1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -10,6 +10,7 @@ 13_debian_add_xkbpath_env_variable.diff 14_default_screen_section.diff 21_glx_align_fixes.patch +40_default_dpi_96.patch 41_vbe_filter_less.diff 43_allow_override_BIOS_EDID_preferred_mode.diff 44_preferredmode_infinite_loop.diff -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]