monkers Posted March 7, 2018 Posted March 7, 2018 Running two 4k monitors side by side at native resolution and the GUI is too small. If I enable 'Scale GUI' the GUI becomes larger than the display and I can't click OK or Cancel buttons - i have to revert the change by editing the options.lua. I only have this problem when I am running dual monitor configuration; single monitor GUI scaling seems to work fine. If GUI scaling is off the text is too small for me to read. The GUI is positioned correctly - in the middle of the left screen. :helpsmilie: Picture of the problem (the right screen is supposed to be all black, notice the OK and CANCEL buttons located offscreen)- Here's my config - Resolution = 7680 x 2160 Aspect Ratio = 3.5555555555556 (automatically populated but changes to 1.77's when I enable Scale GUI) Monitors: 'Hero - Dual 4k' (custom file below) _ = function(p) return p; end; name = _('Hero'); Description = 'Hero - Dual 4k' Viewports = { Center = { x = 0; y = 0; width = 3840; height = 2160; viewDx = 0; viewDy = 0; aspect = 1.8; } } LEFT_MFCD = { x = 3840; y = 0; width = 1920; height = 2160; } RIGHT_MFCD = { x = 5760; y = 0; width = 1920; height = 2160; } UIMainView = Viewports.Center
Recommended Posts