From 212912bde46866b984df3decc6e2ff678c160ca5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 19 Apr 2005 09:08:57 +0000 Subject: suggest 1280x1024 instead of 1280x960 which causes pbs --- perl-install/Xconfig/resolution_and_depth.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install') 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", ); -- cgit v1.2.1