summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2023-04-28 09:49:26 +0100
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2023-04-28 09:49:26 +0100
commita52e609d0c29151308eec0adef571eb9292f986b (patch)
treea44b88eb18f19707059f8f7823d1e6c2ef5062c7 /perl-install/standalone
parentafde0e890c9c2c5f1c58cd7e434955de4fbf4bf6 (diff)
downloaddrakx-a52e609d0c29151308eec0adef571eb9292f986b.tar
drakx-a52e609d0c29151308eec0adef571eb9292f986b.tar.gz
drakx-a52e609d0c29151308eec0adef571eb9292f986b.tar.bz2
drakx-a52e609d0c29151308eec0adef571eb9292f986b.tar.xz
drakx-a52e609d0c29151308eec0adef571eb9292f986b.zip
service_harddrake: add nvidia470.ko to nvidia driver module list
Diffstat (limited to 'perl-install/standalone')
-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 3891370ed..24b346012 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -180,7 +180,7 @@ my @cards = (
{
ldetect_driver_regexp => 'Card:NVIDIA',
xorg_driver_regexp => 'nv.+',
- module_names => [ qw(nvidia.ko nvidia304.ko nvidia340.ko nvidia390.ko nvidia-current.ko) ]
+ module_names => [ qw(nvidia.ko nvidia304.ko nvidia340.ko nvidia390.ko nvidia470.ko nvidia-current.ko) ]
},
{
ldetect_driver_regexp => 'Card:ATI Radeon',