Jump to content

Recommended Posts

Posted

Yep, running 3 monitors myself. You might take a FPS hit pending on hardware but I've been in a squad for better than a year and used this setup the entire time.

i9 9900K @ 5.1Ghz - ASUS Maximus Hero XI - 32GB 4266 DDR4 RAM - ASUS RTX 2080Ti - 1 TB NVME - NZXT Kraken 62 Watercooling System - Thrustmaster Warthog Hotas (Virpil Base) - MFG Crosswind Pedals - Pimax 5K+

VFA-25 Fist Of The Fleet

  • 3 months later...
Posted

if you need some advice

 

Thanks guys, All is working good now.

 

if you need any advice on building monitor lau scripts for your 3 monitor setup, hit me up. I have done extensive research and scripting.

HawgDawg4life of MSFlights.net

 

[sIGPIC][/sIGPIC]

Posted
so maybe you can help me with my setup, it just wont work for me:

http://forums.eagle.ru/showpost.php?p=2629601&postcount=21

 

First of all I see what your up against, and there is an easy solution. I am assuming you are wanting the editor to utilize the whole screen and the aircraft to use the whole screen. This is accomplished by setting your monitors as a single monitor and if your using ATI, its called Eyefinity. Nvidia calls it something else. I have the ATI so to get the three screens to act as a single screen, I have to create an Eyefinity. If your using the new Crimson Driver and control panel, its fairly straight forward, open your Radeon settings, then click the Eyefinity tab. Create a new eyefinity group by clicking Quick Setup. Nvidia is very similar, but I am not sure about the exact procedure. Then, in your DCS options, set your "Monitors" option to 3 screen and your resolution to 5760x1080.

 

Option 2, if you want to use one monitor for flying and the other two for MFD's, you can use a predefined monitor settings, "LMFCD+Camera+RMFCD" or you can create your own, Like I have. Here is the lau script that I created.

Hollar if you need further assistance....

 

**************Everything below this line is in the LAU file ***********************

= function(p) return p; end;

name = _('Hawgs KA-50');

Description = 'Left MFCD on the left monitor,Right MFCD on the right and camera on the center'

Viewports =

{

Center =

{

x = screen.width / 3;

y = 0;

width = screen.width / 3;

height = screen.height;

viewDx = 0;

viewDy = 0;

aspect = screen.aspect / 3;

}

}

 

LEFT_MFCD =

{

x = screen.width *(2 / 3);

y = 0;

width = screen.width / 3;

height = screen.height;

}

 

RIGHT_MFCD =

{

x = 0;

y = 0;

width = screen.width / 3;

height = screen.height;

}

 

UIMainView = Viewports.Center

HawgDawg4life of MSFlights.net

 

[sIGPIC][/sIGPIC]

  • Recently Browsing   0 members

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