hreich Posted yesterday at 08:11 AM Author Posted yesterday at 08:11 AM (edited) On 3/6/2025 at 6:30 PM, Leg2ion said: @hreich That is really good to hear - glad you sorted it! Problem is back, no permanent solution but this two options which are half solutions to problem 1. restore-ing image, which now i don't have (the one in which everything works as it should) 2.using option FULLSCREEN in dcs - but then when i launch the game, main DCS windows is hidden, so i have to go to task control panel - and select dcs and option bring to front..Then DCS is shown on my main monitor and in full..But if i want to read pdf i have to click on area outside dcs, nad dcs screen gets minimized again Edited yesterday at 08:17 AM by hreich [sIGPIC][/sIGPIC] Pilot from Croatia
jonsky7 Posted yesterday at 08:30 AM Posted yesterday at 08:30 AM 17 minutes ago, hreich said: Problem is back, no permanent solution but this two options which are half solutions to problem 1. restore-ing image, which now i don't have (the one in which everything works as it should) 2.using option FULLSCREEN in dcs - but then when i launch the game, main DCS windows is hidden, so i have to go to task control panel - and select dcs and option bring to front..Then DCS is shown on my main monitor and in full..But if i want to read pdf i have to click on area outside dcs, nad dcs screen gets minimized again What is your current monitor config file? And where are your monitors positioned in windows display settings? And what resolutions are they?
hreich Posted yesterday at 08:43 AM Author Posted yesterday at 08:43 AM (edited) Ok where is my config file _ = function(p) return p end name = _('H_0-HR_F18_4-screens') description = 'Generated from Helios Profile 0 - HR_F18_ 4-screens' CENTER_MFCD = { x = 720, y = 2496, width = 1200, height = 1200 } FA_18C_RWR = { x = 322, y = 3395, width = 214, height = 211 } LEFT_MFCD = { x = 0, y = 1082, width = 850, height = 850 } RIGHT_MFCD = { x = 1070, y = 1082, width = 850, height = 850 } Viewports = { Center = { x = 0, y = 0, width = 1920, height = 1080, aspect = 1.77777777777778, dx = 0, dy = 0 } } UIMainView = Viewports.Center GU_MAIN_VIEWPORT = Viewports.Center Here is screen setup in windows null Edited yesterday at 08:51 AM by hreich [sIGPIC][/sIGPIC] Pilot from Croatia
jonsky7 Posted 5 hours ago Posted 5 hours ago (edited) On 8/12/2025 at 9:43 AM, hreich said: Ok where is my config file _ = function(p) return p end name = _('H_0-HR_F18_4-screens') description = 'Generated from Helios Profile 0 - HR_F18_ 4-screens' CENTER_MFCD = { x = 720, y = 2496, width = 1200, height = 1200 } FA_18C_RWR = { x = 322, y = 3395, width = 214, height = 211 } LEFT_MFCD = { x = 0, y = 1082, width = 850, height = 850 } RIGHT_MFCD = { x = 1070, y = 1082, width = 850, height = 850 } Viewports = { Center = { x = 0, y = 0, width = 1920, height = 1080, aspect = 1.77777777777778, dx = 0, dy = 0 } } UIMainView = Viewports.Center GU_MAIN_VIEWPORT = Viewports.Center Here is screen setup in windows null Doesn't seem to be much wrong there, but you can try this one F18_4-screens_v2.lua I have created a displays table, based on your display settings above (4 screens now?) which tells DCS which screens to use and where they are. You CAN NOT run in fullscreen mode and keep DCS open while reading a PDF, that is a Windows "feature" and nothing to do with DCS, just run in windowed mode (fullscreen off) I don't think it makes a difference anyway when running multiple monitors. Quote displays = { [1] = { x = 0, y = 0, width = 1920, height = 1080 }, [2] = { x = 0, y = 1080, width = 1920, height = 1080 }, [3] = { x = -128, y = 2160, width = 2048, height = 1536 }, } _ = function(p) return p; end; name = _('F18_4-screens_v2') description = 'Generated from Helios Profile 0 - HR_F18_ 4-screens' Viewports = { Center = { x = 0, y = 0, width = 1920, height = 1080, aspect = 1920/1080, dx = 0, dy = 0 } } CENTER_MFCD = { x = 720, y = 2496, width = 1200, height = 1200 } FA_18C_RWR = { x = 322, y = 3395, width = 214, height = 211 } LEFT_MFCD = { x = 0, y = 1082, width = 850, height = 850 } RIGHT_MFCD = { x = 1070, y = 1082, width = 850, height = 850 } UIMainView = Viewports.Center GU_MAIN_VIEWPORT = Viewports.Center Edited 4 hours ago by jonsky7 1
Recommended Posts