* Fri Oct 12 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-31

- xorg-x11-server-Red-Hat-extramodes.patch: Remove 2560x1600 GTF timing.
This commit is contained in:
Adam Jackson 2007-10-12 14:41:40 +00:00
parent a346b95ad6
commit 18807aa01a
2 changed files with 4 additions and 7 deletions

View File

@ -165,9 +165,3 @@
# 1920x1440 @ 85Hz (VESA GTF) hsync: 128.5kHz
Modeline "1920x1440" 341.35 1920 2072 2288 2656 1440 1441 1444 1512 -hsync +vsync
@@ -31,3 +172,5 @@
# 2048x1536 @ 85Hz (VESA GTF) hsync: 137.0kHz
Modeline "2048x1536" 388.04 2048 2216 2440 2832 1536 1537 1540 1612 -hsync +vsync
+# 2560x1600 @ 60.00 Hz (GTF) hsync: 99.36 kHz; pclk: 348.16 MHz
+Modeline "2560x1600" 348.16 2560 2752 3032 3504 1600 1601 1604 1656 -HSync +Vsync

View File

@ -9,7 +9,7 @@
Summary: X.Org X11 X server
Name: xorg-x11-server
Version: 1.3.0.0
Release: 30%{?dist}
Release: 31%{?dist}
URL: http://www.x.org
License: MIT
Group: User Interface/X
@ -612,6 +612,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Oct 12 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-31
- xorg-x11-server-Red-Hat-extramodes.patch: Remove 2560x1600 GTF timing.
* Thu Oct 11 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-30
- xserver-1.3.0-avoid-ps2-probe.patch: /dev/input/mice is always ExplorerPS/2,
so don't waste time on startup probing for it.