On Oct 18, 2007 2:38 PM, Jonathan Rogers &lt;<a href="mailto:jonner@teegra.net">jonner@teegra.net</a>&gt; 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;">
-----BEGIN PGP SIGNED MESSAGE-----<br>Hash: SHA1<br><div class="Ih2E3d"><br>Jason McMillon wrote:<br>&gt; /usr/bin/xset -display :0.0 s off<br>&gt; /usr/bin/xset -display :0.0 -dpms<br>&gt;<br>&gt; Again, to reiterate in case anyone searches the list with a similar problem...
<br>&gt;<br>&gt; I installed a tftp server that required xinetd which apparently<br>&gt; overwrote kde&#39;s screen saver settings require me to run the above<br>&gt; commands after every reboot. &nbsp;I couldn&#39;t find any other commands that
<br>&gt; would work. &nbsp;The -display:0.0 is required since xset should be run<br>&gt; within x-windows (I think).<br><br></div>That would be very strange if xinetd did anything to any screen saver<br>settings, since it&#39;s a network server only and unrelated to Xorg. A
<br>while ago, I had the same problem that you had. I had used &#39;Option<br>&quot;BlankTime&quot; &quot;0&quot;&#39; in the ServerLayout section of xorg.conf. Then, after<br>upgrading Xorg, the screen started blanking, so apparently Xorg had a
<br>regression that caused it to ignore the blanking option. I managed to<br>fix it by running &quot;xset s off&quot; in my mythfrontend session startup<br>script. The xset command is a regular X11 client, so running it at the
<br>beginning of the X session is appropriate. As you discovered, you can<br>run it from cron with &quot;-display :0.0&quot; as long as that&#39;s the correct<br>display, but that&#39;s ugly.<br><br>I&#39;m not sure if you encountered the same bug, but there are few things
<br>as frustrating as software that silently ignores documented configuration.<br><br>Jonathan Rogers<br><br><div><div></div><div class="Wj3C7c"></div></div></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div class="Wj3C7c"><br></div></div></blockquote><div><br>As crazy as it sounds, I think there may be a connection between the
networking stuff and the problems with the screen going blank.&nbsp; At
least, on FC7, it appears so.<br><br>This past summer, I was forced to rebuild my older machine to overcome the zap2It problem.&nbsp;  I built an FC7 box, and everything worked mostly correct, except for my screen going blank after some minutes of inactivity.&nbsp; this never happened while I was watching a show, but if I walked away while sitting at one of the menus, it would go blank.&nbsp; I tried all the xorg settings that people have suggested, but nothing worked.&nbsp; because I was able to recover the machine with the remote, I never pursued this any further.&nbsp; I also thought it might not be so bad for my plasma display if the screen went blank after long periods of inactivity. 
<br><br>Fast forward to a week ago....<br><br>Since my next project is to build a new frontend machine, I needed to make my existing backend have a static IP address.&nbsp; At least, I think this is necessary in order for the frontend to locate the backend consistently on the same IP address.&nbsp; Anyway, I made changes to my backend to switch from DHCP to a static IP address.&nbsp; This worked fine, but then my screen started going blank, even if I was in the midst of watching a show.&nbsp; Even worse, it was not possible to recover with just the remote.&nbsp; I had to go jiggle the mouse, or tap the keyboard, to recover from the blank screen.&nbsp; Very annoying.&nbsp; The WAF went down the tubes very quickly.
<br><br>So, after reading this thread, I was able to fix the problem by following this suggestion:&nbsp; <br><br>&gt;&gt;Or put the commands in either /etc/X11/xinit/Xsession or /etc/X11/<br>&gt;&gt;xinit/xinitrc, depending on whether you&#39;re using a graphical login or
<br>&gt;&gt;booting in text mode and running &#39;startx&#39;.<br></div></div><br>Again, no amount of fiddling with xorg.conf seems to do any good. <br><br>It sure looks like the original poster stumbled upon something similar to what I saw, based on his comment
<br><br>&gt;&gt;the only thing that I recall changing is installing a dhcp server and tftp server (which uses xinetd) for use with my MediaMVP.<br><br><br>