diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-11-14 10:09:31 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-11-14 10:09:31 +0000 |
commit | 85bcf75b94e0777e878180d68b7bb19d01c3a35f (patch) | |
tree | 13254165305c88c3bda95fca2425d91854f8de93 /lib/Xconfig/xfree.pm | |
parent | 5e7dea780680b433842dbd4ecd6f55e38b391f5e (diff) | |
download | drakx-kbd-mouse-x11-85bcf75b94e0777e878180d68b7bb19d01c3a35f.tar drakx-kbd-mouse-x11-85bcf75b94e0777e878180d68b7bb19d01c3a35f.tar.gz drakx-kbd-mouse-x11-85bcf75b94e0777e878180d68b7bb19d01c3a35f.tar.bz2 drakx-kbd-mouse-x11-85bcf75b94e0777e878180d68b7bb19d01c3a35f.tar.xz drakx-kbd-mouse-x11-85bcf75b94e0777e878180d68b7bb19d01c3a35f.zip |
- XFdrake
o do not display the weird ratios 128/75, 85/48 (for 1024x600 and 1360x768)
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 |