All of this is running on manjaro KDE, with intel graphics(made sure to update!)
Parsec versions 146-18 and onwards require libva2 instead of libva1...
Since Ubuntu 16.04 simply does not have libva2, I changed the docker file as such
Line 3: FROM Ubuntu 16.04
to : FROM Ubuntu 18.04
Line 23: libva1
to : libva2
Lines 24-26: libva1
to : libva2
after building Dockerfile successfully, parsec falls back to software again, but it prints some stuff that may be useful!
Console does this:
libva info: VA-API version 1.1.0
libva info: va_getDriverName() returns -1
libva error: va_getDriverName() failed with unknown libva error,driver_name=(null)
libva info: VA-API version 1.1.0
libva info: va_getDriverName() returns -1
libva info: User requested driver 'vdpau'
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/vdpau_drv_video.so
libva info: va_openDriver() returns -1
Any help? I can still use the one provided, but I would rather use the latest version of parsec... for HEVC!
All of this is running on manjaro KDE, with intel graphics(made sure to update!)
Parsec versions 146-18 and onwards require libva2 instead of libva1...
Since Ubuntu 16.04 simply does not have libva2, I changed the docker file as such
Line 3: FROM Ubuntu 16.04
to : FROM Ubuntu 18.04
Line 23: libva1
to : libva2
Lines 24-26: libva1
to : libva2
after building Dockerfile successfully, parsec falls back to software again, but it prints some stuff that may be useful!
Console does this:
libva info: VA-API version 1.1.0
libva info: va_getDriverName() returns -1
libva error: va_getDriverName() failed with unknown libva error,driver_name=(null)
libva info: VA-API version 1.1.0
libva info: va_getDriverName() returns -1
libva info: User requested driver 'vdpau'
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/vdpau_drv_video.so
libva info: va_openDriver() returns -1
Any help? I can still use the one provided, but I would rather use the latest version of parsec... for HEVC!