From 48383adc5e80a5e3d653c400356bb5ff6c504c1d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 2 Mar 2005 16:14:14 +0000 Subject: sort CVT_ratios by preference --- perl-install/Xconfig/xfree.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Xconfig') 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)); -- cgit v1.2.1