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.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm
index 1c84c33db..ebe6ba6b9 100644
--- a/perl-install/Xconfigurator_consts.pm
+++ b/perl-install/Xconfigurator_consts.pm
@@ -88,10 +88,11 @@ use common qw(:common);
14 => "800x600",
15 => "800x600",
16 => "1024x768",
- 17 => "1152x864",
- 18 => "1152x864",
+ 17 => "1024x768",
+ 18 => "1024x768",
19 => "1280x1024",
- 20 => "1600x1200",
+ 20 => "1280x1024",
+ 21 => "1600x1200",
);
for (my $i = 0; $i < $l[0]; $i++) {
$monitorSize2resolution[$i] = $l[1];