diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-08-03 02:24:45 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-08-03 02:24:45 +0000 |
commit | 9e48fb557f76f3c20a7574265169a1c11022ffa0 (patch) | |
tree | 3a77221d5341d4ed5a6fbbe73e952602bdfcac0e | |
parent | 70d49fb2c4d09b087bc356d865f425c008ab03b4 (diff) | |
download | drakx-backup-do-not-use-9e48fb557f76f3c20a7574265169a1c11022ffa0.tar drakx-backup-do-not-use-9e48fb557f76f3c20a7574265169a1c11022ffa0.tar.gz drakx-backup-do-not-use-9e48fb557f76f3c20a7574265169a1c11022ffa0.tar.bz2 drakx-backup-do-not-use-9e48fb557f76f3c20a7574265169a1c11022ffa0.tar.xz drakx-backup-do-not-use-9e48fb557f76f3c20a7574265169a1c11022ffa0.zip |
suggest 1280x1024 instead of 1280x960 which causes pbs (backported from HEAD)
-rw-r--r-- | perl-install/Xconfig/resolution_and_depth.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Xconfig/resolution_and_depth.pm b/perl-install/Xconfig/resolution_and_depth.pm index 465fb6221..21289bd39 100644 --- a/perl-install/Xconfig/resolution_and_depth.pm +++ b/perl-install/Xconfig/resolution_and_depth.pm @@ -58,8 +58,8 @@ sub size2default_resolution { 16 => "1024x768", 17 => "1024x768", 18 => "1024x768", - 19 => "1280x960", - 20 => "1280x960", + 19 => "1280x1024", + 20 => "1280x1024", 21 => "1600x1200", 22 => "1600x1200", ); |