STEAM GROUP
Steam Universe Steam U
STEAM GROUP
Steam Universe Steam U
62,166
IN-GAME
389,041
ONLINE
Founded
September 23, 2013
Showing 1-5 of 5 entries
3
Jul 17, 2017 @ 12:22am
[HELP] Graphic problem with Intel
10
Jul 10, 2017 @ 6:55am
SteamOS update 2.119 pushed to brewmaster beta
13
Aug 5, 2017 @ 8:25am
Xbox 360 controller no longer works with specific games after 2.117 update
35
Oct 30, 2017 @ 5:16am
SteamOS update 2.117 released to brewmaster
Originally posted by jvert:
Originally posted by R'Cortese:
Hardware decoding is broken for some Intel CPUs (N3150 here). Had to replace libva and i965-va-driver for versions 1.6.0-1 as of this thread, otherwise I would only get a green screen output (with sound) despite all logs being apparently ok.

Otherwise very happy to see an update to SteamOS. Thank you, guys!
Is this a regression? We haven't changed those packages in quite a while. If you can test the newer packages rather than the older ones, we could look at updating them. (jessie-backports has intel-vaapi-driver 1.7.3-1~bpo8+1)

VAAPI hardware decoding reported working fine with intel-vaapi-driver=1.7.3-1~bpo8+1 from jessie-backports.

My exact packages updates (all from jessie-backports) were:

i965-va-driver=1.7.3-1~bpo8+1
i965-va-driver:i386=1.7.3-1~bpo8+1
libva1=1.7.3-2+bsos1
libva1:i386=1.7.3-2+bsos1
libva-x11-1=1.7.3-2+bsos1
libva-x11-1:i386-1=1.7.3-2+bsos1
libva-glx1=1.7.3-2+bsos1
libva-glx1:i386=1.7.3-2+bsos1


Please consider updating.


Originally posted by jvert:
Is this a regression? We haven't changed those packages in quite a while. If you can test the newer packages rather than the older ones, we could look at updating them. (jessie-backports has intel-vaapi-driver 1.7.3-1~bpo8+1)

Yes, a regression, IIRC those packages were on 1.3.2 and have now been changed to 1.4.2.

Hardware decoding was working fine for those packages on the prior stable release (1.3.x), although the two latest beta releases (1.4.x) only supported software decoding on the CPUs that used it. The streaming logs reported a failure to initialize vaapi on the betas, whereas the latest stable reports nothing wrong, but only outputs a green screen.

As reported here (and I confirm that), versions 1.4.x of i965-va-driver:i386 libva1:i386 seem to be broken for Steam hardware decoding.

I'll test 1.7.3-1~bpo8+1 from jessie-backports later tonight and report back.
Thank you for the attention, loving my SteamOS so far.


Hardware decoding is broken for some Intel CPUs (N3150 here). Had to replace libva and i965-va-driver for versions 1.6.0-1 as of this thread, otherwise I would only get a green screen output (with sound) despite all logs being apparently ok.

Otherwise very happy to see an update to SteamOS. Thank you, guys!
10
Jun 5, 2017 @ 9:11pm
[Brewmaster] Intel Celeron N2807 stuck using software decoding
Originally posted by noodle:
This is what I did - I got it working using the same method I had to use in Alchemist (with newer packages):

sudo -i

wget http://ftp.ubuntu.com/ubuntu/pool/universe/i/intel-vaapi-driver/i965-va-driver_1.6.0-1_i386.deb
wget http://ftp.ubuntu.com/ubuntu/pool/universe/i/intel-vaapi-driver/i965-va-driver_1.6.0-1_amd64.deb
wget http://ftp.ubuntu.com/ubuntu/pool/universe/libv/libva/libva1_1.6.0-1_i386.deb
wget http://ftp.ubuntu.com/ubuntu/pool/universe/libv/libva/libva1_1.6.0-1_amd64.deb
wget http://ftp.ubuntu.com/ubuntu/pool/universe/libv/libva/libva-x11-1_1.6.0-1_i386.deb
wget http://ftp.ubuntu.com/ubuntu/pool/universe/libv/libva/libva-x11-1_1.6.0-1_amd64.deb
wget http://ftp.ubuntu.com/ubuntu/pool/universe/libv/libva/libva-glx1_1.6.0-1_i386.deb
wget http://ftp.ubuntu.com/ubuntu/pool/universe/libv/libva/libva-glx1_1.6.0-1_amd64.deb

dpkg -i libva1_1.6.0-1_i386.deb
dpkg -i libva1_1.6.0-1_amd64.deb
dpkg -i i965-va-driver_1.6.0-1_i386.deb
dpkg -i i965-va-driver_1.6.0-1_amd64.deb
dpkg -i libva-x11-1_1.6.0-1_i386.deb
dpkg -i libva-x11-1_1.6.0-1_amd64.deb
dpkg -i libva-glx1_1.6.0-1_i386.deb
dpkg -i libva-glx1_1.6.0-1_amd64.deb

make sure there are no errors. You may have to run some of these commands again because of version mismatches between i386 and amd64 packages, but they will be resolved once all of the packages are unpacked (unpack libva1 for i386, then amd64, then i386 again).

remove all libva* from

/home/steam/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/
/home/steam/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/

copy

/usr/lib/x86_64-linux-gnu/libva-x11.so.1.3800.0
/usr/lib/x86_64-linux-gnu/libva-glx.so.1.3800.0
/usr/lib/x86_64-linux-gnu/libva.so.1.3800.0

into

/home/steam/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/
/home/steam/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/

link as follows

ln -s libva-x11.so.1.3800.0 /home/steam/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libva-x11.so.1
ln -s libva-glx.so.1.3800.0 /home/steam/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libva-glx.so.1
ln -s libva.so.1.3800.0 /home/steam/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libva.so.1

ln -s libva-x11.so.1.3800.0 /home/steam/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libva-x11.so.1
ln -s libva-glx.so.1.3800.0 /home/steam/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libva-glx.so.1
ln -s libva.so.1.3800.0 /home/steam/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libva.so.1

reboot

hope this helps. It got me running with my Intel Celeron 2955U from my repurposed ASUS Chromebox.


You, sir, are a gentleman and a scholar.

After hours of trying, this was the only solution that let me hardware decode without introducing issues with Kodi.

Reported STILL working fine on SteamOS 2.117 as of May-2017 on a N3150 CPU (Zotac ci323). Hardware deconding seemed right in the logs, but I only got a green screen with both brewmaster repos drivers.
Showing 1-5 of 5 entries