diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-09-17 21:28:09 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-09-17 21:28:09 +0000 |
commit | fb3064f7e68d8fe3f4cd8a45acef27ab2d795d11 (patch) | |
tree | e13406fda5abc6170281437420e699a6adc70f77 /perl-install/Xconfigurator_consts.pm | |
parent | 27cd10fb57def061c6b7b050101cf7bc10fd9ac9 (diff) | |
download | drakx-fb3064f7e68d8fe3f4cd8a45acef27ab2d795d11.tar drakx-fb3064f7e68d8fe3f4cd8a45acef27ab2d795d11.tar.gz drakx-fb3064f7e68d8fe3f4cd8a45acef27ab2d795d11.tar.bz2 drakx-fb3064f7e68d8fe3f4cd8a45acef27ab2d795d11.tar.xz drakx-fb3064f7e68d8fe3f4cd8a45acef27ab2d795d11.zip |
no_comment
Diffstat (limited to 'perl-install/Xconfigurator_consts.pm')
-rw-r--r-- | perl-install/Xconfigurator_consts.pm | 18 |
1 files changed, 18 insertions, 0 deletions
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)") => '', |