-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debian 12, nvidia GPU not detected #147
Comments
To make sure, could you try updating NVIDIA Flatpak driver? |
that's not the issue, I have the latest version and even having the same issue right after fresh Debian 12 install too |
It is just that sometime host and flatpak driver version miss match and cause weird problems. Can you confirm if both driver version are the same? Also, non-flatpak blender is from Debian repo or binary from blender.org? |
versions are nvidia-525-105-17 for both, also that blender is from blender.org |
Try |
i tried this yesterday but i dont think it was much more helpful, here is the result: flatpak run --device=all org.blender.Blender --verbose 5 generally flatpak uses gpu just fine as godot and steam games run without issue, it obviously seems to have some issues loading cuda/optix edit: as a side note there has been a debian update recently upgrading the nvidia driver to 525.125.06, did the same update on flatpak to make the versions mach, but the same issue as before stays |
it seems like the flatpak version of blender wont initialize cuda, as i installed cuda toolkit + pycuda, and after running the "import pycuda.autoinit" command in python, the flatpak version of blender sees the gpu now, but after restarting the system obviously the issue persists |
What is your flatpak version? |
1.14.4 default one from Debian 12 repo |
I have the same version as well. What is your GPU model? |
MSI RTX 2070 Ventus |
As a workaround i just compiled an executable using nvidia cuda compiler that prints "hello world" using cuda and running it when the system starts, so cuda gets used at least once, because without this flatpak blender refuses to use cuda |
I have no clue. I could not replicate your issue and the error message is not helpful. |
@kevinsmia1939 Hello! I have the exactly same issue. I'm using Debian 12, Nvidia RTX 2070, Driver Version: 525.125.06, CUDA Version: 12.0. The CUDA driver is the official Debian version. After a fresh reboot, flatpak Blender cannot detect my GPU, so cannot enable CUDA or OptiX in Cycles. But after starting once the downloaded version of Blender from blender.org (through |
The following is the version information of the downloaded Blender. The flatpak Blender is also 3.6.5 and have the same build hash.
|
terminal says:
CUDA cuInit: Unknown error
But strangely if I start non flatpak Blender (which sees nvidia just fine), after that the flatpak version will see the gpu too, but after restarting the PC the issue happens again
The text was updated successfully, but these errors were encountered: