Hi
I’m running Manjaro on an old machine with a GTX 1060 3GB graphics card.
I just installed Blender, and saw in the output something about some optional packages.
Just trying Blender out a bit, I got a notice that some cuda stuff was missing when trying to render, and cuda was indeed one of the optional packages mentioned in the Blender install.
So, I obviously wanted to install it, but here comes the issue…
My current Nvidia drivers are:
| NVIDIA-SMI 575.64.05 Driver Version: 575.64.05 CUDA Version: 12.9 |
but when using the “Add/Remove Software” app, and finding “cuda” in the Blender “Optional dependencies” list I want to install it.
However, cuda requires me to install “opencl-nvidia 595.71.05-1”.
It doesn’t feel right to me. Will I break my system if I proceed? Is there a way to select a version that matches my drivers?
Possibly related… I tried to find what drivers I had installed by using pacman:
pacman -Ss nvidia | grep installed ✔ 2m 3s
core/linux-firmware-nvidia 20260410-1 [installed]
extra/egl-gbm 1.1.3-1 [installed]
extra/egl-wayland 4:1.1.21-1 [installed]
extra/egl-x11 1.0.5-1 [installed]
extra/libvdpau 1.5-4 [installed]
extra/linux618-nvidia-575xx 575.64.05-30 (linux618-extramodules) [installed]
extra/mhwd-nvidia 595.71.05-1 [installed]
extra/mhwd-nvidia-390xx 390.157-24 [installed]
extra/mhwd-nvidia-470xx 470.256.02-17 [installed]
extra/mhwd-nvidia-570xx 570.211.01-1 [installed]
extra/mhwd-nvidia-575xx 575.64.05-3 [installed]
extra/mhwd-nvidia-580xx 580.159.03-1 [installed]
extra/nvidia-575xx-settings 575.64.05-3 [installed]
extra/nvidia-575xx-utils 575.64.05-3 [installed]
extra/nvidia-driver-assistant 0.23.48.01-6 [installed]
multilib/lib32-nvidia-575xx-utils 575.64.05-1 [installed]
How come I have so many versions installed, including the 595… one that as far as I know doesn’t support my GPU? Is this the reason the cuda install wants that particular opencl-nvidia version, even though it doesn’t seem to be the version running?
A lot of questions, but it’s obviously a lot I don’t know…
/B