diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-02-02 14:38:02 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-02-02 14:38:02 +0000 |
commit | ad6cf94bdc6de898c57e5c07eba1b371dd9dc048 (patch) | |
tree | 9cba116f5a5ea96a18e7fda572dde565b6aab9f1 /perl-install/Xconfigurator_consts.pm | |
parent | 747b9d59e9277be53b8f915177afa909204c7554 (diff) | |
download | drakx-backup-do-not-use-ad6cf94bdc6de898c57e5c07eba1b371dd9dc048.tar drakx-backup-do-not-use-ad6cf94bdc6de898c57e5c07eba1b371dd9dc048.tar.gz drakx-backup-do-not-use-ad6cf94bdc6de898c57e5c07eba1b371dd9dc048.tar.bz2 drakx-backup-do-not-use-ad6cf94bdc6de898c57e5c07eba1b371dd9dc048.tar.xz drakx-backup-do-not-use-ad6cf94bdc6de898c57e5c07eba1b371dd9dc048.zip |
add low_default_monitor for default of auto_installs
Diffstat (limited to 'perl-install/Xconfigurator_consts.pm')
-rw-r--r-- | perl-install/Xconfigurator_consts.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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,10 +112,10 @@ 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" ], __("Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz") => [ '1024x768@87i', "31.5,35.15,35.5" , "55-90" ], |