1fa0041869
- xserver-1.3.0-default-dpi.patch: Switch default DPI to 100, on the principle that 75 is almost never right and 100 is much more likely.
13 lines
506 B
Diff
13 lines
506 B
Diff
diff -up xorg-server-1.3.0.0/hw/xfree86/common/xf86Priv.h.jx xorg-server-1.3.0.0/hw/xfree86/common/xf86Priv.h
|
|
--- xorg-server-1.3.0.0/hw/xfree86/common/xf86Priv.h.jx 2006-11-16 13:01:24.000000000 -0500
|
|
+++ xorg-server-1.3.0.0/hw/xfree86/common/xf86Priv.h 2007-08-09 16:55:02.000000000 -0400
|
|
@@ -120,7 +120,7 @@ extern RootWinPropPtr *xf86RegisteredPro
|
|
#define DEFAULT_LOG_VERBOSE 3
|
|
#endif
|
|
#ifndef DEFAULT_DPI
|
|
-#define DEFAULT_DPI 75
|
|
+#define DEFAULT_DPI 100
|
|
#endif
|
|
|
|
#define DEFAULT_UNRESOLVED TRUE
|