From 85bcf75b94e0777e878180d68b7bb19d01c3a35f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 14 Nov 2008 10:09:31 +0000 Subject: - XFdrake o do not display the weird ratios 128/75, 85/48 (for 1024x600 and 1360x768) --- lib/Xconfig/xfree.pm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'lib/Xconfig') 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 -- cgit v1.2.1