Saturday, November 19, 2005

TV-out - NVIDIA


# sudo vi /etc/X11/xorg.conf

Section "Device"
Identifier "video card"
BusID "PCI:1:0:0"
# binary 'nvidia' driver must be used
Driver "nvidia"
# force display(s) detection; useful for KVMs
Option "ConnectedMonitor" "CRT, TV"
# TV-out mandatory settings
Option "TwinView"
Option "TwinViewOrientation" "Clone"
# MetaModes: "CRT,TV @virtual; CRT,TV; ..."
Option "MetaModes" "1280x1024,1024x768 @1280x1024; 1024x768,1024x768; 800x600,800x600; 640x480,NULL"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
# TV-out other/optional settings
#Option "TVOutFormat" "SVIDEO"
#Option "TVStandard" "NTSC-M"
#Option "TVOverScan" "1.0" # decimal range 0.0 to 1.0
EndSection

No comments: