I have a 24 inch monitor to the left and a 21 inch to the right but both set up at resolution 1600x1200.
They are in dual view (not horizontal span).
Here is my setup.
options.lua
options =
{
["views"] =
{
["cockpit"] =
{
["mirrors"] = false,
["reflections"] = false,
["avionics"] = 1,
["russianHud"] = false,
}, -- end of ["cockpit"]
}, -- end of ["views"]
["difficulty"] =
{
["padlock"] = false,
["easyRadar"] = false,
["enemies"] = true,
["setGlobal"] = true,
["immortal"] = false,
["geffect"] = "realistic",
["easyFlight"] = false,
["permitCrash"] = false,
["radio"] = true,
["tips"] = true,
["fuel"] = false,
["aftSwitching"] = false,
["cockpitLanguage"] = "english",
["units"] = "metric",
["externalViews"] = true,
["hud"] = false,
["myPlane"] = true,
["iconsTheme"] = "nato",
["map"] = true,
["weapons"] = false,
["allies"] = true,
["labels"] = true,
}, -- end of ["difficulty"]
["audio"] =
{
["wind"] = 100,
["radio"] = 100,
["musicEn"] = false,
["engines"] = 100,
["soundEn"] = true,
["effects"] = 100,
["music"] = 0,
["radioSpeech"] = true,
["warnings"] = 100,
["volume"] = 100,
["inCockpit"] = 100,
["mech"] = 100,
["subtitles"] = true,
["gui"] = 50,
}, -- end of ["audio"]
["graphics"] =
{
["multiMonitorSetup"] = "1600_1200",
["color"] = "32",
["heatBlr"] = 0,
["scenes"] = "high",
["water"] = 2,
["fullScreen"] = false,
["visibRange"] = "Medium",
["aspect"] = 4,
["textures"] = 2,
["shadows"] = 1,
["display_mode"] =
{
["avi"] =
{
["bpp"] = 32,
["resolution"] = "640x480",
["full_screen"] = false,
["aspect"] = 1.333333333,
["height"] = 480,
["width"] = 640,
}, -- end of ["avi"]
}, -- end of ["display_mode"]
["effects"] = 3,
["lights"] = 2,
["haze"] = 1,
["terrPrld"] = "20",
["height"] = 1200,
["resolution"] = "3200x1200",
["civTraffic"] = 1,
["width"] = 4800,
}, -- end of ["graphics"]
} -- end of options
……………………………..
1600_1200.lua
Description = 'Camera on the left monitor, Shkval and ABRIS on the right'
Viewports =
{
Center =
{
x = 1600;
y = 0;
width = 1600;
height = 1200;
viewDx = 0;
viewDy = 0;
aspect = 1.33333333333; -- widescreen main screen, for a non-widescreen main monitor use 4 / 3
}
}
Shkval =
{
x = 3195;
y = 300;
width = 800;
height = 600;
}
ABRIS =
{
x = 3995;
y = 0;
width = 800;
height = 1200;
}
………………….
Hope this can be of help.
Cheers,