I installed a ASUS EN8400GS Video card last week. I have installed the updated lastest nvidia module (ver. 180) and have x server settings installed. The monitor resolution is fine, but no matter what I try I cannot get the TV resolution correct. I run mythtvfrontend, and all sides of the screen are cut off by an inch or so.

I've tried a resolution of 1024x768, 800x600, 720x480. 720x480 makes everything huge for the TV-out. 800x600 is close but the screen is cut off. Anyone out there have this card that has got this card to work correctly with TV-out via Svideo?

My TV is a Sony Wega. Here is my xorg.conf

Code:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Module"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "Configured Monitor"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "CRT-0"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 76.0
EndSection

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nvidia"
    Option         "NoLogo" "True"
    Option         "TwinView"
    Option         "TwinViewOrientation" "Clone"
    Option         "MetaModes" "CRT-0: 800x600,  TV-0: 800x600"
    Option         "HorizSync" "CRT-0: 30-81;  TV-0: 30-50"
    Option         "VertRefresh" "CRT-0: 56-76;  TV-0: 60"
    Option         "ConnectedMonitor" "CRT-0, TV-0"
    Option         "TVStandard" "PAL-B"
    Option         "TVOutFormat" "SVIDEO"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8400 GS"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Configured Video Device"
    Monitor        "Configured Monitor"
    DefaultDepth    24
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "1"
    Option         "TwinViewXineramaInfoOrder" "TV-0"
    Option         "metamodes" "CRT: 800x650 +0+0, TV: 800x600 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection