From 6ddc05273f0d529a076cbe6917a7bb45465598c6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 13 Mar 2005 21:42:56 +0000 Subject: add some xxXGA names --- perl-install/Xconfig/xfree.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/perl-install/Xconfig/xfree.pm b/perl-install/Xconfig/xfree.pm index 4810ac44d..3aee2d311 100644 --- a/perl-install/Xconfig/xfree.pm +++ b/perl-install/Xconfig/xfree.pm @@ -539,17 +539,18 @@ our %ratio2resolutions = ( qw(320x240 480x360 640x480 800x600 832x624 1024x768 1152x864 1280x960 1400x1050 1600x1200 1920x1440 2048x1536), - ], # VGA=640x480, SVGA=800x600, XGA=1024x768, UXGA=1600x1200, QXGA=2048x1536 + ], # VGA=640x480, SVGA=800x600, XGA=1024x768, SXGA+=1400x1050, UXGA=1600x1200, QXGA=2048x1536 # 1.5 '3/2' => [ qw(360x240 720x480 1152x768) ], # 1.6 '16/10' => [ qw(1280x800 1440x900 1600x1000 1680x1050 1920x1200) ], + # WSXGA+=1680x1050, WUXGA=1920x1200 # 1.67 '15/9' => [ qw(1280x768) ], - # WXGA=1280x768 (should be 1365x768) + # WXGA=1280x768 or ??? (should be 1366x768) # 1.78 '16/9' => [ qw(1280x720 1600x900 1920x1080) ], @@ -564,7 +565,7 @@ our %ratio2resolutions = ( # '17/12' => [ qw(544x384) ] , # 1.56 - # '25/16' => [ qw(1600x1024) ], + # '25/16' => [ qw(1600x1024) ], # WSXGA # 1.775 # '71/15' => [ qw(852x480) ], -- cgit v1.2.1