I'm having trouble outputting to my PAL-I CRT (widescreen) TV.<br><br>I have a Mac mini with Intel 945GM chipset. I'm using the Apple DVI->composite adapter.<br><br>This is my xorg.conf file:<br><br>Section "Device" <br>
Identifier "Intel 945GM"<br> Driver "intel"<br># Option "Monitor-TMDS-1" "Configured Monitor"<br># Option "Monitor-VGA" "Configured Monitor"<br>
Option "Monitor-TV" "tv"<br>EndSection<br><br>Section "Monitor"<br> Identifier "tv"<br> Option "Enable" "true"<br> Option "TV Format" "PAL"<br>
Option "PreferredMode" "720x576"<br> Option "DPMS" "false"<br> HorizSync 30 - 50<br> VertRefresh 50.0<br> Modeline "720x576pali" 13.500 720 760 824 864 576 599 601 625<br>
# ModeLine "1024x576pali" 19.750 1024 1056 1152 1264 576 581 586 625 -hsync -vsync interlace<br># DisplaySize 575 325<br> DisplaySize 183 146<br>EndSection<br><br><br>Section "Screen"<br>
Identifier "Configured Screen"<br> Monitor "tv"<br> Device "Intel 945GM"<br> DefaultDepth 16<br> SubSection "Display"<br> Depth 16<br>
Modes "720x576" "480x576"<br> EndSubSection<br>EndSection<br><br>Can anyone tell me what I'm doing wrong? I see a few flickers, but ultimately a black screen.<br><br>I've looked through many wiki entries, but can't see what I'm doing wrong, so came here for help.<br>