diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-03-02 16:48:51 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-03-02 16:48:51 +0000 |
commit | 98ae8d78b3ac8fec9019be43059395fb4becc65f (patch) | |
tree | 0175b460c831eff5eedb60a330edef0c1d220375 /perl-install/Xconfig | |
parent | 48383adc5e80a5e3d653c400356bb5ff6c504c1d (diff) | |
download | drakx-98ae8d78b3ac8fec9019be43059395fb4becc65f.tar drakx-98ae8d78b3ac8fec9019be43059395fb4becc65f.tar.gz drakx-98ae8d78b3ac8fec9019be43059395fb4becc65f.tar.bz2 drakx-98ae8d78b3ac8fec9019be43059395fb4becc65f.tar.xz drakx-98ae8d78b3ac8fec9019be43059395fb4becc65f.zip |
add the various "names" for standard resolutions
Diffstat (limited to 'perl-install/Xconfig')
-rw-r--r-- | perl-install/Xconfig/xfree.pm | 4 |
1 files changed, 3 insertions, 1 deletions
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) ], |