neoshi Posted October 2, 2015 Posted October 2, 2015 Hey guys, I'm looking to jump back into DCS:W now that 1.5 is out and I tried to setup a triple monitor LUA, but seem to be having issues. My 3 screens are: LEFT: 1680x1050 CENTER: 1920x1080 RIGHT: 1680x1050 I tried using this: _ = function(p) return p; end; name = _('3 Different'); Description = 'Configuration with 3 different monitors each with its own camera' Viewports = { Left = { x = 0; y = 0; width = 1680; height = 1050; viewDx = -1; viewDy = 0; aspect = 1680 / 1050; }, Center = { x = 1680; y = 0; width = 1920; height = 1080; viewDx = 0; viewDy = 0; aspect = 1920 / 1080; }, Right = { x = 3600; y = 0; width = 1680; height = 1050; viewDx = 1; viewDy = 0; aspect = 1680 / 1050; } } I end up getting a small left and right screen instead of a full edge to edge layout. What am I doing wrong? :cry:
neoshi Posted October 2, 2015 Author Posted October 2, 2015 (edited) Huh... nevermind actually. I tried reran DCS:W and it was fine this time. Weird... ON a side note, does anyone have any recommendations for smooth frames on a triple setup using a R9 270x or equivalent? The cockpit it choppy at times, and external views are definitely choppy. Edited October 2, 2015 by neoshi
Retsilf Posted October 2, 2015 Posted October 2, 2015 What's the overall screen size you entered in the dcs settings? (2×1680+1920) X 1980, right?
Recommended Posts