From fb3064f7e68d8fe3f4cd8a45acef27ab2d795d11 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 17 Sep 1999 21:28:09 +0000 Subject: no_comment --- perl-install/Xconfigurator_consts.pm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'perl-install/Xconfigurator_consts.pm') diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm index 17ecb02f8..9429342eb 100644 --- a/perl-install/Xconfigurator_consts.pm +++ b/perl-install/Xconfigurator_consts.pm @@ -42,6 +42,24 @@ $resolution_wanted = "1024x768"; __("Monitor that can do 1600x1200 at 76 Hz") => [ '1600x1200@76', "31.5-94.0" , "50-160" ], ); +@vsyncranges = ("50-70", "50-90", "50-100", "40-150"); + +@hsyncranges = ( + "31.5", + "31.5-35.1", + "31.5, 35.5", + "31.5, 35.15, 35.5", + "31.5-37.9", + "31.5-48.5", + "31.5-57.0", + "31.5-64.3", + "31.5-79.0", + "31.5-82.0", + "31.5-88.0", + "31.5-94.0", +); + + #- * Screen/video card configuration. %ramdacs = ( __("No RAMDAC Setting (recommended)") => '', -- cgit v1.2.1