<br><br><div class="gmail_quote">On Sat, Jan 23, 2010 at 1:31 PM, Claude Gélinas <span dir="ltr">&lt;<a href="mailto:claude@phyto.qc.ca">claude@phyto.qc.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Le samedi 23 janvier 2010 15:47:17, Kenni Lund a écrit :<br>
<div><div></div><div class="h5">&gt; 2010/1/23 Claude Gélinas &lt;<a href="mailto:claude@phyto.qc.ca">claude@phyto.qc.ca</a>&gt;:<br>
&gt; &gt; Le samedi 23 janvier 2010 10:13:10, MarcT a écrit :<br>
&gt; &gt;&gt; Is it controled by the video card or the mobo ?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;How long of a time period are we talking about?<br>
&gt; &gt;&gt;Shut off TV 1 sec later turn back on or shut off, wait 30 mins turn back<br>
&gt; &gt;&gt; on?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;Have you tried adding the below to your startup script?<br>
&gt; &gt;&gt;/usr/bin/xset -dpms<br>
&gt; &gt;&gt;/usr/bin/xset s off<br>
&gt; &gt;<br>
&gt; &gt; Yes I have these two line in a startup script in .kde/Autostart/mythtv.sh<br>
&gt;<br>
&gt; Instead of deactivating DPMS, try removing these xset commands from<br>
&gt; your startup script and add these lines to your xorg.conf:<br>
&gt;<br>
&gt; Activate DPMS in your &quot;Monitor&quot; section:<br>
&gt;     Option         &quot;DPMS&quot;<br>
&gt;<br>
&gt; Add the following &quot;ServerFlags&quot;-section if you don&#39;t already have one<br>
&gt; (in that case just copy-paste the four lines):<br>
&gt; Section &quot;ServerFlags&quot;<br>
&gt;     Option          &quot;BlankTime&quot;     &quot;0&quot;<br>
&gt;     Option          &quot;StandbyTime&quot;   &quot;0&quot;<br>
&gt;     Option          &quot;SuspendTime&quot;   &quot;0&quot;<br>
&gt;     Option          &quot;OffTime&quot;       &quot;0&quot;<br>
&gt; EndSection<br>
&gt;<br>
&gt; I don&#39;t know if it will help in your case, but it&#39;s worth a try :)<br>
&gt;<br>
&gt; Best Regards<br>
&gt; Kenni Lund<br>
&gt; _______________________________________________<br>
&gt; mythtv-users mailing list<br>
&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
&gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
&gt;<br>
</div></div>I&#39;ve put all these in my xorg.conf but still no luck. no TV after switching off<br>
and on again<br>
<div class="im">--<br>
Claude Gélinas agr.<br>
Phyto Ressources inc.<br>
_______________________________________________<br>
</div><div><div></div><div class="h5">mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>FYI the line <br>Option         &quot;TVStandard&quot; &quot;NTSC-M&quot;<br><br>is not needed unless you are using TV-OUT. You are using DFP-0 which is a DVI or HDMI connection.<br><br>
I use the following settings in my xorg.conf for my HDMI connection to my TV. Using an onboard GeForce 8300.<br><br>    Option         &quot;CustomEDID&quot;         &quot;DFP-0:/etc/X11/tv-edid.bin&quot;<br>    Option         &quot;UseDisplayDevice&quot;   &quot;DFP-0&quot;<br>
    Option         &quot;ConnectedMonitor&quot;   &quot;DFP-0&quot;<br>    Option         &quot;ExactModeTimingsDVI&quot; &quot;True&quot;<br>    Option        &quot;ModeValidation&quot;     &quot;NoDFBNativeResolutionCheck&quot;<br>