-
Notifications
You must be signed in to change notification settings - Fork 60
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
libva error: /usr/lib/dri/nvidia_drv_video.so init failed #329
Comments
Hi, I am also having this exact issue. I saw a previous similar issue on #160 but none of the solutions suggested there work. Here's more information:
So it seems that it's trying to use my integrated GPU's driver for the DRM device, instead of using the nvidia driver. |
theres multiple issues with this. and i do have NVD_BACKEND set to direct and my vainfo works just electron doesn't work... with libva error: /usr/lib/dri/nvidia_drv_video.so init failed |
I have made a separate issue for my problem, but they still seem very similar. For me, it works when running |
ya |
hmm specifying --device after --display drm seem to work:
--display drm seem to defaultly use my iGPU (at /dev/dri/renderD128) while without --display drm is using my dGPU(nvidia, located at /dev/dri/renderD129) |
im getting a similar issue
|
only occurs in wayland. im using a desktop. display plugged in to nvidia gpu
followed arch wiki to install the proper drivers. not a dupe. tried specifying the card but still init failed
The text was updated successfully, but these errors were encountered: