summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2018-10-06 00:07:46 +0300
committerThomas Backlund <tmb@mageia.org>2018-10-06 00:07:46 +0300
commitebe3ede5896b83f5bd57ae741580d720b0c62288 (patch)
tree66b0812c7e67d3ba8db5899b22d031a8f4f4dfad /perl-install/standalone/service_harddrake
parent020f649245931bb1e978d9e2ce092bf2506c416e (diff)
downloaddrakx-ebe3ede5896b83f5bd57ae741580d720b0c62288.tar
drakx-ebe3ede5896b83f5bd57ae741580d720b0c62288.tar.gz
drakx-ebe3ede5896b83f5bd57ae741580d720b0c62288.tar.bz2
drakx-ebe3ede5896b83f5bd57ae741580d720b0c62288.tar.xz
drakx-ebe3ede5896b83f5bd57ae741580d720b0c62288.zip
service_harddrake: recognize new nvidia390 driver
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-rwxr-xr-xperl-install/standalone/service_harddrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index 9ac2ebed4..ec6eff8b0 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -176,7 +176,7 @@ my @cards = (
{
ldetect_driver_regexp => 'Card:NVIDIA',
xorg_driver_regexp => 'nv.+',
- module_names => [ qw(nvidia.ko nvidia304.ko nvidia340.ko nvidia-current.ko) ]
+ module_names => [ qw(nvidia.ko nvidia304.ko nvidia340.ko nvidia390.ko nvidia-current.ko) ]
},
{
ldetect_driver_regexp => 'Card:ATI Radeon',