[mythtv-users] remote display from frontend

Eric Sharkey eric at lisaneric.org
Wed Oct 28 16:03:40 UTC 2015


On Wed, Oct 28, 2015 at 11:37 AM, Hika van den Hoven <hikavdh at gmail.com> wrote:
> Do you mean you type in your different size every time you need it? ;-(

No.  I use fvwm as my window manager and have this in my .fvwm2rc:


AddToMenu "Mythtv-Popup" "Mythtv" Title
+               "tiny" Exec mythfrontend --geometry 320x240 &
+               "tiny-wide" Exec mythfrontend --geometry 320x180 &
+               "small" Exec mythfrontend --geometry 640x480 &
+               "small-wide" Exec mythfrontend --geometry 640x360 &
+               "normal" Exec mythfrontend --geometry 800x600 &
+               "normal-wide" Exec mythfrontend --geometry 800x450 &
+               "large" Exec mythfrontend --geometry 1024x768 &
+               "large-wide" Exec mythfrontend --geometry 1024x576 &
+               "720" Exec mythfrontend --geometry 1280x720 &
+               "full" Exec mythfrontend &

I need to add a 1080 option.  My menu is a bit out of date.

> I would create scripts for every case I use and what I meant is that as
> I understand you can push those changes while the frontend is running
> and that it then would adjust, in stead of quitting and starting with
> the other options. But again I can be wrong.

That's the other thing.  It seems to bake in an assumption that
there's only one frontend process running on any given host.  That's a
bad assumption.

Eric


More information about the mythtv-users mailing list