[ILUG] TV out with NVIDIA FX5700

John P. Looney valen at tuatha.org
Fri Mar 5 11:11:36 GMT 2004


On Fri, Mar 05, 2004 at 09:28:58AM +0000, Bryan O'Donoghue mentioned:
> At a guess, you probably need a specific PAL-I modeline.
> 
> Something like
> 
> # PAL 60
> ModeLine "640x480x60" 25.2 640 656 752 800 480 490 492 525
> ModeLine "800x600x60" 39.7901 800 840 968 1056 600 601 605 628
> 
> # PAL 50
> ModeLine "640x480x50" 21.0 640 656 752 800 480 490 492 525
> ModeLine "800x600x50" 33.1584 800 840 968 1056 600 601 605 628
> 
> Should do, I'm using something similar at home.

 What, then put in something like;

# PAL 60
ModeLine "640x480x60" 25.2 640 656 752 800 480 490 492 525
ModeLine "800x600x60" 39.7901 800 840 968 1056 600 601 605 628

Section "Screen"
        Identifier              "tv"
        Device                  "nvidia_tv"
        Monitor                 "tv"
        DefaultDepth            24
        Option                  "TVStandard" "PAL-I"
        Option                  "ConnectedMonitor" "TV"
        Option                  "TVOutFormat" "SVIDEO"
        Subsection "Display"
                Depth       24
                Modes       "800x600x60"
        EndSubsection
EndSection
                                                                                                                          
 If that's the case, anyone have a modeline for something with a little
more resolution ?

John



More information about the ILUG mailing list