Mitsuba3 Cuda in Ubuntu 24.04 // Optix // libnvoptix.so.1 Could Not be Loaded Fix #1252
Closed
Disgruntoad
started this conversation in
General
Replies: 1 comment 2 replies
-
Hello @Disgruntoad, Thanks for sharing your solution. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
jit_optix_api_init(): libnvoptix.so.1 could not be loaded -- disabling OptiX backend! Set DRJIT_LIBOPTIX_PATH environment variable to specify its path....
Mainly just posting this in case anyone else has this problem with using nvidia's optix (ray tracing) library. Took me a while to track down the solution on an obscure forum post from a few years ago. I'm not sure if this missing package is installed if you automatically install the drivers. I manually installed nvidia-dkms-560 and had this issue.
You need to install libnvidia-gl-[gpu driver version], eg:
sudo apt install libnvidia-gl-560
I also read that you need the display version of the gpu drivers (not 'headless' or 'server' versions). I don't believe that matters. I moved from headless to display drivers on my machine and neither loaded the libnvoptix.so.1 file until I installed the libnvidia-gl library.
Beta Was this translation helpful? Give feedback.
All reactions