Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server
Hi,

I just install this on my Chromebox, and its a big improvement! since i installed Hyperion for my Ambilight I got laggy playback from time to time, this is completely gone also the PQ is much better.

Only thing is that the Autostart command did not work for me. I added
Code:
#!/bin/sh
xrandr --output HDMI1 --set "Broadcast RGB" "Full"
to the autostart.sh but if I do xrandr --prop after a reboot it shows Broadcast RGB: Automatic, and the Picture looks kinda Milky. So i search around the web and found a post in the openelec forum where someone using a xrandr command with & at the end, so I added & to the autostart.sh
Code:
xrandr --output HDMI1 --set "Broadcast RGB" "Full" &
and no it works after a reboot.

My question is what does the & change, I'm a noob when it comes to stuff like this it was just try and error, and im glad it worked now Blush

anyway thanks for the Work
Reply


Messages In This Thread
RE: New Era: VAAPI with EGL interoperation - by meowmoo - 2015-08-24, 00:38
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