Logo
IT Dienstleistungen

TV on NVIDIA Card

I tried lately to get my TV running again with my NVIDIA TV-out.

/etc/X11/xorg.conf

I added three new sections to the file, one for the TV (as Monitor[2], because I already have a Dualscreen-Setup), another Card-Device with different settings to match the TV output and of course a new „Screen“ where both were merged to a new Output

Section "Monitor"
    Identifier     "Monitor[2]"
    VendorName     "MAGNUM"
    ModelName      "PAL TV"
    UseModes       "Modes[0]"
    HorizSync       30.0 - 50.0
    VertRefresh     60.0
EndSection

Section "Device"
    Identifier     "Device[1]"
    Driver         "nv"
    VendorName     "Nvidia"
    BoardName      "GeForce-2"
    Option         "NoLogo" "on"
    Option         "CursorShadow" "on"
    Option         "CursorShadowAlpha" "32"
    Option         "CursorShadowXOffset" "2"
    Option         "CursorShadowYOffset" "2"
    Option         "TVOutFormat" "COMPOSITE"
    Option         "TVStandard" "PAL-B"
    Option         "ConnectedMonitor" "TV"
    Screen          0
EndSection

Section "Screen"
    Identifier     "TV"
    Device         "Device[1]"
    Monitor        "Monitor[2]"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "768x576"
    EndSubSection
EndSection

Seiten-Werkzeuge