summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfigurator_consts.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-07-29 21:55:41 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-07-29 21:55:41 +0000
commit0ec07d89144fab40d351a24dca0645eca179ce29 (patch)
tree59cddb1cbc4264f9164195670848adc1230daf03 /perl-install/Xconfigurator_consts.pm
parentbbbfaa4f23a86e291e8d0ff769ea0fb571d0e7b5 (diff)
downloaddrakx-0ec07d89144fab40d351a24dca0645eca179ce29.tar
drakx-0ec07d89144fab40d351a24dca0645eca179ce29.tar.gz
drakx-0ec07d89144fab40d351a24dca0645eca179ce29.tar.bz2
drakx-0ec07d89144fab40d351a24dca0645eca179ce29.tar.xz
drakx-0ec07d89144fab40d351a24dca0645eca179ce29.zip
no_comment
Diffstat (limited to 'perl-install/Xconfigurator_consts.pm')
-rw-r--r--perl-install/Xconfigurator_consts.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm
index 976f65d9e..841704332 100644
--- a/perl-install/Xconfigurator_consts.pm
+++ b/perl-install/Xconfigurator_consts.pm
@@ -6,6 +6,14 @@ use common qw(:common);
@depths = qw(8 15 16 24 32);
+%depths_text = (
+ __("256 colors") => 8,
+ __("32 thousand colors") => 15,
+ __("65 thousand colors") => 16,
+ __("16 millions of colors") => 24,
+ __("4 billions of colors") => 32,
+);
+
$resolution_wanted = "1024x768";
@resolutions = qw(640x480 800x600 1024x768 1152x864 1280x1024 1600x1200);