From 5ef63450f088d8a2e08c2049c40b1ef212ba7f7d Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 13 Sep 2001 08:19:38 +0000 Subject: disable testing with all SiS card except SiS 630 under XF4. --- perl-install/Xconfigurator.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index b715d4d88..43ecccc2d 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -561,7 +561,7 @@ sub testFinalConfig { #- needed for bad cards not restoring cleanly framebuffer, according to which version of XFree are used. my $bad_card = ($o->{card}{use_xf4} ? - $o->{card}{identifier} =~ /Matrox/ : + $o->{card}{identifier} =~ /Matrox|SiS.*SG86C2.5|SiS.*559[78]|SiS.*300|SiS.*540|SiS.*6C?326|SiS.*6C?236/ : $o->{card}{identifier} =~ /i740|ViRGE|Rage Mobility (?:P\/M|L) |3D Rage LT/); log::l("the graphic card does not like X in framebuffer") if $bad_card; -- cgit v1.2.1