# XF86Config by loop || http://foc.neoartis.org # # Valida para cualquier tarjeta con chipset NVidia y preparado para salida a TV. # Comenta/Descomenta lo que creas conveniente. Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 # TVOUT # Screen "Screen_tvout640" # Screen "Screen_tvout800" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "dbe" Load "extmod" Load "glx" Load "pex5" Load "record" Load "xie" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbModel" "microsoft" Option "XkbLayout" "es" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/mouse" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 31.5 - 48.5 VertRefresh 50.0 - 100.0 # Identifier "TV" # HorizSync 30 - 50 # VertRefresh 60 EndSection Section "Device" Identifier "Card0" Driver "nvidia" # VendorName "NVidia" # BoardName "Riva Ultra 64" # ChipSet "RIVATNT2" # BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" Option "NvAgp" "3" DefaultDepth 16 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection # Identifier "Screen_tvout640" # Device "card0" # Monitor "TV" # DefaultDepth 24 # Option "TVStandard" "PAL-G" # Option "ConnectedMonitor" "TV" # SubSection "Display" # Depth 24 # Modes "640x480" # ViewPort 0 0 # EndSubSection # Identifier "Screen_tvout800" # Device "card0" # Monitor "TV" # DefaultDepth 24 # Option "TVStandard" "PAL-G" # Option "ConnectedMonitor" "TV" # SubSection "Display" # Depth 24 # Modes "800x600" # ViewPort 0 0 # EndSubSection EndSection