#### Configuración para la salida de TV de NVidia  <nonick AT 8027 DOT org>
#
# ATENCIÓN: aquí se hace referencia a las secciones "Mouse[2]" y "Keyboard[0]"
#           Deberás sustituir estos identificadores por los tuyos.
#

Section "Monitor"
  HorizSync    30-50
  VertRefresh  60
  Identifier   "tv"
EndSection

Section "Screen"
  Identifier "Screen_tv"
  Device     "Card_tv"
  Monitor    "tv"
  DefaultDepth 24
EndSection

Section "Device"
  Identifier  "Card_tv"
  Driver      "nvidia"
  BusID       "1:0:0"    # May differ (not needed unless you have two or more cards)
  Option      "TVOutFormat"      "COMPOSITE"  # or "SVIDEO" ?
  Option      "TVStandard"       "PAL-B"
  Option      "ConnectedMonitor" "TV"
EndSection

Section "ServerLayout"
  Identifier     "tv"
  Screen         0  "Screen_tv" 0 0
  InputDevice    "Mouse[2]" "CorePointer"
  InputDevice    "Keyboard[0]" "CoreKeyboard"
EndSection
