-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
"NV-GLX" missing when using vulkan backend #68
Comments
maybe your compute have two GPUs ,one is intel another is Nvidia, program default use device 0 , Intel's GPU is device 0 ,and Nvidia's GPU is device 1 .please check this |
Thanks for the reply. The first two links don't help. I indeed have two GPUs, but both of them are NV's cards, the same model. |
sorry ,the log "Invalide device for support vulkan" twice, so maybe |
it's -3. so a vulkan driver compatible issue? |
try run |
try |
vulkaninfo output:
the json file is located at: I tried: then ran |
if Check if you have vulkan-intel installed, it may prevent Nvidia's vulkan driver from being detected |
your computer CPU is Intel desktop or Xeon ? usually desktop CPU has an eGPU. |
that works for Fedora ,maybe it works on CentOS too, but maybe |
OS: CentOS 7.6
GPU: 1080Ti + 430.14 driver
VULKAN: 1.1.106.0
Any help is appreciated, Thanks !
The text was updated successfully, but these errors were encountered: