Skip to content

Commit

Permalink
nvidiactl: Load drm_ttm_helper module
Browse files Browse the repository at this point in the history
Since 577.144, the nvidia driver requires the drm_ttm_helper module, so
load it. Of course, it would be better, if modprobe would resolve this
automatically, but we currently don't know why this is not working.
  • Loading branch information
donald committed May 6, 2025
1 parent 1ae815d commit f85b5e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvidiactl/nvidiactl
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ ln -sf /usr/share/nvidia/${nvver} /node/usr_share_mxgfx

test -e /lib/modules/$kver/kernel/drivers/gpu/drm/drm.ko && modprobe drm
test -e /lib/modules/$kver/kernel/drivers/gpu/drm/drm_kms_helper.ko && modprobe drm_kms_helper
test -e /lib/modules/$kver/kernel/drivers/gpu/drm/drm_ttm_helper.ko && modprobe drm_ttm_helper

insmod ${nvlink}/nvidia.ko

Expand Down

0 comments on commit f85b5e6

Please sign in to comment.