<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Oct 6, 2015 at 3:52 PM, Thomas Pontoppidan <span dir="ltr"><<a href="mailto:spamt@pontoppidan.name" target="_blank">spamt@pontoppidan.name</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote">2015-10-06 21:25 GMT+02:00 Jerry Rubinow <span dir="ltr"><<a href="mailto:jerrymr@gmail.com" target="_blank">jerrymr@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><div>On Tue, Oct 6, 2015 at 2:20 PM, Thomas Pontoppidan <span dir="ltr"><<a href="mailto:spamt@pontoppidan.name" target="_blank">spamt@pontoppidan.name</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2015-02-28 18:33 GMT+01:00 Scott Lipcon <span dir="ltr"><<a href="mailto:slipcon@gmail.com" target="_blank">slipcon@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><div dir="ltr">I spent the most time trying to get it to not lose its mind whenever the TV was off - I had to disable various screensaving/power saving options, DPMS, etc - either HDMI video wouldn't come back, or HDMI audio, or both - but eventually I got that set right, and it seems to be working well.   <div><br></div></div></blockquote><div>I know this is an old thread but how exactly did you solve this? I have tried different versions with scripts etc. but so far I haven't found a really good solution.</div><div>My Liva is on 24/7 so I have no concerns disabling powe saving or whatever.</div><div><br></div><div>Thanks,</div><div>Thomas</div><div><br></div></div></div></div></blockquote><div><br></div></div></div><div>What Linux distribution/version are you running?</div><span><font color="#888888"><div><br></div></font></span></div></div></div></blockquote></div><p>Sorry, forgot the details!</p><div><br></div><div>I am running a freshly installed Mythbuntu 14.04 on my ECS Liva:</div><div>3.16.0-50-generic #67~14.04.1-Ubuntu SMP Fri Oct 2 22:07:51 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux</div><div><br></div><div>It boots fine and runs until I turn off the TV. When I turn the TV back on the screen is blank. The problem is well described here:</div><div><a href="http://extremelycashpoor.com/2014/11/ecs-liva-setup-part-3/" target="_blank">http://extremelycashpoor.com/2014/11/ecs-liva-setup-part-3/</a></div><div>I tried the fix from that site but it does not seem to work for me plus having a constant "ping" is not exactly a nice solution.</div><div><br></div><div>I have a short script that fixes it - kind of. I use irexec to execute it every time the TV turns on. Biggest problem is it pops up the display settings on top of MythTV and I am not confident it will work every time - low WAF!</div><div><span lang="DA"><p>[code]</p><p>#!/bin/sh</p>
<p> #Fix TV state when HDMI link is lost.</p>
<p>xrandr</p>
<p>sleep 5</p>
<p>xrandr --output HDMI1 --auto</p><p>[/code]</p></span></div></div></blockquote><div><br></div><div>Thomas, I initially had the same issue as you with not regaining video from my Liva when the tv or receiver went off and then on.  I found that using a 4.0 kernel with Ubuntu 15.04 made the issue go away.  If this is a viable solution for you, it may be something to try.</div><div><br></div><div>-Jerry </div></div></div></div>