Skip to content

Commit

Permalink
Merge pull request #462 from mariux64/update-nvidiactl
Browse files Browse the repository at this point in the history
nvidiactl: Load drm_ttm_helper module
  • Loading branch information
donald authored May 22, 2025
2 parents 98a1db3 + f85b5e6 commit 80aff5e
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 80aff5e

Please sign in to comment.