Ressay Posted December 6, 2020 Posted December 6, 2020 (edited) Hello guys (Again), I managed to have a 3x27" 1920*1080 monitors side by side (the regular setup), but seems that DCS for some reason doesn't recognize the left monitor... here is my 3 Monitors.lua file _ = function(p) return p; end; name = _('3 Monitors'); Description = 'Configuration with 3 identical monitors each with its own camera' Viewports = { Left = { x = 0; y = 0; width = 1920; height = 1080; viewDx = -1; viewDy = 0; aspect = 1920/1080; }, Center = { x = 1920; y = 0; width = 1920; height = 1080; viewDx = 0; viewDy = 0; aspect = 1920/1080; }, Right = { x = 3840; y = 0; width = 1920; height = 1080; viewDx = 1; viewDy = 0; aspect = 1920/1080; } } UIMainView = Viewports.Center GU_MAIN_VIEWPORT = Viewports.Center attached is a screenshot of my entire setup, the two screens at the bottom are 2 800*600 Lilliput monitors that I didn't set up yet... Appreciate your help guys Edited December 6, 2020 by Ressay
Ressay Posted December 6, 2020 Author Posted December 6, 2020 solved, I made my far left screen as main display form windows display settings, and now everything is fine
Recommended Posts