Jump to content

Bazz

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Bazz

  1. Great that did it! Thanks a lot! Kind Regards
  2. Hey guys, I have a problem with setting up two monitors. Monitor #1: 1920x1080 Monitor #2: 1280x1024 Monitor #1 is on the left and I have followed all instructions. Fullscreen is off. _ = function(p) return p; end; name = _('bazz'); Description = 'Two monitor configuration'; Viewports = { Center = { x = 0; y = 0; width = 1920; height = 1080; viewDx = 0; viewDy = 0; aspect = 1.6; } } LEFT_MFCD = { x = 1280; y = 108; width = 640; height = 640; } RIGHT_MFCD = { x = 1920; y = 108; width = 640; height = 640; } UIMainView = Viewports.Center When I run it in these setting the left MFCD is in the top right of monitor #1 and the right MFCD is centered to the left on monitor #2 I have no idea what I am doing wrong. Any help is much appreciated! Kind Regards
×
×
  • Create New...