From f4799c62971aa4a4a938d9eb854881b2a11a5746 Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Thu, 31 Aug 2000 08:01:46 +0000 Subject: no_comment --- perl-install/Xconfigurator.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/Xconfigurator.pm') 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; -- cgit v1.2.1