Jump to content

3x 1920x1200 - how?


Recommended Posts

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

 

Link to comment
Share on other sites

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 3600X - 32 GB DDR4 2400 - nVidia GTX1070ti - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar - Oculus Rift CV1

Mobile: iPad Pro 12.9" of 256 GB

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...