summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfigurator_consts.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/Xconfigurator_consts.pm')
-rw-r--r--perl-install/Xconfigurator_consts.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm
index aad9fc13c..2db21ebdd 100644
--- a/perl-install/Xconfigurator_consts.pm
+++ b/perl-install/Xconfigurator_consts.pm
@@ -109,7 +109,9 @@ use common qw(:common);
__("2 MB") => 2048,
__("4 MB") => 4096,
__("8 MB") => 8192,
- __("16 MB or more") => 16384,
+ __("16 MB") => 16384,
+ __("32 MB") => 32768,
+ __("64 MB or more") => 65536,
);
$good_default_monitor = arch !~ /ppc/ ? "High Frequency SVGA, 1024x768 at 70 Hz" :