On Thu, Mar 11, 2010 at 9:01 PM, Daniel Kristjansson <span dir="ltr">&lt;<a href="mailto:danielk@cuymedia.net">danielk@cuymedia.net</a>&gt;</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>
&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>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><br><br></div></div>