Jump to content

love0rdie

Members
  • Posts

    64
  • Joined

  • Last visited

Everything posted by love0rdie

  1. Oh nice including F18 and AV8B modules without duplicate screen appears in back in MFD??
  2. F18c fuzzy with duplicate image link https://ibb.co/4f2sC99
  3. Hi my main monitor is 4K =3840x2160 and my 2mfd screens = 1024X600 I using following lua script to getting A10 c MFD perfectly, windows monitor setup is from left main =1 mfd=2,3 but with F18 fuzzy with duplicate screen is coming ,AV8B partially working only FLIR working great rest working fuzzy and duplicate screen , Kindly help me to solve this please.Thanks My code _ = function(p) return p; end; name = _('HSBMFD1'); Description = '2 Screens and L MultiMFD' Viewports = { Center = { x = 0; y = 0; width = 3840; height = 2160; viewDx = 0; viewDy = 0; aspect = 3840 / 2160; }, LEFT_MFCD = { x = 3980; y = 0; width = 750; height = 620; aspect = 1024 / 600 }, RIGHT_MFCD = { x = 5030; y = 0; width = 750; height = 620; aspect = 1024 / 600 }, } GUI= { X = 3840; Y = 0; Width = 3840; height = 2160; } UIMainView = Viewports.Center LEFT_MFCD = Viewports.LEFT_MFCD RIGHT_MFCD = Viewports.RIGHT_MFCD
  4. Hi my main monitor is 4K =3840x2160 and my 2mfd screens = 1024X600 I using following lua script to getting A10 c MFD perfectly, windows monitor setup is from left main =1 mfd=2,3 but with F18 fuzzy with duplicate screen is coming ,AV8B partially working only FLIR working great rest working fuzzy and duplicate screen , Kindly help me to solve this please.Thanks My code _ = function(p) return p; end; name = _('HSBMFD1'); Description = '2 Screens and L MultiMFD' Viewports = { Center = { x = 0; y = 0; width = 3840; height = 2160; viewDx = 0; viewDy = 0; aspect = 3840 / 2160; }, LEFT_MFCD = { x = 3980; y = 0; width = 750; height = 620; aspect = 1024 / 600 }, RIGHT_MFCD = { x = 5030; y = 0; width = 750; height = 620; aspect = 1024 / 600 }, } GUI= { X = 3840; Y = 0; Width = 3840; height = 2160; } UIMainView = Viewports.Center LEFT_MFCD = Viewports.LEFT_MFCD RIGHT_MFCD = Viewports.RIGHT_MFCD
  5. Hi my main monitor is 4K =3840x2160 and my 2mfd screens = 1024X600 I using following lua script to getting A10 c MFD perfectly, windows monitor setup is from left main =1 mfd=2,3 but with F18 fuzzy with duplicate screen is coming ,AV8B partially working only FLIR working great rest working fuzzy and duplicate screen , Kindly help me to solve this please.Thanks _ = function(p) return p; end; name = _('HSBMFD1'); Description = '2 Screens and L MultiMFD' Viewports = { Center = { x = 0; y = 0; width = 3840; height = 2160; viewDx = 0; viewDy = 0; aspect = 3840 / 2160; }, LEFT_MFCD = { x = 3980; y = 0; width = 750; height = 620; aspect = 1024 / 600 }, RIGHT_MFCD = { x = 5030; y = 0; width = 750; height = 620; aspect = 1024 / 600 }, } GUI= { X = 3840; Y = 0; Width = 3840; height = 2160; } UIMainView = Viewports.Center LEFT_MFCD = Viewports.LEFT_MFCD RIGHT_MFCD = Viewports.RIGHT_MFCD
  6. Hi my main monitor is 4K =3840x2160 and my 2mfd screens = 1024X600 I using following lua script to getting A10 c MFD perfectly, windows monitor setup is as you mentioned above and same i am not getting mfd for F18 as well AV8B ,F18 i getting same problem as above fuzzy with duplicate screen ,AV8B partially working only FLIR working great rest working fuzzy and duplicate screen ,I using your lua script but not working for me i tried lot no use Kindly help me to solve this please.Thanks
  7. Hi my main monitor is 4K =3840x2160 and my 2mfd screens = 1024X600 I using following lua script to getting A10 c MFD perfectly, windows monitor setup is as you mentioned above and same i am not getting mfd for F18 as well AV8B ,F18 i getting same problem as above fuzzy with duplicate screen ,AV8B partially working only FLIR working great rest working fuzzy and duplicate screen ,I using your lua script but not working for me i tried lot no use Kindly help me to solve this please.Thanks My code _ = function(p) return p; end; name = _('HSBMFD1'); Description = '2 Screens and L MultiMFD' Viewports = { Center = { x = 0; y = 0; width = 3840; height = 2160; viewDx = 0; viewDy = 0; aspect = 3840 / 2160; }, LEFT_MFCD = { x = 3840; y = 0; width = 750; height = 620; }, RIGHT_MFCD = { x = 5044; y = 0; width = 750; height = 620; }, } GUI= { X = 3840; Y = 0; Width = 3840; height = 2160; } UIMainView = Viewports.Center LEFT_MFCD = Viewports.LEFT_MFCD RIGHT_MFCD = Viewports.RIGHT_MFCD
  8. What about F18 ???? This perfectly work with A10C what about F18,AV8B kindly help.thanks
  9. please help me please can you help me my main monitor is 4K---- 3840X2160 my 2 mfds are 7 inch 1024X600 i tried but i cant get it ..kindly help me pls
  10. hi brothers..i am using for main screen 4k monitor 3840x2160 for mfd lcd screen 7inch 1024x600 i tried but cant do it in lua maths..please help me to do it .Thanks
×
×
  • Create New...