diff options
author | Francois Pons <fpons@mandriva.com> | 2000-10-03 15:21:37 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-10-03 15:21:37 +0000 |
commit | 0f57e1721153f1a6fce3c1b3dfcc58e3d23156f7 (patch) | |
tree | 0bd97164caa71673d7e4202b3fd2fd4ee1e1faab | |
parent | 4ea42c1a2194ebff0899e5cc4883839b51d828f7 (diff) | |
download | drakx-0f57e1721153f1a6fce3c1b3dfcc58e3d23156f7.tar drakx-0f57e1721153f1a6fce3c1b3dfcc58e3d23156f7.tar.gz drakx-0f57e1721153f1a6fce3c1b3dfcc58e3d23156f7.tar.bz2 drakx-0f57e1721153f1a6fce3c1b3dfcc58e3d23156f7.tar.xz drakx-0f57e1721153f1a6fce3c1b3dfcc58e3d23156f7.zip |
*** empty log message ***
-rw-r--r-- | perl-install/ChangeLog | 2 | ||||
-rw-r--r-- | perl-install/Xconfigurator_consts.pm | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 9c7aa998e..c94a8ce37 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,5 +1,7 @@ 2000-10-03 François Pons <fpons@mandrakesoft.com> + * Xconfigurator_consts.pm: changed resolution allocation. + * fs.pm: removed no more used log. * install2.pm: add exit button if live upgrade. 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]; |