How to configure Ubuntu with Standard TV?
- by Ryan Wyan
Ubuntu 8 version
nVidia card with driver 96.43.10-0ubuntu1
/etc/X11/xorg.conf
Section "Screen"
Identifier "Television Screen"
Device "Television Device"
Monitor "Television"
DefaultDepth 24
Option "TVOutFormat" "COMPONENT"
Option "TVStandard" "PAL-B"
SubSection "Display"
Depth 24
Modes "640x480@40"
EndSubSection
EndSection
Section "Module"
…