summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-03-02 16:14:14 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-03-02 16:14:14 +0000
commit48383adc5e80a5e3d653c400356bb5ff6c504c1d (patch)
tree5fc1a61354a0f77f5e9eab8d1d55499ecfedd642 /perl-install/Xconfig
parentd6fc8e715ba0d9a521340e0827a1a464b3031e8d (diff)
downloaddrakx-48383adc5e80a5e3d653c400356bb5ff6c504c1d.tar
drakx-48383adc5e80a5e3d653c400356bb5ff6c504c1d.tar.gz
drakx-48383adc5e80a5e3d653c400356bb5ff6c504c1d.tar.bz2
drakx-48383adc5e80a5e3d653c400356bb5ff6c504c1d.tar.xz
drakx-48383adc5e80a5e3d653c400356bb5ff6c504c1d.zip
sort CVT_ratios by preference
Diffstat (limited to 'perl-install/Xconfig')
-rw-r--r--perl-install/Xconfig/xfree.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfig/xfree.pm b/perl-install/Xconfig/xfree.pm
index 3f8e59c4d..66b39c710 100644
--- a/perl-install/Xconfig/xfree.pm
+++ b/perl-install/Xconfig/xfree.pm
@@ -520,7 +520,7 @@ sub ModeLine_from_string {
# http://www.vesa.org/Public/EEDIDguideV1.pdf
#- http://www.vesa.org/Public/CVT
-our @CVT_ratios = qw(5/4 4/3 3/2 16/10 15/9 16/9);
+our @CVT_ratios = qw(4/3 16/9 16/10 5/4 15/9 3/2);
our @CVT_vfreqs = qw(50 60 75 85); # and also 60Hz "reduced blanking" in CVT
our @vfreqs = (@CVT_vfreqs, qw(100 120));