<html>
At 11:55 AM 4/2/2004 , you wrote:<br>
<blockquote type=cite cite>Hello <br>
<br>
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>
Please take a look at it and let me know what's wrong. I am
learning that there is a prevailing sense of "let the new users
learn how to do it for themselves" 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 "Device"<br>
<x-tab> </x-tab>Identifier
"Videocard0"<br>
<x-tab> </x-tab>Driver
"nv"<br>
<x-tab> </x-tab>VendorName
"Videocard vendor"<br>
<x-tab> </x-tab>BoardName
"NVIDIA GeForce 4 MX 440"<br>
<x-tab> </x-tab>Option
"RenderAccel" "1"<br>
<x-tab> </x-tab>Option
"TVStandard" "NTSC-M'<br>
<x-tab> </x-tab>Option
"ConnectedMonitor" "TV"<br>
<x-tab> </x-tab>Option
"TVOutFormat" "SVIDEO"<br>
<x-tab> </x-tab>Option
"TVOverScan" "0.6"<br>
<x-tab> </x-tab>Option
"NvAGP" "1"<br>
EndSection<br>
<br>
<br>
It looks like you are using the open source driver. I know most of
us on the list are using the NVIDIA binary driver (usually 4363).
You might want to try something like this:<br>
<br>
Section "Device"<br>
Identifier
"Card0"<br>
Driver "nvidia"<br>
VendorName
"All"<br>
BoardName
"All"<br>
EndSection<br>
<br>
Once you get that working you can tweak some of the other settings.<br>
<br>
-Ben : )</html>