From ad6cf94bdc6de898c57e5c07eba1b371dd9dc048 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 2 Feb 2001 14:38:02 +0000 Subject: add low_default_monitor for default of auto_installs --- perl-install/Xconfigurator_consts.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm index ebe6ba6b9..d04d6f734 100644 --- a/perl-install/Xconfigurator_consts.pm +++ b/perl-install/Xconfigurator_consts.pm @@ -112,9 +112,9 @@ use common qw(:common); __("16 MB or more") => 16384, ); -$default_monitor = "High Frequency SVGA, 1024x768 at 70 Hz"; +$good_default_monitor = "High Frequency SVGA, 1024x768 at 70 Hz"; +$low_default_monitor = "Super VGA, 800x600 at 56 Hz"; %standard_monitors = ( - __("Standard VGA, 640x480 at 60 Hz") => [ '640x480@60', "31.5" , "60" ], __("Standard VGA, 640x480 at 60 Hz") => [ '640x480@60', "31.5" , "60" ], __("Super VGA, 800x600 at 56 Hz") => [ '800x600@56', "31.5-35.1" , "55-60" ], __("8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)") => [ '8514 compatible', "31.5,35.5" , "60,70,87" ], -- cgit v1.2.1