diff options
Diffstat (limited to 'lib/Xconfig/xfree.pm')
-rw-r--r-- | lib/Xconfig/xfree.pm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/Xconfig/xfree.pm b/lib/Xconfig/xfree.pm index b70948b..cc4d6c8 100644 --- a/lib/Xconfig/xfree.pm +++ b/lib/Xconfig/xfree.pm @@ -788,12 +788,6 @@ our %ratio2resolutions = ( '15/9' => [ '800x480', '1280x768', # WXGA ?? should be 1366x768 ?? ], - - # 1.707 - '128/75' => [ '1024x600' ], - - # 1.771 - '85/48' => [ '1360x768' ], # 1.78 '16/9' => [ #'854x480', # WVGA @@ -834,6 +828,13 @@ our %ratio2resolutions = ( # '107/60' => [ '856x480' ], N_("_:weird aspect ratio\nother") => [ + + # 1.707 = 128/75 + '1024x600', + + # 1.771 = 85/48 + '1360x768', + # 2.13 = 32/15 '1024x480', '1280x600', # VAIO |