Dear all, i’m in trouble with my fresh installation of ubuntu desktop 19.10.
I’ve a Intel i7-3770 cpu and a NVIDIA QUADRO P620 graphics card with 440.44 drivers loaded.
my vainfo shows:
libva info: VA-API version 1.5.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/nvidia_drv_video.so
libva info: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit
my only user is member of video
adm cdrom sudo dip video plugdev lpadmin lxd sambashare
my dri:
totale 0
drwxr-xr-x 3 root root 100 gen 14 17:30 .
drwxr-xr-x 20 root root 4,7K gen 14 17:30 ..
drwxr-xr-x 2 root root 80 gen 14 17:30 by-path
crw-rw----+ 1 root video 226, 0 gen 14 17:30 card0
crw-rw----+ 1 root render 226, 128 gen 14 17:30 renderD128
I’ve disabled internal video card from the mobo bios but when I start a transcoded video, nvidia-smi doesn’t shows anything related to PLEX MEDIA SERVER.
Any help will really appreciated because I can’t do anything more… Thanks in advance
By default, on Linux, Plex Media Server’s installation creates and runs under user ‘plex.’ So, ‘plex’ needs to have access to /dev/dri/renderD128. To ensure it does, add ‘plex’ to the group render (and video, too).
With my limited knowledge of nVidia cards, I believe the unlock is where the problem began. I have seen this behavior before and was related to patching the drivers incorrectly.
Ah, I could have been more clear; I was trying to show what the output of the above ‘groups’ command would be on a correctly configured system. To add the user to the groups I would use: sudo usermod -a -G video,render plex
Though I’m sure there are other ways to do it as well.
I have the same install (Ubuntu 19.10 with latest Plex). And a old Quadro card, so far I haven’t had any problems…
When you installed the nVidia drivers did you also blacklisted the Nouveau driver as well!? NVidia install tryed to do it automatically but it wasn’t successful, I had to do it by hand in my case.
I’ve removed PMS installed with UBUNTU and reinstalled the one on the plex site.
Now i’ve the plex user and i’m waiting the library populate to try to view a transcoded film to check if now the QUADRO works…
It works flawless and without install the NVIDIA patch. 4 transcodings with (hw) suffix.
The problem was in the plex installation via UBUNTU software.
Thanks for your precious help!