On Thu, Mar 11, 2010 at 9:01 PM, Daniel Kristjansson <span dir="ltr"><<a href="mailto:danielk@cuymedia.net">danielk@cuymedia.net</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Thu, 2010-03-11 at 19:30 -0600, Johnny Walker wrote:<br>
> So the only way I can think to protect my Plasma from EPG burn-in<br>
> (aside from never falling asleep) would be to re-enable it when the<br>
> EPG is loaded on the screen, even if I'm still in LIVETV mode.<br>
><br>
> Does this sound correct?<br>
<br>
</div>Yes, sounds reasonable.<br>
<br></blockquote><div>In working on this I found the following in the code libmythui/screensaver-x11.cpp:<br><br>if (m_timeoutInterval == -1)<br> {<br> m_timeoutInterval = GetMythDB()->GetNumSettingOnHost(<br>
"xscreensaverInterval", GetMythDB()->GetHostName(), 50) * 1000;<br> }<br><br> if (m_timeoutInterval > 0)<br> StartTimer();<br><br>I don't seem to have 'xscreensaverInterval' in my settings table.<br>
<br>I grepped my working copy of .22 and I don't see it mentioned anywhere else.<br><br>The reason I'm asking is - I've put 'xset s 60 60' in my .xsessionrc file and somehow it's getting changed to 0 which is making my screensaver not happen when I'm paused.<br>
<br>I added a call to EnableScreensaver to the NuppelVideoPlayer::Pause method but since 'xset q' shows it's back at 0 it does me no good. When I manually 'xset s 60 60' again however, it starts working as expected.<br>
<br>Do any of you know what gives?<br><br>-Johnny<br><br><br></div></div>