Jump to content

puddle247

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. @xoxen and @LeCuvier thank you both. My monitor setup is good now. with the two MFCDs on the 4th monitor without the centerview on them as well. As far as the monitor configuration numbers. my graphics card GTX970 decided to stop displaying from DP2 which caused me to plug in the micro hdmi to the monitor and having my numbers all changed around. Do any of you happen to know if I can display the buttons for the MFCD on the 4th monitor as well? I'm trying to see if the touchscreen will work.
  2. I did mean 4th one is 1600 x 900. I'll attach multiple screenshots It starts out zoomed in super close so then I have to zoom out as much as it'll allow. Then my MFCDs show what my main 3 monitors are showing in the background on that 4th monitor. If even capable I'd really like the MFCD buttons on the 4th monitor because its a touchscreen monitor which would allow me to not require buttons but I dont believe that's possible. So my main concern is trying to get all the MFCDs and UFC on the 4th monitor without the cockpit view on there as well
  3. I have a 4 monitor setup. The 3 I have for viewing everything view center each monitor is 1920x1080 and then the 4th one is 1600x9000 on the very right. Its used for my MFCD but for some reason I get them on there but it disHSBMFD1_original.luaplays also my center view behind the MFCD data. My Lua file is attached and written below. I can see the changes in the MFCD when I hit the buttons but when I'm flying around I see the whole cockpit change in those displays as well. that 4th monitor is a USB to VGA touchscreen monitor. Let me know if that is an issue. I ran out of DP and DVI. _ = function(p) return p; end; name = _('HSBMFD1'); Description = '3 Screens and L-R MultiMFD' Viewports = { Center = { x = 0; y = 0; width = 5760; height = 1080; viewDx = 0; viewDy = 0; aspect = 5760 / 1080; }, LEFT_MFCD = { x = 5760; y = 0; width = 525; height = 525; }, RIGHT_MFCD = { x = 5760 + 960 - 525; y = 0; width = 525; height = 525; }, } UIMainView = Viewports.Center LEFT_MFCD = Viewports.LEFT_MFCD RIGHT_MFCD = Viewports.RIGHT_MFCD
×
×
  • Create New...