Hello,
I finally have a xorg.conf that works with the NVidia native driver and TV-Out for PAL.
Please note that I only post the snippets that are for video, so the file is not complete!
--------------------------------------------------
Section "Device"
Identifier "nVidia Corporation NV34 [GeForce FX 5500]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "XvmcUsesTextures" "true"
Option "renderAccel" "true"
Option "UseEDID" "false"
Option "ExactModeTimingsDVI" "true"
Option "NoLogo" "true"
Option "NoBandWidthTest" "true"
Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes"
Option "DynamicTwinView" "false"
Option "UseEvents" "true"
Option "ConnectedMonitor" "TV"
Option "TVStandard" "PAL-G"
Option "TVOutFormat" "SVIDEO"
EndSection
Section "Monitor"
Identifier "TV"
EndSection
Section "Screen"
Identifier "TV Screen"
Device "nVidia Corporation NV34 [GeForce FX 5500]"
Monitor "TV"
DefaultDepth 24
SubSection "Display"
Modes "720x576"
Virtual 720 576
EndSubSection
Option "UseDisplayDevice" "TV"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "TV Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Extensions"
Option "Composite" "false"
Option "RENDER" "true"
EndSection
--------------------------------------------------
I donĀ“t know how to change the settings that are used by the linuxMCE A/V wizard, so the xorg.conf is always overwritten when anyone uses it, but the settings that the wizard provides lead to error/crash on xorg startup, even after selecting PAL-B and the DVB resolution...
I think the A/V wizard just does not know how to handle NVidia here, and tries to add a modeline of its own - which is NOT SUPPORTED by later NVidia drivers. So the name of the mode ("720x576") MUST NOT be changed, and any modeline is IGNORED by the driver!
Please, dear DEVELOPERS, could you use my information to add it to the A/V wizard? It took nearly a complete day to figure it out.
Thank you!