rpms/xorg-x11-server/devel xserver-1.5.0-projector-fb-size.patch, NONE, 1.1 xorg-x11-server.spec, 1.347, 1.348

Soren Sandmann Pedersen ssp at fedoraproject.org
Thu Sep 11 13:32:23 UTC 2008


Author: ssp

Update of /cvs/pkgs/rpms/xorg-x11-server/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31298

Modified Files:
	xorg-x11-server.spec 
Added Files:
	xserver-1.5.0-projector-fb-size.patch 
Log Message:
Make room for a 1280 wide projector in the default screen limits

xserver-1.5.0-projector-fb-size.patch:

--- NEW FILE xserver-1.5.0-projector-fb-size.patch ---
>From ef49675e8d7dc829032bf6e586d55f9985d06844 Mon Sep 17 00:00:00 2001
From: Fedora X Ninjas <x at fedoraproject.org>
Date: Thu, 11 Sep 2008 09:25:18 -0400
Subject: [PATCH] Make room for a 1280 wide projector in the default screen limits

---
 hw/xfree86/modes/xf86Crtc.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/hw/xfree86/modes/xf86Crtc.c b/hw/xfree86/modes/xf86Crtc.c
index 4de7e05..ee7e412 100644
--- a/hw/xfree86/modes/xf86Crtc.c
+++ b/hw/xfree86/modes/xf86Crtc.c
@@ -987,6 +987,8 @@ xf86DefaultScreenLimits (ScrnInfoPtr scrn, int *widthp, int *heightp,
 	if (crtc_height > height)
 	    height = crtc_height;
     }
+    /* Make room for a projector */
+    width += 1280;
     if (config->maxWidth && width > config->maxWidth) width = config->maxWidth;
     if (config->maxHeight && height > config->maxHeight) height = config->maxHeight;
     if (config->minWidth && width < config->minWidth) width = config->minWidth;
-- 
1.6.0.1



Index: xorg-x11-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/devel/xorg-x11-server.spec,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -r1.347 -r1.348
--- xorg-x11-server.spec	10 Sep 2008 10:47:21 -0000	1.347
+++ xorg-x11-server.spec	11 Sep 2008 13:31:53 -0000	1.348
@@ -19,7 +19,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.5.0
-Release:   2%{?dist}
+Release:   3%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X
@@ -54,6 +54,7 @@
 Patch1010:  xserver-1.3.0-no-prerelease-warning.patch
 
 Patch2013:  xserver-1.4.99-document-fontpath-correctly.patch
+Patch2014:  xserver-1.5.0-projector-fb-size.patch
 
 # Trivial things to never merge upstream ever
 # Don't merge this without protecting the gccisms.
@@ -498,6 +499,10 @@
 
 
 %changelog
+* Thu Sep 11 2008 Soren Sandmann <sandmann at redhat.com> 1.5.0-3
+- Change the default screen limits to include room for a 1280 wide
+  projector.
+
 * Wed Sep 10 2008 Dave Airlie <airlied at redhat.com> 1.5.0-2
 - bring master exa back
 




More information about the fedora-extras-commits mailing list