Linux VAAPI: Nuc, Chromebox, HSW, IVB, Baytrail with Ubuntu 14.04
In the meantime, I have updated the howto to Trusty. It makes a lot easier, cause no external ppas (despite xbmc) will be needed anymore.

For the upgraders:
- sudo ppa-purge ppa:wsnipex/mesa
- sudo ppa-purge ppa:wsnipex/xbmc-fernetmenta-master
- sudo do-release-upgrade -d (remove the -d when you do this, when trusty is already release)
- after reboot (xbmc will be gone):
sudo apt-get install deborphan
sudo apt-get remove --purge `deborphan`
dpkg --list |grep "^rc" | cut -d " " -f 3 | xargs sudo dpkg --purge

- Change the /etc/init/xbmc.conf file (see the new line to resolve tearing)
- sudo apt-add-repository ppa:wsnipex/xbmc-fernetmenta-master
- sudo apt-get update && sudo apt-get install xbmc xbmc-bin && sudo apt-get upgrade && sudo apt-get install libva-intel-vaapi-driver
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.


Messages In This Thread
RE: vaapi-sse4: Deinterlacing Testing - by fritsch - 2014-04-09, 08:07
EDID / HDMI Handshake workaround - by Ney - 2014-10-29, 13:58
Thank you! - by Sta11ion - 2015-01-02, 01:51
Logout Mark Read Team Forum Stats Members Help
VAAPI: Nuc, Chromebox, HSW, IVB, Baytrail with Ubuntu 14.0416