So a while back I bought a single LG W2452T monitor. It is awesome. It is also 16:10 aspect ratio which means its native resolution is 1920x1200, which I love. Well today I bought a little brother for it which is a LG W2453V. It has an aspect ratio of 16:9 (sadly you can't get 16:10 anymore) and a native resolution of 1920:1080. So here is the dilemma:
I am trying to set the multimonitor setup such that:
1) The Camera is 1920x1200, which would take up all of the first monitor
2) the Shkval is 960x1080, which would take up the left half of the second monitor
3) the ABRIS is 960x1080, which would take up the right half of the second monitor
So I came up with the following config:
Description = 'Camera on first monitor. Shkval on the left, ABRIS on the right, on the second monitor.'
Viewports =
{
Center =
{
x = 0;
y = 0;
width = 1920;
height = 1200;
viewDx = 0;
viewDy = 0;
aspect = 1.6;
}
}
Shkval =
{
x = 1920;
y = 0;
width = 960;
height = 1080;
}
ABRIS =
{
x = 2880;
y = 0;
width = 960;
height = 1080;
}
I try loading that up and all I can see is the camera view. Nothing happens on the second monitor. Now I know people are able to use different aspect ratios and stuff based on this thread:
http://forums.eagle.ru/showthread.php?t ... rk+monitor
But I cannot see to get this to work. What am I missing here?

