diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-04-19 09:08:57 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-04-19 09:08:57 +0000 |
commit | 212912bde46866b984df3decc6e2ff678c160ca5 (patch) | |
tree | 908b8fbf31b0cf1e812dbc66eb1be4543e2d1233 /perl-install/Xconfig | |
parent | 73309de74dae38a6164b24f1cbd50d4fcc5a7a4f (diff) | |
download | drakx-212912bde46866b984df3decc6e2ff678c160ca5.tar drakx-212912bde46866b984df3decc6e2ff678c160ca5.tar.gz drakx-212912bde46866b984df3decc6e2ff678c160ca5.tar.bz2 drakx-212912bde46866b984df3decc6e2ff678c160ca5.tar.xz drakx-212912bde46866b984df3decc6e2ff678c160ca5.zip |
suggest 1280x1024 instead of 1280x960 which causes pbs
Diffstat (limited to 'perl-install/Xconfig')
-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", ); |