diff options
-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]; |