Jump to content

Recommended Posts

Posted

After the most recent patch my mfp screens show a copy of my main screen rather than the MFP as it should.  

I haven't changed anything with my file and they were working fine before the patch.  Maybe someone can tell me what I am doing wrong.

MFDS.lua

  • 2 weeks later...
Posted
Quote

 

_  = function(p) return p; end;
name = _('MYMFDS');
Description = '1 Screens and L-R MultiMFD'
Viewports =
{
   Center =
     {
          x = 0;
          y = 0;
          width = 2560;
          height = 1080;
          viewDx = 0;
          viewDy = 0;
          aspect = 2560/1080;
     },
     

LEFT_MFCD =
        {
          x = 2560;
          y = 0;
          width = 1024;
          height = 600
        },
                    

RIGHT_MFCD =
        {
          x = 3584;
          y = 0;
          width = 1024;
          height = 600
        },
}
UIMainView = Viewports.Center

 

 

Seems like an odd resolution for your main view. 

 

I can't figure out what screens you are running from this only.

 

Try here

 

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...