Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server
(2015-11-18, 12:11)fritsch Wrote: Nice. Now I only need someone to report back _if_ 44.1 khz audio for some Onkyo / Pioneer receivers also starts to work now magically.
If someone is interested here are packages with 4.4-rc1 vanilla kernel with passthrough colours patch applied (only this single patch):

http://37.235.60.68/linux-headers-4.4.0-..._amd64.deb
http://37.235.60.68/linux-image-4.4.0-rc..._amd64.deb

To use passthrough patch in Kodi put this into ~kodi/.config/openbox/autostart (please copy, don't try to write it from screen):
Code:
OUTPUT=`xrandr -q | sed '/ connected/!d;s/ .*//;q'`
xrandr -display :0 --output $OUTPUT --set "Broadcast RGB" "Full"
xrandr -display :0 --output $OUTPUT --set "Broadcast RGB" "Video 16:235 pass-through"
xrandr -display :0 --output $OUTPUT --off ; xrandr -display :0 --output $OUTPUT --auto
/usr/bin/kodi --standalone
Big thanks goes to d0dger for providing space on web-server!
Reply


Messages In This Thread
RE: New Era: VAAPI with EGL interoperation - by BigL-New - 2015-11-18, 23:25
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