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