The documentation under /usr/doc/nvidia-glx-4xxx/readme don't specify anything where to troubleshoot when the tv stays black.
Here are my relevant XFree configuration parts:
Code: Select all
Section "Monitor"
Identifier "Monitor0"
VendorName "Hyundai"
ModelName "ImageQuest Q17"
#Option "DPMS"
HorizSync 27.0-92.0
VertRefresh 60-75
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
Option "NVAGP" "1"
Option "NoLogo" "True"
#Option "SWcursor" # [<bool>]
#Option "HWcursor" "True"
#Option "CursorShadow" "True"
#Option "CursorShadowAlpha" "64" # 0 - 255
#Option "CursorShadowXOffset" "4" # 0 - 32
#Option "CursorShadowYOffset" "2" # 0 - 32
#Option "NoAccel" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
Option "TwinView"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "TwinViewOrientation" "Clone"
Option "ConnectedMonitor" "CRT, TV"
#Option "IgnoreDisplayDevices" "DFP"
Option "MetaModes" "1280x1024, NULL; 1024x768, NULL; 800x600, 800x600; 640x480, 640x480"
Option "TVStandard" "PAL-B"
Option "TVOutFormat" "SVIDEO"
#Option "IgnoreEDID" "True"
Identifier "Card0"
Driver "nvidia"
#Driver "nv"
#VideoRam 65535
#VendorName "NVidia"
#BoardName "0x0172"
#BusID "PCI:2:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
#DefaultFbBpp 32
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubSection
EndSection



