From 98ae8d78b3ac8fec9019be43059395fb4becc65f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 2 Mar 2005 16:48:51 +0000 Subject: add the various "names" for standard resolutions --- perl-install/Xconfig/xfree.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/Xconfig') diff --git a/perl-install/Xconfig/xfree.pm b/perl-install/Xconfig/xfree.pm index 66b39c710..6a18d202c 100644 --- a/perl-install/Xconfig/xfree.pm +++ b/perl-install/Xconfig/xfree.pm @@ -531,13 +531,14 @@ our %ratio2resolutions = ( # 1.25 '5/4' => [ qw(640x512 720x576 1280x1024 1800x1440) ], + # SXGA=1280x1024 # 1.33 '4/3' => [ qw(320x240 480x360 640x480 800x600 832x624 1024x768 1152x864 1280x960 1400x1050 1600x1200 1920x1440 2048x1536), - ], + ], # VGA=640x480, SVGA=800x600, XGA=1024x768, UXGA=1600x1200, QXGA=2048x1536 # 1.5 '3/2' => [ qw(360x240 720x480 1152x768) ], @@ -547,6 +548,7 @@ our %ratio2resolutions = ( # 1.67 '15/9' => [ qw(1280x768) ], + # WXGA=1280x768 (should be 1365x768) # 1.78 '16/9' => [ qw(1280x720 1600x900 1920x1080) ], -- cgit v1.2.1