<div class="gmail_quote">On Tue, Mar 23, 2010 at 7:15 PM, Johnny Walker <span dir="ltr"><<a href="mailto:johnnyjboss@gmail.com">johnnyjboss@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Thu, Mar 11, 2010 at 9:01 PM, Daniel Kristjansson <span dir="ltr"><<a href="mailto:danielk@cuymedia.net" target="_blank">danielk@cuymedia.net</a>></span> wrote:<br></div><div class="gmail_quote"><div class="im">
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>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><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></div></div></blockquote><div><br>Ok - I've grepped through the code for .22 lookiung for 'xset' and I don't see where the code would be disabling the screen saver.<br>
<br>When I'm in Media Library --> Watch Videos - and a video ends and returns me to that screen, the display just sits there, waiting to burn in on my Plasma television.<br><br>If I ssh in to the frontend and run 'xset s 60 60' it starts working and protecting my screen.<br>
<br>I'm really concerned about this - it seems like an odd oversight in the functionality. Am I the only one having this issue?<br><br>-Johnny<br><br><br></div></div>