From f7bee8d26d4395332b6fdbf3722ae55c31e0238f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 4 Jan 2000 14:17:15 +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 644b94a3b..44721b4ea 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -399,6 +399,8 @@ sub autoDefaultDepth($$) { my ($card, $wres_wanted) = @_; my ($best, $depth); + return 24 if $card->{identifier} =~ /SiS/; + if ($card->{server} eq 'FBDev') { return 16; #- this should work by default, FBDev is allowed only if install currently uses it at 16bpp. } -- cgit v1.2.1