<html>
At 11:55 AM 4/2/2004 , you wrote:<br>
<blockquote type=cite cite>Hello <br>
<br>
&nbsp; I'm trying my best to configure my xfree86Config file, and
everything I try gives me pink static when I reboot with only the TV
connected. Lots of people have given me lots of tips, and I appreciate
all of them, but none of them have worked. <br>
<br>
My XF86Config file is available here: <br>
<br>
<a href="http://www.dorseygraphics.com/">http://www.dorseygraphics.com/</a>XF86Config.txt
<br>
<br>
&nbsp; Please take a look at it and let me know what's wrong. I am
learning that there is a prevailing sense of &quot;let the new users
learn how to do it for themselves&quot; attitude among Linux veterans.
I'm trying to work within those boundaries, and I've tried to only post
here when I cannot find any other options. I'm really trying not to piss
anyone off with my nagging. <br>
<br>
Any help is appreciated. <br>
<br>
Thanks, <br>
<br>
-----------------S </blockquote><br>
Section &quot;Device&quot;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>Identifier&nbsp;
&quot;Videocard0&quot;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&quot;nv&quot;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>VendorName&nbsp;
&quot;Videocard vendor&quot;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>BoardName&nbsp;&nbsp;
&quot;NVIDIA GeForce 4 MX 440&quot;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&quot;RenderAccel&quot; &quot;1&quot;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&quot;TVStandard&quot; &quot;NTSC-M'<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&quot;ConnectedMonitor&quot; &quot;TV&quot;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&quot;TVOutFormat&quot; &quot;SVIDEO&quot;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&quot;TVOverScan&quot; &quot;0.6&quot;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&quot;NvAGP&quot; &quot;1&quot;<br>
EndSection<br>
<br>
<br>
It looks like you are using the open source driver.&nbsp; I know most of
us on the list are using the NVIDIA binary driver (usually 4363).&nbsp;
You might want to try something like this:<br>
<br>
Section &quot;Device&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp;
&quot;Card0&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;nvidia&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VendorName&nbsp;
&quot;All&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BoardName&nbsp;&nbsp;
&quot;All&quot;<br>
EndSection<br>
<br>
Once you get that working you can tweak some of the other settings.<br>
<br>
-Ben : )</html>