rpms/xorg-x11-drv-vesa/devel vesa-1.3.0-mode-heuristics.patch, 1.1, 1.2 xorg-x11-drv-vesa.spec, 1.24, 1.25

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Fri Jun 1 00:49:09 UTC 2007


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-drv-vesa/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13360

Modified Files:
	vesa-1.3.0-mode-heuristics.patch xorg-x11-drv-vesa.spec 
Log Message:
* Thu May 31 2007 Adam Jackson <ajax at redhat.com> 1.3.0-7
- Attempt to fix vesa crash of doom. (#241491)


vesa-1.3.0-mode-heuristics.patch:

Index: vesa-1.3.0-mode-heuristics.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-vesa/devel/vesa-1.3.0-mode-heuristics.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vesa-1.3.0-mode-heuristics.patch	20 Mar 2007 19:02:06 -0000	1.1
+++ vesa-1.3.0-mode-heuristics.patch	1 Jun 2007 00:49:05 -0000	1.2
@@ -139,7 +139,7 @@
 +	DisplayModePtr mode;
 +	xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
 +		"No valid modes left.  Trying less strict filter...\n");
-+	for (mode = pScrn->display->modes; mode; mode = mode->next)
++	for (mode = pScrn->monitor->Modes; mode; mode = mode->next)
 +	    mode->status = MODE_OK;
 +	pVesa->strict_validation = FALSE;
 +	i = VBEValidateModes(pScrn, NULL, pScrn->display->modes, 


Index: xorg-x11-drv-vesa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-vesa/devel/xorg-x11-drv-vesa.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- xorg-x11-drv-vesa.spec	9 May 2007 19:11:16 -0000	1.24
+++ xorg-x11-drv-vesa.spec	1 Jun 2007 00:49:05 -0000	1.25
@@ -7,7 +7,7 @@
 Summary:   Xorg X11 vesa video driver
 Name:      xorg-x11-drv-vesa
 Version:   1.3.0
-Release:   6%{?dist}
+Release:   7%{?dist}
 URL:       http://www.x.org
 Source0:   http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2
 License: MIT
@@ -57,6 +57,9 @@
 %{_mandir}/man4/vesa.4*
 
 %changelog
+* Thu May 31 2007 Adam Jackson <ajax at redhat.com> 1.3.0-7
+- Attempt to fix vesa crash of doom. (#241491)
+
 * Wed May 09 2007 Adam Jackson <ajax at redhat.com> 1.3.0-6
 - Re-add the sync range hack. (#235066)
 




More information about the fedora-extras-commits mailing list