TV Out Question

David Foster penguin-z at comcast.net
Sat Jan 1 17:39:06 UTC 2005


I am using a GForce MX440 card with Warty for a MythTV box and have had 
very good luck with the following XF86Config-4 file
--------- snip after the Files secition  -----------------------------------
Section "Module"
        Load    "GLcore"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "speedo"
        Load    "type1"
        Load    "v4l"
        Load    "vbe"
        Load    "xtt"
EndSection
-------------
    imput devices go here
------------
Section "Monitor"
        Identifier "tv"
        Vendorname "Toshiba"
        HorizSync 30-50
        VertRefresh 60
EndSection

Section "Device"
        Identifier "NVIDIA S-Video TV out"
        Driver     "nvidia"
        VendorName "NVIDIA"
        BoardName  "NVIDIA GeForce4 MX 440 AGP 8x"
        Option "ConnectedMonitor" "TV"
        Option "TVStandard" "NTSC-M"
        Option "TVOutFormat" "SVIDEO"
        Option "DigitalVibrance" "255"
        Option "TVOverScan" "1.0"
        Option "RenderAccel" "true"
        Option "NoLogo" "true"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "NVIDIA S-Video TV out"
        Monitor         "tv"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
EndSection
----------------------  end snip --------------------------]

I only use one monitor and it has been working ok. The only thing I 
would like to correct is the color saturation is a bit intense.



Simon Taplin wrote:
> I'm trying to setup my Nvidia FX5200 on my Ubuntu machine. I've read 
> the Nvidia documentation and edited my XF86Config-4 file. Thing is I 
> know that this card can only display on one screen at a time, how/what 
> tool can I use to switch between using my screen and displaying on a tv?
>
> Simon





More information about the ubuntu-users mailing list