Author: branden Date: 2004-09-01 13:26:13 -0500 (Wed, 01 Sep 2004) New Revision: 1788
Modified: branches/debconf-overhaul/debian/CHANGESETS branches/debconf-overhaul/debian/changelog branches/debconf-overhaul/debian/xserver-xfree86.config.in Log: Set the default mode list when the "simple" monitor configuration interface is used, using only 640x480 for 14 inch monitors, adding higher-resolution modes as larger monitor sizes are selected. Modified: branches/debconf-overhaul/debian/CHANGESETS =================================================================== --- branches/debconf-overhaul/debian/CHANGESETS 2004-09-01 17:13:51 UTC (rev 1787) +++ branches/debconf-overhaul/debian/CHANGESETS 2004-09-01 18:26:13 UTC (rev 1788) @@ -562,6 +562,9 @@ - 2048x1536 @ 75Hz - 2048x1536 @ 85Hz Make the new template default for this question "1152x864 @ 75Hz". ++ Set the default mode list when the "simple" monitor configuration + interface is used, using only 640x480 for 14 inch monitors, adding + higher-resolution modes as larger monitor sizes are selected. + Add "1152x864" and "1024x768" to the final fallback list of default modes, if we don't already know what the user wants. + Remove kludge that omitted the "dri" XFree86 server module from the Modified: branches/debconf-overhaul/debian/changelog =================================================================== --- branches/debconf-overhaul/debian/changelog 2004-09-01 17:13:51 UTC (rev 1787) +++ branches/debconf-overhaul/debian/changelog 2004-09-01 18:26:13 UTC (rev 1788) @@ -398,6 +398,9 @@ - 2048x1536 @ 75Hz - 2048x1536 @ 85Hz Make the new template default for this question "1152x864 @ 75Hz". + + Set the default mode list when the "simple" monitor configuration + interface is used, using only 640x480 for 14 inch monitors, adding + higher-resolution modes as larger monitor sizes are selected. + Add "1152x864" and "1024x768" to the final fallback list of default modes, if we don't already know what the user wants. + Remove kludge that omitted the "dri" XFree86 server module from the @@ -537,7 +540,7 @@ missing to enable this feature. No keymaps currently use this feature, but users may find it useful with broken keymaps. - -- Branden Robinson <[EMAIL PROTECTED]> Wed, 1 Sep 2004 12:10:42 -0500 + -- Branden Robinson <[EMAIL PROTECTED]> Wed, 1 Sep 2004 13:24:18 -0500 xfree86 (4.3.0.dfsg.1-6) unstable; urgency=low Modified: branches/debconf-overhaul/debian/xserver-xfree86.config.in =================================================================== --- branches/debconf-overhaul/debian/xserver-xfree86.config.in 2004-09-01 17:13:51 UTC (rev 1787) +++ branches/debconf-overhaul/debian/xserver-xfree86.config.in 2004-09-01 18:26:13 UTC (rev 1788) @@ -1217,22 +1217,27 @@ 'Up to 14 inches (355 mm)') db_set xserver-xfree86/config/monitor/horiz-sync "28-33" db_set xserver-xfree86/config/monitor/vert-refresh "43-72" + DEFAULT_MODES="640x480" ;; '15 inches (380 mm)') db_set xserver-xfree86/config/monitor/horiz-sync "28-50" db_set xserver-xfree86/config/monitor/vert-refresh "43-75" + DEFAULT_MODES="800x600, 640x480" ;; '17 inches (430 mm)') db_set xserver-xfree86/config/monitor/horiz-sync "30-70" db_set xserver-xfree86/config/monitor/vert-refresh "50-160" + DEFAULT_MODES="1024x768, 800x600, 640x480" ;; '19-20 inches (480-510 mm)') db_set xserver-xfree86/config/monitor/horiz-sync "30-100" db_set xserver-xfree86/config/monitor/vert-refresh "50-160" + DEFAULT_MODES="1152x864, 1024x768, 800x600, 640x480" ;; '21 inches (530 mm) or more') db_set xserver-xfree86/config/monitor/horiz-sync "30-130" db_set xserver-xfree86/config/monitor/vert-refresh "50-160" + DEFAULT_MODES="1280x960, 1152x864, 1024x768, 800x600, 640x480" ;; esac ;;