Apple TV Component Config - Where’d I go wrong?

I was trying to edit xorg.config, but it didn’t work. This is what I have in that file:

 # nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 340.46  (buildd@binet)  Tue Oct  7 08:03:22 UTC 2014

Section "ServerLayout"
    Identifier     "serverlayout0"
    Screen      0  "screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

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

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

Section "Monitor"
    Identifier     "monitor0"
    VendorName     "SNY"
    ModelName      "Sony TV"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option "RegistryDwords" "RMDisableRenderToSysmem=1"
    Option "DynamicTwinView" "false"
EndSection
Section "Screen"
    Identifier     "screen0"
    Device         "device0"
    Monitor        "monitor0"
    DefaultDepth    24
    Option         "NoLogo" "true"
    Option         "RegistryDwords" "RMDisableRenderToSysmem=1"
    Option         "DynamicTwinView" "false"
    Option         "ModeValidation" "NoVertRefreshCheck, NoVesaModes, NoXS erverModes"
    SubSection     "Display"
        Depth       24
Option         "TVOutFormat" "COMPONENT"
    Option         "TVStandard" "HD720p"
    Option         "TVOverScan" "0.80"
    DefaultDepth    24
    Option         "NoLogo" "True"
    SubSection     "Display"
    Modes "1920x1080" "1280x720" "1024x768" "720x480" "800x600" "640x480"
        Depth       24
    EndSubSection
Section "Extensions"
    Option         "Composite" "Disable”
EndSection

Where did I go wrong? How should a config file for component output look? Or in the very least, what does the original config file look like?