summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfigurator_consts.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-10-03 15:21:37 +0000
committerFrancois Pons <fpons@mandriva.com>2000-10-03 15:21:37 +0000
commit0f57e1721153f1a6fce3c1b3dfcc58e3d23156f7 (patch)
tree0bd97164caa71673d7e4202b3fd2fd4ee1e1faab /perl-install/Xconfigurator_consts.pm
parent4ea42c1a2194ebff0899e5cc4883839b51d828f7 (diff)
downloaddrakx-0f57e1721153f1a6fce3c1b3dfcc58e3d23156f7.tar
drakx-0f57e1721153f1a6fce3c1b3dfcc58e3d23156f7.tar.gz
drakx-0f57e1721153f1a6fce3c1b3dfcc58e3d23156f7.tar.bz2
drakx-0f57e1721153f1a6fce3c1b3dfcc58e3d23156f7.tar.xz
drakx-0f57e1721153f1a6fce3c1b3dfcc58e3d23156f7.zip
*** empty log message ***
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];