Jump to content

cellosaw

Members
  • Posts

    2
  • Joined

  • Last visited

  1. The issue is resolved by a different screen setup... null
  2. Hi, I have the same issue with my triple monitor setup. nullMy center screen is 5120*1440 and I have additional 800*1280 on each side for the MFDs. With below monitor configuration, the shift is 266 pixels no matter if I use only the center monitor with 5120px or the intendend setup with total width of 6720 px. _ = function(p) return p; end; name = _('TripleMonitor'); Description = 'Left MFCD on the left monitor,Right MFCD on the right and camera on the center' Viewports = { Center = { x = 800; y = 0; width = screen.width - 1600; height = screen.height; viewDx = 0; viewDy = 0; aspect = (screen.width - 1600) / screen.height; } } LEFT_MFCD = { x = 0; y = 440; width = 800; height = 800; } RIGHT_MFCD = { x = screen.width - 800; y = 440; width = 800; height = 800; } UIMainView = Viewports.Center GU_MAIN_VIEWPORT = Viewports.Center
×
×
  • Create New...