Author: branden Date: 2004-06-04 00:02:56 -0500 (Fri, 04 Jun 2004) New Revision: 1515
Modified: trunk/debian/CHANGESETS trunk/debian/TODO trunk/debian/changelog trunk/debian/xserver-xfree86.config.in trunk/debian/xserver-xfree86.templates Log: Update xserver-xfree86's config script and debconf templates file to support "1280x1024 @ 60Hz" in the list of modes the user can select to configure the monitor characteristics using the "medium method". Modified: trunk/debian/CHANGESETS =================================================================== --- trunk/debian/CHANGESETS 2004-06-04 04:49:35 UTC (rev 1514) +++ trunk/debian/CHANGESETS 2004-06-04 05:02:56 UTC (rev 1515) @@ -106,4 +106,9 @@ BusID debconf question. (Closes: #251568) 1514 +Update xserver-xfree86's config script and debconf templates file to +support "1280x1024 @ 60Hz" in the list of modes the user can select to +configure the monitor characteristics using the "medium method". + 1515 + vim:set ai et sts=4 sw=4 tw=80: Modified: trunk/debian/TODO =================================================================== --- trunk/debian/TODO 2004-06-04 04:49:35 UTC (rev 1514) +++ trunk/debian/TODO 2004-06-04 05:02:56 UTC (rev 1515) @@ -21,8 +21,6 @@ XAA and Render support for the sunffb driver. Mmmm, burning manflesh... (Ben Collins pinged for status on 2004-06-03.) * Debconf fixes: - + Add [EMAIL PROTECTED] as selectable mode when configuring monitor by resolution - and refresh rate. + #251808: wrongly rejects SBUS BusID strings (should accept simple integers, too) * Make an xlibmesa-dri.bug script to gather some info --- video card vendor and Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2004-06-04 04:49:35 UTC (rev 1514) +++ trunk/debian/changelog 2004-06-04 05:02:56 UTC (rev 1515) @@ -107,8 +107,12 @@ recognized at all, issue a warning and do not set a default answer for the BusID debconf question. (Closes: #251568) - -- Branden Robinson <[EMAIL PROTECTED]> Thu, 3 Jun 2004 23:43:37 -0500 + * Update xserver-xfree86's config script and debconf templates file to + support "1280x1024 @ 60Hz" in the list of modes the user can select to + configure the monitor characteristics using the "medium method". + -- Branden Robinson <[EMAIL PROTECTED]> Thu, 3 Jun 2004 23:57:22 -0500 + xfree86 (4.3.0.dfsg.1-4) unstable; urgency=medium * The "thanks for the 'testing'" release. Modified: trunk/debian/xserver-xfree86.config.in =================================================================== --- trunk/debian/xserver-xfree86.config.in 2004-06-04 04:49:35 UTC (rev 1514) +++ trunk/debian/xserver-xfree86.config.in 2004-06-04 05:02:56 UTC (rev 1515) @@ -1135,6 +1135,10 @@ db_set xserver-xfree86/config/monitor/horiz-sync "30-60" db_set xserver-xfree86/config/monitor/vert-refresh "50-75" ;; + "1280x1024 @ 60Hz") + db_set xserver-xfree86/config/monitor/horiz-sync "30-65" + db_set xserver-xfree86/config/monitor/vert-refresh "50-75" + ;; "1152x864 @ 75Hz") db_set xserver-xfree86/config/monitor/horiz-sync "30-68" db_set xserver-xfree86/config/monitor/vert-refresh "50-85" Modified: trunk/debian/xserver-xfree86.templates =================================================================== --- trunk/debian/xserver-xfree86.templates 2004-06-04 04:49:35 UTC (rev 1514) +++ trunk/debian/xserver-xfree86.templates 2004-06-04 05:02:56 UTC (rev 1515) @@ -440,7 +440,7 @@ Template: xserver-xfree86/config/monitor/mode-list Type: select -Choices: 640x480 @ 60Hz, 640x480 @ 72Hz, 800x600 @ 60Hz, 800x600 @ 72Hz, 800x600 @ 85Hz, 1024x768 @ 60Hz, 1024x768 @ 70Hz, 1024x768 @ 75Hz, 1152x864 @ 75Hz, 1280x960 @ 60Hz, 1280x960 @ 85Hz, 1600x1200 @ 60Hz, 1600x1200 @ 75Hz, 1600x1200 @ 85Hz, 1792x1344 @ 60Hz, 1792x1344 @ 75Hz, 1856x1392 @ 60Hz, 1856x1392 @ 75Hz, 1920x1440 @ 60Hz, 1920x1440 @ 75Hz +Choices: 640x480 @ 60Hz, 640x480 @ 72Hz, 800x600 @ 60Hz, 800x600 @ 72Hz, 800x600 @ 85Hz, 1024x768 @ 60Hz, 1024x768 @ 70Hz, 1024x768 @ 75Hz, 1152x864 @ 75Hz, 1280x960 @ 60Hz, 1280x960 @ 85Hz, 1280x1024 @ 60Hz, 1600x1200 @ 60Hz, 1600x1200 @ 75Hz, 1600x1200 @ 85Hz, 1792x1344 @ 60Hz, 1792x1344 @ 75Hz, 1856x1392 @ 60Hz, 1856x1392 @ 75Hz, 1920x1440 @ 60Hz, 1920x1440 @ 75Hz Default: 1280x960 @ 60Hz _Description: Please select your monitor's best video mode. Choose the "best" resolution and refresh rate you believe your monitor