From 0f57e1721153f1a6fce3c1b3dfcc58e3d23156f7 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 3 Oct 2000 15:21:37 +0000 Subject: *** empty log message *** --- perl-install/Xconfigurator_consts.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'perl-install/Xconfigurator_consts.pm') 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]; -- cgit v1.2.1