Jump to content

Multi monitor setup issues (3 screens)


Recommended Posts

Been using a triple monitor setup for a long time now.

 

Anybody picking up issues with the 2 outside monitors being reversed after the update? (2.5.4.26368)

 

the game starts with the screen loading bar at the bottom orientated correctly but the moment I climb in a cockpit the outside screens are reversed?!

 

Help would be appreciated

Link to comment
Share on other sites

Been using a triple monitor setup for a long time now.

 

Anybody picking up issues with the 2 outside monitors being reversed after the update? (2.5.4.26368)

 

the game starts with the screen loading bar at the bottom orientated correctly but the moment I climb in a cockpit the outside screens are reversed?!

 

Help would be appreciated

 

Post up your monitorsetup lua so we can see what you got.

System specs: Intel i9-9900k OC 5.1Ghz, 32 GB PC3200 G.SKILL TridentZ RGB RAM, Asus Strix 2080 TI OC SLI, Asus Z390 Workstation Pro, 970 EVO 1TB M.2 PCIe NVMe and many other SSDs, Alienware 3418DW Widescreen 120 Hz G-Sync Monitor, Corsair H150i PRO RGB CPU Cooler

 

Flightgear: HP Reverb Pro, Samsung Odyssey +, Virpil MongoosT-50CM2 Grip & T-50CM2 Base, TM Warthog, TM TPR Rudder, TM Cougar MFDs, Jetseat, Trackir 5, Sennheiser Game One Headset

Link to comment
Share on other sites

https://pastebin.com/pRMDZrBN

 

above is my monitor setup. Ideally would like to stay on beta if anyone can help?

 

I have tried switching the left over with right and that didn't fix the issue. So I am at a bit of a loss on how to fix this.


Edited by Spookygnu
additional content

AS ROG G20 CB

I7 6700 3.4ghz

AMD RX 570 8 gb

24 Gb ram

Samsung 500 GB SSD

1TB Hdd

Link to comment
Share on other sites

https://pastebin.com/pRMDZrBN

 

above is my monitor setup. Ideally would like to stay on beta if anyone can help?

 

I have tried switching the left over with right and that didn't fix the issue. So I am at a bit of a loss on how to fix this.

 

This is the DCS World one so only see one difference. The GU_MAIN_VIEWPORT = Viewports.Center is missing at the bottom.

 

 

 

_ = function(p) return p; end;

name = _('3 Screen');

Description = 'Configuration with 3 identical monitors each with its own camera'

Viewports =

{

Left =

{

x = 0;

y = 0;

width = screen.width / 3;

height = screen.height;

viewDx = -1;

viewDy = 0;

aspect = screen.aspect / 3;

},

 

Center =

{

x = screen.width / 3;

y = 0;

width = screen.width / 3;

height = screen.height;

viewDx = 0;

viewDy = 0;

aspect = screen.aspect / 3;

},

 

Right =

{

x = screen.width * 2 / 3;

y = 0;

width = screen.width / 3;

height = screen.height;

viewDx = 1;

viewDy = 0;

aspect = screen.aspect / 3;

}

}

 

 

UIMainView = Viewports.Center

System specs: Intel i9-9900k OC 5.1Ghz, 32 GB PC3200 G.SKILL TridentZ RGB RAM, Asus Strix 2080 TI OC SLI, Asus Z390 Workstation Pro, 970 EVO 1TB M.2 PCIe NVMe and many other SSDs, Alienware 3418DW Widescreen 120 Hz G-Sync Monitor, Corsair H150i PRO RGB CPU Cooler

 

Flightgear: HP Reverb Pro, Samsung Odyssey +, Virpil MongoosT-50CM2 Grip & T-50CM2 Base, TM Warthog, TM TPR Rudder, TM Cougar MFDs, Jetseat, Trackir 5, Sennheiser Game One Headset

Link to comment
Share on other sites

  • Recently Browsing   0 members

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