<br><br><div class="gmail_quote">On Sun, Oct 3, 2010 at 6:15 PM, Nick Rout <span dir="ltr">&lt;<a href="mailto:nick.rout@gmail.com">nick.rout@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Mon, Oct 4, 2010 at 11:01 AM, Raymond Wagner &lt;<a href="mailto:raymond@wagnerrp.com">raymond@wagnerrp.com</a>&gt; wrote:<br>
&gt;  On 10/3/2010 16:03, James Crow wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Sun, Oct 3, 2010 at 3:26 PM, Raymond Wagner&lt;<a href="mailto:raymond@wagnerrp.com">raymond@wagnerrp.com</a>&gt;<br>
&gt;&gt;  wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;  On 10/3/2010 15:23, Matt Emmott wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Is there an easy way to start mythfrontend on my secondary display and<br>
&gt;&gt;&gt;&gt; have it inherit the screen&#39;s resolution?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; You can force a resolution and location at boot with &#39;-geometry<br>
&gt;&gt;&gt; WWWxHHH+X+Y&#39;<br>
&gt;&gt;<br>
&gt;&gt; I start myhtfrontend on my secondary display. My system is setup for<br>
&gt;&gt; TwinView. My primary display is :0.0 and my secondary display is :0.1.<br>
&gt;&gt; When I start mythfrontend I pass it the option of &#39;-display :0.1&#39;.<br>
&gt;<br>
&gt; You are running two independent screens on your X server.  On such a setup,<br>
&gt; you cannot drag windows from one screen to another as described by the OP.<br>
<br>
</div>In which case the -geometry setting would be the logical one to use.<br>
<br>
drag it to where you want it and then use xwininfo  to get the<br>
co-ordinates to put into -geometry.<br>
<div><div></div><div class="h5"><br></div></div></blockquote><div>Thanks, you guys rule. I dragged the window and xwininfo gave me:<br><br> xwininfo: Window id: 0x28009c6 (has no name)<br><br>  Absolute upper-left X:  1680<br>
  Absolute upper-left Y:  1<br>  Relative upper-left X:  1680<br>  Relative upper-left Y:  1<br>  Width: 1282<br>  Height: 1054<br>  Depth: 0<br>  Visual: 0x21<br>  Visual Class: TrueColor<br>  Border width: 0<br>  Class: InputOnly<br>
  Colormap: 0x0 (not installed)<br>  Bit Gravity State: ForgetGravity<br>  Window Gravity State: NorthWestGravity<br>  Backing Store State: NotUseful<br>  Save Under State: no<br>  Map State: IsViewable<br>  Override Redirect State: yes<br>
  Corners:  +1680+1  --2+1  --2--5  +1680--5<br>  -geometry 1282x1054--2+1<br><br><br>And after a little trial and error I was able to start fullscreen on my second display with the following: <br><br>mythfrontend -geometry 1280x1024+1680+1<br>
<br>There seem to be some weird horizontal effects when there&#39;s a lot of motion on the display, but I&#39;m ok with it for now. Maybe after .24 comes out I&#39;ll take a closer look. Thanks for the help!<br><br></div>
</div>