Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server
Hi!
I recently discovered an issue with new kodi stable and DPMS:
with using provided autostart file :
 
(2015-07-12, 20:06)fritsch Wrote:
Code:
OUTPUT=`xrandr -display :0 -q | sed '/ connected/!d;s/ .*//;q'`
xrandr -display :0 --output $OUTPUT --set "Broadcast RGB" "Full"
xsetroot #000000
xset s off -dpms
 /usr/bin/kodi --standalone
while [ $? -ne 0 ]; do
 /usr/bin/kodi --standalone
done
openbox --exit

DPMS was not disabled, so DPMS kicked in even when playing music over HDMI.

I had to explicitly set DISPLAY=:0 befor the xset -dpms call.

With this DPMS is disabled after kodi service is started, and now kodi handles setting display to sleep like configured
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 Leia v18 nightly based on Ubuntu 18.04 server - by Jan0sh - 2019-03-03, 23:11
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