summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfigurator.pm
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2000-08-31 08:01:46 +0000
committerFrederic Lepied <flepied@mandriva.com>2000-08-31 08:01:46 +0000
commitf4799c62971aa4a4a938d9eb854881b2a11a5746 (patch)
treef80fba354db56ea70baeec6bcce5e349fcfa2283 /perl-install/Xconfigurator.pm
parent8d33ee6f70f9f4333c49c724c120a056e36e2bb7 (diff)
downloaddrakx-backup-do-not-use-f4799c62971aa4a4a938d9eb854881b2a11a5746.tar
drakx-backup-do-not-use-f4799c62971aa4a4a938d9eb854881b2a11a5746.tar.gz
drakx-backup-do-not-use-f4799c62971aa4a4a938d9eb854881b2a11a5746.tar.bz2
drakx-backup-do-not-use-f4799c62971aa4a4a938d9eb854881b2a11a5746.tar.xz
drakx-backup-do-not-use-f4799c62971aa4a4a938d9eb854881b2a11a5746.zip
no_comment
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r--perl-install/Xconfigurator.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm
index 87d9a9ce1..4ca5ee20d 100644
--- a/perl-install/Xconfigurator.pm
+++ b/perl-install/Xconfigurator.pm
@@ -475,6 +475,8 @@ sub autoDefaultDepth($$) {
return 24 if $card->{identifier} =~ /SiS/;
+ return 16 if $card->{type} =~ /Voodoo/ && ! ($card->{type} =~ /Voodoo5/);
+
for ($card->{server}) {
/FBDev/ and return 16; #- this should work by default, FBDev is allowed only if install currently uses it at 16bpp.
/Sun24/ and return 24;