* Thu Aug 09 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-17
- 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.
This commit is contained in:
parent
552bdc343c
commit
1fa0041869
@ -9,7 +9,7 @@
|
|||||||
Summary: X.Org X11 X server
|
Summary: X.Org X11 X server
|
||||||
Name: xorg-x11-server
|
Name: xorg-x11-server
|
||||||
Version: 1.3.0.0
|
Version: 1.3.0.0
|
||||||
Release: 16%{?dist}
|
Release: 17%{?dist}
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -56,6 +56,7 @@ Patch1008: xorg-x11-server-1.2.0-xf86config-comment-less.patch
|
|||||||
Patch1009: xorg-x11-server-1.2.0-maxpixclock-option.patch
|
Patch1009: xorg-x11-server-1.2.0-maxpixclock-option.patch
|
||||||
Patch1010: xserver-1.3.0-no-prerelease-warning.patch
|
Patch1010: xserver-1.3.0-no-prerelease-warning.patch
|
||||||
Patch1011: xserver-1.3.0-composite-version.patch
|
Patch1011: xserver-1.3.0-composite-version.patch
|
||||||
|
Patch1022: xserver-1.3.0-default-dpi.patch
|
||||||
|
|
||||||
Patch2001: xserver-1.2.0-geode-mmx.patch
|
Patch2001: xserver-1.2.0-geode-mmx.patch
|
||||||
Patch2002: xserver-1.2.0-xephyr-keysym-madness.patch
|
Patch2002: xserver-1.2.0-xephyr-keysym-madness.patch
|
||||||
@ -314,6 +315,7 @@ Xserver source code needed to build VNC server (Xvnc)
|
|||||||
%patch1009 -p1 -b .maxpixclock
|
%patch1009 -p1 -b .maxpixclock
|
||||||
%patch1010 -p1 -b .prerelease-warning
|
%patch1010 -p1 -b .prerelease-warning
|
||||||
%patch1011 -p1 -b .composite-version
|
%patch1011 -p1 -b .composite-version
|
||||||
|
%patch1022 -p1 -b .dpi
|
||||||
|
|
||||||
%patch2001 -p1 -b .geode-mmx
|
%patch2001 -p1 -b .geode-mmx
|
||||||
%patch2002 -p1 -b .xephyr-keysym
|
%patch2002 -p1 -b .xephyr-keysym
|
||||||
@ -602,6 +604,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 09 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-17
|
||||||
|
- 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.
|
||||||
|
|
||||||
* Thu Aug 02 2007 Dave Airlie <airlied@redhat.com> 1.3.0.0-16
|
* Thu Aug 02 2007 Dave Airlie <airlied@redhat.com> 1.3.0.0-16
|
||||||
- xserver-1.3.0-add-really-slow-bcopy.patch: Speed server start on some cards
|
- xserver-1.3.0-add-really-slow-bcopy.patch: Speed server start on some cards
|
||||||
|
|
||||||
|
12
xserver-1.3.0-default-dpi.patch
Normal file
12
xserver-1.3.0-default-dpi.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user