Jump to content

2 Monitor instead of 3


ebabil

Recommended Posts

Is it a bad idea to use 2 monitors, main monitor for straigt view and 2nd monitor for right hand side.

how can merge these 2?

FC3 | UH-1 | Mi-8 | A-10C II | F/A-18 | Ka-50 III | F-14 | F-16 | AH-64 Mi-24 | F-5 | F-15E| F-4| Tornado

Persian Gulf | Nevada | Syria | NS-430 | Supercarrier // Wishlist: CH-53 | UH-60

 

Youtube

MS FFB2 - TM Warthog - CH Pro Pedals - Trackir 5

Link to comment
Share on other sites

have them top/bottom and you can see you instruments all the time

| VR goggles | Autopilot panel | Headtracker | TM HOTAS | G920 HOTAS | MS FFB 2 | Throttle Quadrants | 8600K | GTX 1080 | 64GB RAM| Win 10 x64 | Voicerecognition | 50" UHD TV monitor | 40" 1080p TV monitor | 2x 24" 1080p side monitors | 24" 1080p touchscreen |

Link to comment
Share on other sites

I have 2 27" monitors mounted one over the other.

As mentioned above, 2 monitors set up vertically does let you see the 'dash' and the HUD at the same time, even when zoomed in so that things in the aircraft are roughly life sized, & if you look out the window you still are scanning the same volume of space as if you had the monitors side by side, just in a different format.

It's true that if you set the instruments up exported to a second monitor you can also see them and the HUD - or the outside world, but 2 one over the other is much more immersive...

Cheers.

Link to comment
Share on other sites

I have a 24'' central monitor for the main viewport, and a right secondary monitor with the MFCDs, the RWR, the clock, and the CDU.

 

How did you manage to set CDU on second monitor?

Windows 10/ I5-4690K/ Asus Z97-A/ Asus GTX 970/ 16 Gb DDR3 1600MHz/ 1920*1080 / TrackIR 5/ Thrustmaster Hotas Warthog/ Saitek Pro Flight Rudder Pedals

Link to comment
Share on other sites

I have two monitors once over another. Suits me nicely :D

 

CDU and MFCDs are exportable by default.

 

Essentially you need to modify your something.lua in Config\MonitorSetup

_ = function(p) return p; end;
name = _('2scr Helios, LOZ prof');
Description = 'Two screen config'
Viewports =
{
Center =
   {
       x = 0;
       y = 0;
       width = 1920;
       height = 1080;
       viewDx = 0;
       viewDy = 0;
       aspect = 1.777777778;
   }
}

RIGHT_MFCD =
   {
       x = 1406;
       y = 1200;
       width = 445;
       height = 445;
   }

LEFT_MFCD =
   {
       x = 67;
       y = 1200;
       width = 445;
       height = 445;
   }

CMSC_SCREEN =
   {
       x = 856;
       y = 1221;
       width = 230;
       height = 49;
   }

CMSP_SCREEN =
   {
       x = 1075;
       y = 1270;
       width = 270;
       height = 70;
   }

RWR_SCREEN =
   {
       x = 600;
       y = 1241;
       width = 175;
       height = 175;
   }
   
DIGIT_CLOCK =
   {
       x = 480;
       y = 1910;
       width = 122;
       height = 122;
   }
   
UHF_FREQUENCY_STATUS =
   {
       x = 635;
       y = 1645;
       width = 120;
       height = 30;
   }
   
UHF_PRESET_CHANNEL =
   {
       x = 748;
       y = 1557;
       width = 30;
       height = 30;
   }
   
UHF_REPEATER =
   {
       x = 656;
       y = 1775;
       width = 110;
       height = 30;
   }

-- GUI =
--    {
--        x = 0;
--        y = 0;
--        width = 1920;
--        height = 1080;
--    }
-- UIMainView = GUI
   
UIMainView = Viewports.Center

 

Some other things are exportable as well, but need some minor .lua changes.

 

20161118_194957.jpg?raw=1


Edited by Nu-NRG

Aviate - Navigate - Communicate



Link to comment
Share on other sites

when i export mfd's to right monitor, controls indicators have been placed very irrevelant locations like in the middle of the screen.

FC3 | UH-1 | Mi-8 | A-10C II | F/A-18 | Ka-50 III | F-14 | F-16 | AH-64 Mi-24 | F-5 | F-15E| F-4| Tornado

Persian Gulf | Nevada | Syria | NS-430 | Supercarrier // Wishlist: CH-53 | UH-60

 

Youtube

MS FFB2 - TM Warthog - CH Pro Pedals - Trackir 5

Link to comment
Share on other sites

  • Recently Browsing   0 members

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