<div class="gmail_quote">On Tue, Mar 23, 2010 at 7:15 PM, Johnny Walker <span dir="ltr">&lt;<a href="mailto:johnnyjboss@gmail.com">johnnyjboss@gmail.com</a>&gt;</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">&lt;<a href="mailto:danielk@cuymedia.net" target="_blank">danielk@cuymedia.net</a>&gt;</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>
&gt; So the only way I can think to protect my Plasma from EPG burn-in<br>
&gt; (aside from never falling asleep) would be to re-enable it when the<br>
&gt; EPG is loaded on the screen, even if I&#39;m still in LIVETV mode.<br>
&gt;<br>
&gt; 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()-&gt;GetNumSettingOnHost(<br>

                &quot;xscreensaverInterval&quot;, GetMythDB()-&gt;GetHostName(), 50) * 1000;<br>        }<br><br>        if (m_timeoutInterval &gt; 0)<br>            StartTimer();<br><br>I don&#39;t seem to have &#39;xscreensaverInterval&#39; in my settings table.<br>

<br>I grepped my working copy of .22 and I don&#39;t see it mentioned anywhere else.<br><br>The reason I&#39;m asking is - I&#39;ve put &#39;xset s 60 60&#39; in my .xsessionrc file and somehow it&#39;s getting changed to 0 which is making my screensaver not happen when I&#39;m paused.<br>

<br>I added a call to EnableScreensaver to the NuppelVideoPlayer::Pause method but since &#39;xset q&#39; shows it&#39;s back at 0 it does me no good. When I manually &#39;xset s 60 60&#39; 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&#39;ve grepped through the code for .22 lookiung for &#39;xset&#39; and I don&#39;t see where the code would be disabling the screen saver.<br>
<br>When I&#39;m in Media Library --&gt; 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 &#39;xset s 60 60&#39; it starts working and protecting my screen.<br>
<br>I&#39;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>