GPatricks Posted February 14, 2024 Posted February 14, 2024 (edited) Thanks @LG_Barons , I was trying to get my triples set up (3x32" Samsung curved) with two 8" Lilliput 600x800 USB monitors (portrait mode) with TM MFD bezels and all worked well except the cockpit was stretched out\flattened horizontally as was everything else. It was a matter of over-riding the stock "Aspect =" with my monitor size for each camera. I had already changed the "screen.height" parameters to 1440 as left alone the main screen displayed into my MFDs as it was using the main DCS Screen settings.. The one issue I see now (in the F-16 in this case) Is when I turn my head (TIR5) left\right the canopy base line is skewed off-angle at the bezel of the side monitors. My monitors are curved and form a continuous arc following the curvature of the center outwards. Is there an adjustment for this? Is it the "CameraViewAngleLimits =" setting in the views.lua for each aircraft or something else? Here is my final .lua, maybe it will help someone going forward, works great other than the bezel angle thing! I'll add a pic in a bit.. _ = function(p) return p; end; name = _('3 Screen 2 MFDs'); Description = 'Configuration with 3 monitors with 2 MFDs' description = 'MFDs_Export' LEFT_MFCD = { x = 2580, y = 1442, width = 520, height = 520 } RIGHT_MFCD = { x = 4540, y = 1442, width = 520, height = 520 } Viewports = { Left = { x = 0; y = 0; width = screen.width / 3; height = 1440; viewDx = -1; viewDy = 0; aspect = 2560/1440; }, Center = { x = screen.width / 3; y = 0; width = screen.width / 3; height = 1440; viewDx = 0; viewDy = 0; aspect = 2560/1440; }, Right = { x = screen.width * 2 / 3; y = 0; width = screen.width / 3; height = 1440; viewDx = 1; viewDy = 0; aspect = 2560/1440; } } UIMainView = Viewports.Center GU_MAIN_VIEWPORT = Viewports.Center Edited February 14, 2024 by GPatricks GIGABYTE X870E AORUS Elite WIFI7, Thermaltake 1200w PS \AMD Ryzen 7 9800X3D - Corsair iCue Titan Liquid CPU cooler \ 64GB G.Skill Z5 DDR5 \ SBlasterX G6 \ 4TB NvMe M.2 Boot Drive \ Zotac GeForce RTX 4090 Trinity 24GB - Nvidia 576.02 drivers \ 3 Samsung LC32G53TQWUXEN 32" 7680x1440 at 144Hz Gsync \ Win11 Pro Ver. 24H2 - Build 26100.3775 \ TIR 5 \ Warthog HOTAS with VirPil stick base \ MFG V3 Pedals \ TM MFDs on 2 8" Lilliputs \ Simgears ICP \ Varjo XR-3 VR
Recommended Posts