Jump to content

Recommended Posts

Posted

I have read these post and tried different setups and I can not get both monitors to work. My main is a 1920*1080 and my second one is on the left 1280*1024. From what I've read it's hard to setup a left screen. So I even moved it to the right. And I still can not get anything to show on my second screen. I've gone into option.lua and tried changed the res., height, width. And it would not let me save it kept telling me... check to see if another application is using this file. I'm wanting the shv, and ABRIS. On my second moniter and Camera on my main. Is there a manual on this crap? I have DCS A-10 and I got it to work a few years ago. But I can't for the life of me remember how I did it.

Posted (edited)

on the desktop it's easy as pie setting and using a couple of screens up but in 3D applications as far as I know it's very hard, if supported at all, to use only two screens. The very minimum usually is 3 monitors in order to use Nvidia surround or AMD eyefinity. If you just want to monitor instruments though there are softwares that uses a dedicated screen for such monitorings, as I never used any I won't be of much help though.

Edited by Vivoune

[sIGPIC][/sIGPIC]

Posted
_  = function(p) return p; end;
name = _('Justin2');
Description = 'Left MFCD on the left monitor,Right MFCD on the right and camera on the center'
Viewports =
{
    Center =
    {
         x = 0;
         y = 0;
         width = 1680;
         height = 1050;
         viewDx = 0;
         viewDy = 0;
         aspect = 1680 / 1050;
    }
}

GUI=
{
x = 0;
y = 0;
width = 1680;
height = 1050;
} 

UIMainView = GUI

ED_A10C_LEFT_MFCD =
{
    x = 0;
    y = 1695;
    width = 405;
    height = 415;
}

ED_A10C_RIGHT_MFCD =
{
    x = 1275;
    y = 1695;
    width = 405;
    height = 415;
}

ED_A10C_RWR =
{
x = 486;
y = 1200;
width = 185;
height = 185;
}

ED_A10C_CLOCK =
{
x = 225;
y = 1177;
width = 77;
height = 77;
}

ED_A10C_CMSC =
{
x = 743;
y = 1220;
width = 202;
height = 57;
}

ED_KA50_Shkval =
{
    x = 0;
    y = 1050;
    width = 800;
    height = 575;
}

ED_KA50_ABRIS =
{
    x = 1200;
    y = 1050;
    width = 480;
    height = 575;
}

[sIGPIC][/sIGPIC]

Soul's pit thread

Posted
I have read these post and tried different setups and I can not get both monitors to work. My main is a 1920*1080 and my second one is on the left 1280*1024. From what I've read it's hard to setup a left screen. So I even moved it to the right. And I still can not get anything to show on my second screen. I've gone into option.lua and tried changed the res., height, width. And it would not let me save it kept telling me... check to see if another application is using this file. I'm wanting the shv, and ABRIS. On my second moniter and Camera on my main. Is there a manual on this crap? I have DCS A-10 and I got it to work a few years ago. But I can't for the life of me remember how I did it.

 

Visit the links in the first post and your problems will be solved:

 

>>> Dummies Guide for the “MonitorSetup.lua“

  • Recently Browsing   0 members

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