bumblebomb Posted July 30, 2021 Posted July 30, 2021 3 27" monitors, when I sit 1m away they all face me, so the outer screens are some 15° angled. In 1 Screen 5760x1200 the outer edges are distorted, and in 3 Screen I fight to get DCS to display the single cameras on the proper display. My monitors show in windows as | 2 || 3 || 1 | - will this work at all or do I need to replug until I have proper | 1 || 2 || 3 | ? I can switch primary with NirSoft MultiMonitorTools with a mouseclick on a batch file, no big issue, though I think DCS should be able to handle this in 2021. Below the config I tried. I started off someone else's Fly-Elise generated file and modded the screen values to match my monitors. Still, even what I can see the cameras looking to the sides are distorted. I commented out the "use" parameters as they don't seem to do anything at all. Spoiler _ = function(p) return p; end; name = _('3_Acer'); Description = 'Configuration with 3 identical monitors each with its own camera' Viewports = { Left = { x = 0; y = 0; width = 1920; height = 1200; aspect = 1.6; --use_AbsoluteFOV = true; --useAbsoluteAnglesShift = true; FOV = 1.2; viewDx = -0.8; viewDy = -0.32; }, Center = { x = 1920; y = 0; width = 1920; height = 1200; aspect = 1.6; --use_AbsoluteFOV = true; --useAbsoluteAnglesShift = true; FOV = 1.333333; viewDx = 0; viewDy = 0; }, Right = { x = 3840; y = 0; width = 1920; height = 1200; aspect = 1.6; --use_AbsoluteFOV = true; --useAbsoluteAnglesShift = true; FOV = 1.2; viewDx = 0.8; viewDy = -0.32; } } UIMainView = Viewports.Center GU_MAIN_VIEWPORT = Viewports.Center
Rudel_chw Posted July 30, 2021 Posted July 30, 2021 24 minutes ago, bumblebomb said: My monitors show in windows as | 2 || 3 || 1 | - will this work at all or do I need to replug until I have proper | 1 || 2 || 3 | ? No need to re-plug, Windows lets you re-order the monitors to match their physical location with respect each other: https://www.howtogeek.com/666239/how-to-rearrange-multiple-monitors-on-windows-10/ For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra For Gaming: 34" Monitor - Ryzen 3600 - 32 GB DDR4 2400 - nVidia RTX2080 - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar Mobile: iPad Pro 12.9" of 256 GB
bumblebomb Posted August 4, 2021 Author Posted August 4, 2021 That's fine, I got one desktop from left to right, what I meant is: when I click "identify", they are 2 3 1, not 1 2 3. But Somehow that worked the other day, I'll tinker that some more.
Recommended Posts