From 759d548e3e591f9bb8450b2874032d1824a5e251 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 22 Sep 2012 15:18:27 +0200 Subject: xserver_xorg-server: bump version Based on patch by Allan W. Nielsen. Signed-off-by: Peter Korsgaard --- ...rg-server-03-always-enable-forced-outputs.patch | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 package/x11r7/xserver_xorg-server/xserver_xorg-server-03-always-enable-forced-outputs.patch (limited to 'package/x11r7/xserver_xorg-server/xserver_xorg-server-03-always-enable-forced-outputs.patch') diff --git a/package/x11r7/xserver_xorg-server/xserver_xorg-server-03-always-enable-forced-outputs.patch b/package/x11r7/xserver_xorg-server/xserver_xorg-server-03-always-enable-forced-outputs.patch deleted file mode 100644 index bf279775f..000000000 --- a/package/x11r7/xserver_xorg-server/xserver_xorg-server-03-always-enable-forced-outputs.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 93ff1bc5884cdfca1132af7fbc06c48e06f218c8 Mon Sep 17 00:00:00 2001 -From: Simon Farnsworth -Date: Mon, 15 Feb 2010 12:18:00 +0000 -Subject: Always enable outputs that have been forced on in the configuration file - -If the user has gone to the effort of manually enabling an output in -the configuration file assume that they know what they're doing. - -X.org Bug 14611 - -Signed-off-by: Simon Farnsworth -Reviewed-by: Alex Deucher -Signed-off-by: Keith Packard ---- -diff --git a/hw/xfree86/modes/xf86Crtc.c b/hw/xfree86/modes/xf86Crtc.c -index 573fe96..9b1ff28 100644 ---- a/hw/xfree86/modes/xf86Crtc.c -+++ b/hw/xfree86/modes/xf86Crtc.c -@@ -1573,7 +1573,8 @@ xf86ProbeOutputModes (ScrnInfoPtr scrn, int maxX, int maxY) - */ - output->status = (*output->funcs->detect)(output); - -- if (output->status == XF86OutputStatusDisconnected) -+ if (output->status == XF86OutputStatusDisconnected && -+ !xf86ReturnOptValBool(output->options, OPTION_ENABLE, FALSE)) - { - xf86OutputSetEDID (output, NULL); - continue; --- -cgit v0.9.0.2-2-gbebe -- cgit v1.2.3