Jump to content

3 Monitors..problem!


dazzystar

Recommended Posts

Lets see your monitor.lua:thumbup:

[sIGPIC][/sIGPIC] SMOKE'M:smoke: IF YA GOT'M!:gun_rifle:

H2o Cooler I7 9700k GA 390x MB Win 10 pro

Evga RTX 2070 8Gig DD5

32 Gig Corsair Vengence, 2T SSD.

TM.Warthog:joystick: :punk:, CV-1:matrix:,3x23" monitors, Tm MFD's, Saitek pro rudders wrapped up in 2 sheets of plywood:megalol:

Link to comment
Share on other sites

_ = function(p) return p; end;

name = _('1 Screen');

Description = 'One monitor configuration'

Viewports =

{

Center =

{

x = 0;

y = 0;

width = screen.width;

height = screen.height;

viewDx = 0;

viewDy = 0;

aspect = screen.aspect;

}

}

Link to comment
Share on other sites

I believe what you mean with zoom is just that now the cockpit seems to take so much space on your new aspect since your 3 screens are kind of one screen now but you kinda expect to have it still on the middle one and the side screens for peripheral view.

With a multi monitor setup you have to set new default FOVs to have it that way.

There are plenty of posts in this forum on how to. no worries


Edited by Weltensegler

4790K@4,6Ghz | EVGA Z97 Classified | 32GB @ 2400Mhz | Titan X hydro copper| SSD 850 PRO

____________________________________

Moments in DCS:

--> https://www.youtube.com/user/weltensegLA

-->

 

WELD's cockpit: --> http://forums.eagle.ru/showthread.php?t=92274

Link to comment
Share on other sites

Here is my NvidiaSurround.lua file. I use PeterP's kneeboard mod so if you don't use it then delete Kneeboard section

This is for 3 monitors with 1920x1200 resolutions (sam as yours)...

 

_ = function(p) return p; end;

name = _('NvidiaSurround');

Description = 'NvidiaSurround'

Viewports =

{

Center =

{

x = 0;

y = 0;

width = screen.width;

height = screen.height;

viewDx = 0;

viewDy = 0;

aspect = screen.aspect;

}

}

KNEEBOARD =

{

x = screen.width / 3 + 100;

y = 0;

width = 900;

height = 1200;

}

Gui =

{

x = screen.width / 3;

y = 0;

width = screen.width / 3;

height = screen.height;

}

UIMainView = Gui


Edited by Iku64

 

[sIGPIC][/sIGPIC]

HP Z420 | Xeon E5-1650 @3.20GHz/3.70Ghz | 16Gb DDR3-1333 | ZOTAC GTX 980 Ti AMP! | Micron RealSSD C400 256Gb | Sound Blaster Z | TrackIR4 | Thrustmaster HOTAS Warthog| CH Pro pedals | Win 10 Pro 64-bit

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

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