From 3921ac564129564ee34b8536cefea9816246a855 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 10 Sep 2003 13:05:48 +0000 Subject: added nplanel patch for ATI proprietary drivers. --- perl-install/install_steps_interactive.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index c10e41f05..41a386759 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1240,6 +1240,7 @@ sub configureX { my $options = { allowFB => $o->{allowFB}, allowNVIDIA_rpms => $o->do_pkgs->check_kernel_module_packages('NVIDIA_kernel', 'NVIDIA_GLX'), + allowATI_rpms => $o->do_pkgs->check_kernel_module_packages('ATI_kernel', 'ATI_GLX'), }; require Xconfig::main; -- cgit v1.2.1