summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-09-14 10:44:04 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-09-14 10:44:04 +0000
commit0e9f6e3d11ba541a7ce9006c4fe050c1d5961516 (patch)
tree8abfce462e72b3ca9ad4bd3af75c868824559343 /perl-install/standalone/service_harddrake
parent46a9a29f5f88db3644ae8545c945012137b44503 (diff)
downloaddrakx-0e9f6e3d11ba541a7ce9006c4fe050c1d5961516.tar
drakx-0e9f6e3d11ba541a7ce9006c4fe050c1d5961516.tar.gz
drakx-0e9f6e3d11ba541a7ce9006c4fe050c1d5961516.tar.bz2
drakx-0e9f6e3d11ba541a7ce9006c4fe050c1d5961516.tar.xz
drakx-0e9f6e3d11ba541a7ce9006c4fe050c1d5961516.zip
adapt to new nvidia driver location
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 46dee7dd8..c32e67913 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -37,7 +37,7 @@ if ($curr_kernel ne $prev_kernel) {
}
if (find { $_->{driver} =~ /Card:NVIDIA/ } detect_devices::probeall()) {
- if (find { -e join('', "/lib/modules/", c::kernel_version(), "/kernel/drivers/$_") } map { ("video/$_", "char/$_") } qw(NVdriver nvidia.o nvidia.o.gz nvidia.ko nvidia.ko.gz)) {
+ if (find { -e join('', "/lib/modules/", c::kernel_version(), "/kernel/drivers/$_") } map { ("video/$_", "char/$_", "char/drm/$_") } qw(NVdriver nvidia.o nvidia.o.gz nvidia.ko nvidia.ko.gz)) {
# do not automatically switch from nv to nvidia (in order to handle
# cases where nvidia module crashes the system):
#