I've tried forcing to 60Hz in the xorg.conf, doesn't actually make any difference, I still end up with the same refresh rate. I'll continue to play with the xorg.conf and give git master a go.<div class="gmail_extra">
<br><br><div class="gmail_quote">On Wed, Dec 12, 2012 at 9:56 PM, Xavier Bachelot <span dir="ltr"><<a href="mailto:xavier@bachelot.org" target="_blank">xavier@bachelot.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On 12/12/2012 07:24 PM, matt Jarvis wrote:<br>
> I have an Epia EN15000G with CX700 chipset running minimyth, which was<br>
> working correctly using the 0.2.906 release. Having upgraded to the<br>
> latest minimyth which includes 0.3.1, I'm having some issues getting<br>
> Xorg to work properly. I'm using DVI to HDMI, through a surround sound<br>
> 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<br>
> 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)<br>
> 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<br>
> mythtv gui perfectly, but video playback using Xv is just a blue screen<br>
> 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<br>
> memory settings.<br>
><br>
> I've attached my xorg.log which shows boot up, switching the refresh<br>
> rate and attempting to play video.<br>
><br>
> If anyone can help point me in the right direction to get the correct<br>
> refresh rate on boot up, and with getting xv playback working again it<br>
> would be much appreciated :)<br>
><br>
</div></div>The Xv bandwidth issue is likely fixed in git master.<br>
<br>
About the refresh rate, you're forcing it to 50 Hz in your xorg conf.<br>
What happens if you remove the Monitor section ?<br>
Actually, I would give it a try without an xorg conf at all. You<br>
shouldn't need to force software cursor, nor agpdma and I'm wondering if<br>
VBE modes is really useful.<br>
<br>
Regards,<br>
Xavier<br>
<br>
______________________________________________<br>
This email has been scanned by Netintelligence<br>
<a href="http://www.netintelligence.com/email" target="_blank">http://www.netintelligence.com/email</a><br>
<br>
</blockquote></div><br></div>