protonscr

IHS In-home Streaming VAAPI hardware decoding does not work on newer intel i965-va-driver.

steamopen reviewedStreaming
ValveSoftware/steam-for-linux#4119 · opened 2015-11-08 by ComputerLag · updated 2019-05-08 · 8 comments · github
CComputerLag 2015-11-08 github

On Ubuntu 15.10 i965-va-driver:i386 1.6.0 is the default version from the package manager.
Hardware decoding does not function on latest i965-va-driver.

vainfo: VA-API version: 0.38 (libva 1.6.0)
vainfo: Driver version: Intel i965 driver - 1.6.0

Hardware decoding only works after manually installing the older 1.3 version of i965-va-driver:i386

vainfo: VA-API version: 0.38 (libva 1.6.0)
vainfo: Driver version: Intel i965 driver - 1.3.0

TTele42 2015-11-08 github

There are some va fixes lined up for mesa 11.0.5, which might be relevant.

Ppetroid 2016-06-29 github
Ggeekycow 2016-09-13 github

This still breaks VAAPI streaming to 16.04-1 LTS (because that's on i965-va-driver 1.7.0.) Same with the latest 1.7.1 from Intel's Graphics Driver Installer v2.0.2. As indicated above, forcing 14.04-2 LTS's v1.3.0 version of the i965-va-driver into 16.04-1 LTS re-enables VAAPI (but presumably isn't a very safe or stable solution - so I'll go back to 14.04.) Same on Steam Sept 6th 2016 beta.

Any updates?

Julie
x

PS You're a star, petroid - how did you track down that it was an issue with steam's runtime libraries? :)

Ppetroid 2016-09-13 github

Actually, not my find. Forgot where I saw it though.
Deleting vaapi libs from steam runtime and installing them system-wide is best workaround I know so far.

Jjimmyvh 2018-03-06 github

This is still an issue. Workaround is to remove the libva files from steam and manually install them, as described on http://voltaicforge.com/linux/steam-vaapi-fix-linux/

Jjjardon 2018-10-27 github
Jjimmyvh 2018-10-29 github

@jjardon It's depressing really, because that workaround DID work, but it simply no longer works from ubuntu 18.04 onwards (though not ubuntu specific, another user in that thread mentions the exact same issue after updating arch)

But you are correct, it should be marked as a duplicate. And when they do, -maybe- they should give some priority to a 3 year old issue that makes it increasingly hard (to nigh impossible right now) to use hardware acceleration with steam on intel.

Jjulianrutten 2019-05-08 github

Will this be resolved any time soon?