1
0
OBS User unknown 2007-10-04 22:40:53 +00:00 committed by Git OBS Bridge
parent 8f88487fd4
commit d30e43df44
3 changed files with 22 additions and 1 deletions

10
preferred_mode-fix.diff Normal file
View File

@ -0,0 +1,10 @@
--- hw/xfree86/modes/xf86Crtc.c.orig 2007-10-04 12:45:33.070367500 +0200
+++ hw/xfree86/modes/xf86Crtc.c 2007-10-04 12:49:45.850165250 +0200
@@ -1416,6 +1416,7 @@ xf86ProbeOutputModes (ScrnInfoPtr scrn,
output->probed_modes = mode;
}
mode->type |= M_T_PREFERRED;
+ break;
}
else
mode->type &= ~M_T_PREFERRED;

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 4 12:55:11 CEST 2007 - sndirsch@suse.de
- preferred_mode-fix.diff
* fixed endless loop if PreferredMode is set (Bug #329724)
-------------------------------------------------------------------
Wed Oct 3 19:08:19 CEST 2007 - sndirsch@suse.de

View File

@ -21,7 +21,7 @@ BuildRequires: libjpeg-devel
Url: http://xorg.freedesktop.org/
%define EXPERIMENTAL 0
Version: 7.3
Release: 3
Release: 4
License: X11/MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/X11/Servers/XF86_4
@ -88,6 +88,7 @@ Patch77: fbdevhw.diff
Patch79: edit_data_sanity_check.diff
Patch80: pixman.diff
Patch81: xserver-1.3.0-xkb-and-loathing.patch
Patch82: preferred_mode-fix.diff
%description
This package contains the X.Org Server.
@ -197,6 +198,7 @@ popd
%patch79 -p1
%patch80
%patch81 -p1
%patch82 -p0
%build
pushd xorg-docs-*
@ -527,6 +529,9 @@ exit 0
/usr/bin/Xvnc
%endif
%changelog
* Thu Oct 04 2007 - sndirsch@suse.de
- preferred_mode-fix.diff
* fixed endless loop if PreferredMode is set (Bug #329724)
* Wed Oct 03 2007 - sndirsch@suse.de
- removed obsolete patch p_pci-domain.diff (Bug #308693, comment #26)
- apply p_pci-off-by-one.diff.ia64 on all platforms since it clearly