diff options
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 |