diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-03-02 16:14:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-03-02 16:14:14 +0000 |
commit | 48383adc5e80a5e3d653c400356bb5ff6c504c1d (patch) | |
tree | 5fc1a61354a0f77f5e9eab8d1d55499ecfedd642 | |
parent | d6fc8e715ba0d9a521340e0827a1a464b3031e8d (diff) | |
download | drakx-backup-do-not-use-48383adc5e80a5e3d653c400356bb5ff6c504c1d.tar drakx-backup-do-not-use-48383adc5e80a5e3d653c400356bb5ff6c504c1d.tar.gz drakx-backup-do-not-use-48383adc5e80a5e3d653c400356bb5ff6c504c1d.tar.bz2 drakx-backup-do-not-use-48383adc5e80a5e3d653c400356bb5ff6c504c1d.tar.xz drakx-backup-do-not-use-48383adc5e80a5e3d653c400356bb5ff6c504c1d.zip |
sort CVT_ratios by preference
-rw-r--r-- | perl-install/Xconfig/xfree.pm | 2 |
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)); |