<br><br><div class="gmail_quote">On Sat, Jan 23, 2010 at 1:31 PM, Claude Gélinas <span dir="ltr"><<a href="mailto:claude@phyto.qc.ca">claude@phyto.qc.ca</a>></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">> 2010/1/23 Claude Gélinas <<a href="mailto:claude@phyto.qc.ca">claude@phyto.qc.ca</a>>:<br>
> > Le samedi 23 janvier 2010 10:13:10, MarcT a écrit :<br>
> >> Is it controled by the video card or the mobo ?<br>
> >><br>
> >>How long of a time period are we talking about?<br>
> >>Shut off TV 1 sec later turn back on or shut off, wait 30 mins turn back<br>
> >> on?<br>
> >><br>
> >>Have you tried adding the below to your startup script?<br>
> >>/usr/bin/xset -dpms<br>
> >>/usr/bin/xset s off<br>
> ><br>
> > Yes I have these two line in a startup script in .kde/Autostart/mythtv.sh<br>
><br>
> Instead of deactivating DPMS, try removing these xset commands from<br>
> your startup script and add these lines to your xorg.conf:<br>
><br>
> Activate DPMS in your "Monitor" section:<br>
> Option "DPMS"<br>
><br>
> Add the following "ServerFlags"-section if you don't already have one<br>
> (in that case just copy-paste the four lines):<br>
> Section "ServerFlags"<br>
> Option "BlankTime" "0"<br>
> Option "StandbyTime" "0"<br>
> Option "SuspendTime" "0"<br>
> Option "OffTime" "0"<br>
> EndSection<br>
><br>
> I don't know if it will help in your case, but it's worth a try :)<br>
><br>
> Best Regards<br>
> Kenni Lund<br>
> _______________________________________________<br>
> 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>
><br>
</div></div>I'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 "TVStandard" "NTSC-M"<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 "CustomEDID" "DFP-0:/etc/X11/tv-edid.bin"<br> Option "UseDisplayDevice" "DFP-0"<br>
Option "ConnectedMonitor" "DFP-0"<br> Option "ExactModeTimingsDVI" "True"<br> Option "ModeValidation" "NoDFBNativeResolutionCheck"<br>