diff options
-rwxr-xr-x | perl-install/standalone/service_harddrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 7dde81a78..f1ef00d8c 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -49,7 +49,7 @@ my @cards = ( { ldetect_driver_regexp => 'Card:ATI Radeon', xorg_driver_regexp => 'fglrx', - module_names => [ qw(fglrx.ko) ] + module_names => [ qw(fglrx.ko fglrx-hd2000.ko) ] } ); |