Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server
(2015-10-11, 11:09)fritsch Wrote: I don't plan to provide patched kernels for ubuntu. As said - this thread is about testing VAAPI features - providing a kernel and keeping it up2date is a lot of maintainance. Those that don't use OpenELEC can do that easily byself - as the kernel patch was pushed on my github:

Code:
git clone https://github.com/fritsch/linux.git
cd linux
git checkout v4.3-rc4-passthrough
cp /boot/config-`uname -r` .config
make oldconfig (Press return until finished)
sudo apt-get install fakeroot kernel-package
make-kpkg --append-to-version "-passthrough" -j4 --initrd linux-headers linux-image
done
In my case make-kpkg needs sudo. Anyway thanks for this - now i've 4.3-rc4 with pass-though :-)
Reply


Messages In This Thread
RE: New Era: VAAPI with EGL interoperation - by BigL-New - 2015-10-11, 19:41
Live TV broken again? - by schamane - 2016-02-29, 19:56
Random crashes - by hal2100 - 2016-03-08, 22:03
Strange Behaviour - by MicTie - 2016-12-07, 10:46
Working lirc with mce remote - by fr1day - 2019-08-10, 17:36
Logout Mark Read Team Forum Stats Members Help
Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server18