forked from Gadroc/helios
-
Notifications
You must be signed in to change notification settings - Fork 15
Monitor Setup Logic
derammo edited this page May 12, 2020
·
5 revisions
Note that the main display is the middle display so it has windows coordinate 0,0 at its top left corner. The left display has negative X coordinates, and negative and positive Y coordinates.
All tests performed with 2.5.5.41371.1
monitor setup
_ = function(p) return p end
name = _('H_testlayout')
description = 'Generated from Helios Profile testlayout'
LEFT_MFCD = { x = 3740, y = 394, width = 400, height = 400 }
Viewports = {
Center = {
x = 1080,
y = 294,
width = 2560,
height = 1440,
aspect = 1.77777777777778,
dx = 0,
dy = 0
}
}
UIMainView = Viewports.Center
GU_MAIN_VIEWPORT = Viewports.Center
options
["graphics"] = {
...
["fullScreen"] = false,
...
["height"] = 1920,
...
["multiMonitorSetup"] = "H_testlayout",
...
["width"] = 6200,
},
monitor setup
_ = function(p) return p end
name = _('H_testlayout')
description = 'Generated from Helios Profile testlayout'
LEFT_MFCD = { x = 3740, y = 394, width = 400, height = 400 }
Viewports = {
Center = {
x = 1080,
y = 0,
width = 2560,
height = 1440,
aspect = 1.77777777777778,
dx = 0,
dy = 0
}
}
UIMainView = Viewports.Center
GU_MAIN_VIEWPORT = Viewports.Center
options
["graphics"] = {
...
["fullScreen"] = false,
...
["height"] = 1440,
...
["multiMonitorSetup"] = "H_testlayout",
...
["width"] = 6200,
},
monitor setup
_ = function(p) return p end
name = _('H_testlayout')
description = 'Generated from Helios Profile testlayout'
LEFT_MFCD = { x = 3740, y = 394, width = 400, height = 400 }
Viewports = {
Center = {
x = 0,
y = 0,
width = 2560,
height = 1440,
aspect = 1.77777777777778,
dx = 0,
dy = 0
}
}
UIMainView = Viewports.Center
GU_MAIN_VIEWPORT = Viewports.Center
options
["graphics"] = {
...
["fullScreen"] = false,
...
["height"] = 1440,
...
["multiMonitorSetup"] = "H_testlayout",
...
["width"] = 5120,
},
monitor setup
_ = function(p) return p end
name = _('H_testlayout')
description = 'Generated from Helios Profile testlayout'
LEFT_MFCD = { x = 3740, y = 394, width = 400, height = 400 }
Viewports = {
Center = {
x = 0,
y = 0,
width = 2560,
height = 1440,
aspect = 1.77777777777778,
dx = 0,
dy = 0
}
}
UIMainView = Viewports.Center
GU_MAIN_VIEWPORT = Viewports.Center
options
["graphics"] = {
...
["fullScreen"] = false,
...
["height"] = 1440,
...
["multiMonitorSetup"] = "H_testlayout",
...
["width"] = 2560,
},
Download latest Helios from this repo or from DCS User Files