[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force XFree86 SVN commit: r2159 - trunk/debian



Author: branden
Date: 2005-01-25 13:37:38 -0500 (Tue, 25 Jan 2005)
New Revision: 2159

Modified:
   trunk/debian/CHANGESETS
   trunk/debian/changelog
   trunk/debian/xserver-xfree86.config.in
Log:
Fix the "Advanced" monitor selection method in xserver-xfree86's config
script to use the monitor sync ranges autodetected by read-edid, if
available.  Thanks to Jay Birkenbilt for the patch.  (Closes: #229850)


Modified: trunk/debian/CHANGESETS
===================================================================
--- trunk/debian/CHANGESETS	2005-01-25 16:47:39 UTC (rev 2158)
+++ trunk/debian/CHANGESETS	2005-01-25 18:37:38 UTC (rev 2159)
@@ -212,4 +212,9 @@
 Gaëtan LEURENT for bringing this issue to my attention. (Closes: #285396)
     2153
 
+Fix the "Advanced" monitor selection method in xserver-xfree86's config
+script to use the monitor sync ranges autodetected by read-edid, if
+available.  Thanks to Jay Birkenbilt for the patch.  (Closes: #229850)
+    2159
+
 vim:set ai et sts=4 sw=4 tw=80:

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-01-25 16:47:39 UTC (rev 2158)
+++ trunk/debian/changelog	2005-01-25 18:37:38 UTC (rev 2159)
@@ -159,8 +159,12 @@
     Gettys, Keith Packard, and Phil Blundell.  Thanks to Nicolas George and
     Gaëtan LEURENT for bringing this issue to my attention. (Closes: #285396)
 
- -- Branden Robinson <branden@debian.org>  Mon, 24 Jan 2005 12:11:08 -0500
+  * Fix the "Advanced" monitor selection method in xserver-xfree86's config
+    script to use the monitor sync ranges autodetected by read-edid, if
+    available.  Thanks to Jay Birkenbilt for the patch.  (Closes: #229850)
 
+ -- Branden Robinson <branden@debian.org>  Tue, 25 Jan 2005 13:36:36 -0500
+
 xfree86 (4.3.0.dfsg.1-10) unstable; urgency=medium
 
   * Upload urgency set to medium due to fix for stable-release-critical bugs

Modified: trunk/debian/xserver-xfree86.config.in
===================================================================
--- trunk/debian/xserver-xfree86.config.in	2005-01-25 16:47:39 UTC (rev 2158)
+++ trunk/debian/xserver-xfree86.config.in	2005-01-25 18:37:38 UTC (rev 2159)
@@ -1238,8 +1238,8 @@
     esac
     ;;
   Advanced)
-    auto_answer validate_monitor_frequency_db_input "$(priority_ceil $PRIORITY)" xserver-xfree86/config/monitor/horiz-sync "28-50"
-    auto_answer validate_monitor_frequency_db_input "$(priority_ceil $PRIORITY)" xserver-xfree86/config/monitor/vert-refresh "43-75"
+    auto_answer validate_monitor_frequency_db_input "$(priority_ceil $PRIORITY)" xserver-xfree86/config/monitor/horiz-sync "$DEFAULT_HORIZ_SYNC"
+    auto_answer validate_monitor_frequency_db_input "$(priority_ceil $PRIORITY)" xserver-xfree86/config/monitor/vert-refresh "$DEFAULT_VERT_REFRESH"
     ;;
 esac
 



Reply to: