I have an Epia EN15000G with CX700 chipset running minimyth, which was working correctly using the 0.2.906 release. Having upgraded to the latest minimyth which includes 0.3.1, I'm having some issues getting Xorg to work properly. I'm using DVI to HDMI, through a surround sound receiver and via HDMI from there into my TV.<br>
<br>With the 0.2.906 release, I have the following in my xorg.conf :<br><br>Section "Monitor"<br>    Identifier  "Monitor1"<br>    HorizSync 30.0-50.0<br>    VertRefresh 50.0-50.0<br>EndSection<br><br>
Section "Device"<br>    Identifier  "Device_openchrome"<br>    Driver      "openchrome"<br>    Option      "EnableAGPDMA"        "true"<br>    Option      "ActiveDevice"        "DFP"<br>
    Option      "VBEModes"            "true"<br>    Option      "SWCursor"            "true"<br>EndSection<br><br>Section "Screen"<br>    Identifier  "Screen1"<br>
    Device      "Device_openchrome"<br>    Monitor     "Monitor1"<br>    DefaultDepth 24<br><br>    Subsection "Display"<br>        Depth       24<br>        Virtual     1280 720<br>        ViewPort    0 0<br>
        Modes       "1280x720"<br>    EndSubsection<br>EndSection<br><br>With this release, xrandr -q shows :<br><br>xrandr: Failed to get size of gamma for output default<br>Screen 0: minimum 640 x 480, current 1280 x 720, maximum 1280 x 720<br>
default connected 1280x720+0+0 0mm x 0mm<br>   1280x720       51.0* <br>   800x600         0.0  <br>   720x576        51.0  <br>   720x540         0.0  <br>   720x480         0.0  <br>   640x480         0.0  <br><br>With the 0.3.1 release and this xorg.conf, I initially get a Video Not Supported message from my TV. <br>
<br>xrandr -q shows :<br><br>Screen 0: minimum 320 x 200, current 1280 x 720, maximum 2047 x 2047<br>VGA-1 disconnected (normal left inverted right x axis y axis)<br>TV-1 disconnected<br>DP-1 connected 1280x720+0+0 (normal left inverted right x axis y axis) 708mm x 398mm<br>
   1280x720       50.0*+   60.0     50.0  <br>   1280x768       60.0 +<br>   1920x1080i     25.0     30.0     25.0  <br>   1920x1080      24.0  <br>   1280x1024      60.0  <br>   1360x768       60.0  <br>   1440x576       50.0  <br>
   1440x576i      25.0  <br>   1024x768       85.0     75.0     70.1     60.0  <br>   1440x480       59.9  <br>   1440x480i      30.0  <br>   800x600        85.1     72.2     75.0     60.3  <br>   720x576        50.0  <br>
   1440x288       50.1  <br>   720x480        59.9  <br>   1440x240       60.1  <br>   640x480        85.0     75.0     72.8     59.9  <br>   720x400        70.1  <br><br>If I manually switch the refresh rate to 60 using xrandr, I now get the mythtv gui perfectly, but video playback using Xv is just a blue screen but with the correct audio. I also get a log message saying :<br>
<br>(EE) CHROME(0): [Xv] Port 0: Bandwidth is insufficient. Check bios memory settings.<br><br>I've attached my xorg.log which shows boot up, switching the refresh rate and attempting to play video. <br><br>If anyone can help point me in the right direction to get the correct refresh rate on boot up, and with getting xv playback working again it would be much appreciated :)<br>