Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server
Yes it works, except that audio out changed to HDA Intel again (this also happened a few days ago). I changed it back to USB DAC and it is fine now.

So now my .config/openbox/autostart looks like this:

OUTPUT=`xrandr -display :0 -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"
xsetroot #000000
xset -dpms
devmon &

AE_SINK=alsa MALLOC_MMAP_THRESHOLD_=131072 /usr/bin/kodi --standalone
  
while [ $? -ne 0 ]; do
  
AE_SINK=alsa MALLOC_MMAP_THRESHOLD_=131072 /usr/bin/kodi --standalone
done
openbox --exit
Reply


Messages In This Thread
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
RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - by Stanislav - 2017-12-13, 11:52
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