<br><br><div><span class="gmail_quote">On 1/10/07, <b class="gmail_sendername">H P Ladds</b> <<a href="mailto:householdwords@gmail.com">householdwords@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<span class="q">On 1/10/07, <b class="gmail_sendername">Brad DerManouelian</b> <<a href="mailto:myth@dermanouelian.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">myth@dermanouelian.com</a>> wrote:
</span><div><span class="q"><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
you seem to have explained<br>it all. Not sure what the question is.<br></blockquote></span><div><br>Now that the problem is defined I can work toward a solution. I need to figure out how to lower the resolution of my monitor while it plays NTSC video, and then reverts to 1024 X 768 for web surfing etc. I also plan to add two pcHDTV cards for OTA HDTV, that of course probably means cranking up the resolution of the monitor as high as possible.
<br><br>How best to do the above tasks?</div></div></blockquote><div><br>There is a checkbox inside Myth Frontend that says to run the GUI in an alternate resolution from the recordings. Once you enable this functionality (it uses xrandr to switch resolutions on-the-fly), you can define alternate resolutions based on the input resolution.
<br><br>If you configure <a href="http://x.org">x.org</a> to have a GUI-specific res, a 720p res and a 480i res (i.e. something like "Modes 1366x768_60 1280x1024_60i 800x600_60", you can then configure Myth to switch between them automatically based on the recording resolution. When you restart X, run "xrandr" and you'll see all the available resolutions. To switch, just specify -s # as CLI arguments to xrandr.
<br></div></div><br>As an example from my workstation:<br>> xrandr<br> SZ: Pixels Physical Refresh<br>*0 1280 x 1024 ( 433mm x 347mm ) *60 <br> 1 1280 x 960 ( 433mm x 347mm ) 60 <br> 2 1280 x 800 ( 433mm x 347mm ) 60
<br> 3 1152 x 864 ( 433mm x 347mm ) 60 <br> 4 1280 x 768 ( 433mm x 347mm ) 60 <br> 5 1280 x 720 ( 433mm x 347mm ) 60 <br> 6 1152 x 768 ( 433mm x 347mm ) 55 <br> 7 1024 x 768 ( 433mm x 347mm ) 60
<br> 8 800 x 600 ( 433mm x 347mm ) 60 56 <br> 9 640 x 480 ( 433mm x 347mm ) 60 <br>Current rotation - normal<br>Current reflection - none<br>Rotations possible - normal <br>Reflections possible - none<br>
<br>If I want to switch to 1024x768, I enter "xrandr -s 7". My display immediately changes.<br><br>/Brian/