diff options
author | Francois Pons <fpons@mandriva.com> | 1999-11-18 17:21:44 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-11-18 17:21:44 +0000 |
commit | 7c32cf9c3f2c6ad9884716f67aee1a2979812de9 (patch) | |
tree | 007b0a387ef2194ef61692bba27459b4d77fd53d /perl-install/Xconfigurator_consts.pm | |
parent | ff92a24605af270187adee63ba306b5ecd1d6ff9 (diff) | |
download | drakx-7c32cf9c3f2c6ad9884716f67aee1a2979812de9.tar drakx-7c32cf9c3f2c6ad9884716f67aee1a2979812de9.tar.gz drakx-7c32cf9c3f2c6ad9884716f67aee1a2979812de9.tar.bz2 drakx-7c32cf9c3f2c6ad9884716f67aee1a2979812de9.tar.xz drakx-7c32cf9c3f2c6ad9884716f67aee1a2979812de9.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/Xconfigurator_consts.pm')
-rw-r--r-- | perl-install/Xconfigurator_consts.pm | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm index d8387879a..25c8483c7 100644 --- a/perl-install/Xconfigurator_consts.pm +++ b/perl-install/Xconfigurator_consts.pm @@ -60,22 +60,14 @@ $resolution_wanted = "1024x768"; '1024x768x16' => 791, '1280xx16' => 794, '1280x1024x16' => 794, - '640xx24' => 786, - '640x480x24' => 786, - '800xx24' => 789, - '800x600x24' => 789, - '1024xx24' => 792, - '1024x768x24' => 792, - '1280xx24' => 795, - '1280x1024x24' => 795, - '640xx32' => 786, #- just in case. - '640x480x32' => 786, - '800xx32' => 789, - '800x600x32' => 789, - '1024xx32' => 792, - '1024x768x32' => 792, - '1280xx32' => 795, - '1280x1024x32' => 795, +#- '640xx24' => 786, #- there is a problem with these resolutions since the BIOS may take 24 or 32 planes. +#- '640x480x24' => 786, +#- '800xx24' => 789, +#- '800x600x24' => 789, +#- '1024xx24' => 792, +#- '1024x768x24' => 792, +#- '1280xx24' => 795, +#- '1280x1024x24' => 795, ); { #- @monitorSize2resolution |