From 8236221d8612f905d747e55a65d788a491eba9f4 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 4 Oct 2000 11:55:10 +0000 Subject: *** empty log message *** --- perl-install/ChangeLog | 2 ++ perl-install/install_any.pm | 1 + 2 files changed, 3 insertions(+) diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 79e5081cf..4100c842e 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -2,6 +2,8 @@ * Xconfigurator.pm: removed bad card for 3D Rage Pro. + * install_any.pm: removed Aurora for SiS card. + 2000-10-04 DrakX * snapshot uploaded diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 11a80e9a6..fdd52c6a1 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -295,6 +295,7 @@ sub setPackages($) { #- some program that may be crazy on some conditions (hack waiting for Aurora to work if no fb). $o->{allowFB} && (!detect_devices::matching_desc('Rage LT') && + !detect_devices::matching_desc('SiS') && !detect_devices::matching_desc('Rage Mobility')) or push @pkgs::skip_list, 'Aurora'; -- cgit v1.2.1