Skip to content

wrap: Execute nvidia-modprobe with the -c=0 option

Ludovico de Nittis requested to merge wip/denittis/nvidia_modprobe_fix into master

It has been reported that nvidia-modprobe -u might not be enough to enable the Nvidia Vulkan ray-tracing: https://github.com/HansKristian-Work/vkd3d-proton/issues/711

Apparently nvidia-modprobe needs to be called with the option -c=0 such that it will create the /dev/nvidia-uvm device file if it doesn't already exist.

/cc @lmiddlebrook

Merge request reports