summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/Xconfig/xfree.pm4
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) ],