Jaketon Posted February 4, 2013 Posted February 4, 2013 (edited) Hi, i cant setup soft TH and DCS A10C 1.22 in four monitors like this... 1,2,3 = cabin view 4=MDF´s and Helios instruments... My config: config.SoftTHconfig [main] renderResolution=5760x1980 nonlocalFormat=RGB16D keepComposition=1 smoothing=0 debugD3D=0 zClear=0 vsync=0 tripleBuffer=0 screenshotFormat=jpg dllPathD3D9=auto dllPathDXGI=auto dllPathD3D11=auto [overrides] forceResolution=0 antialiasing=0 processAffinity=1 FOVForceHorizontal=0 FOVForceVertical=0 [debug] compatibleIB=0 compatibleTex=0 compatibleVB=0 [head_primary] ; borderA=0 ; borderL=0 sourceRect=1920,0,1920,1080 screenMode=1920x1080 [head_1] ; borderA=0 ; borderL=0 devID=1 sourceRect=0,0,1920,1080 destRect=0,0,1920,1080 transportResolution=1920x1080 transportMethod=local noSync=0 fpsLimit=0 [head_2] ; borderA=0 ; borderL=0 devID=2 sourceRect=3840,0,1920,1080 destRect=0,0,1440,900 transportResolution=1920x1080 transportMethod=local noSync=0 fpsLimit=0 [head_3] ; borderA=0 ; borderL=0 devID=3 sourceRect=2134,1080,1440,900 destRect=0,0,1920,1080 transportResolution=1440x900 transportMethod=auto noSync=0 fpsLimit=0 DCS monitor config: _ = function(p) return p; end; name = _('Miaeye'); Description = 'Left MFCD on the left monitor,Right MFCD on the right and camera on the center' Viewports = { Center = { x = 0; y = 0; width = 5760; height = 1080; viewDx = 0; viewDy = 0; aspect = 5.3333333; } } RIGHT_MFCD = { x = 1097+2140; y = 556+1080; width = 340; height = 340; } LEFT_MFCD = { x = 2+2140; y = 561+1080; width = 340; height = 340; } DIGIT_CLOCK = { x = 142+2140; y = 401+1080; width = 93; height = 93; } RWR_SCREEN = { x = 388+2140; y = 82+1080; width = 200; height = 200; } UHF_PRESET_CHANNEL = { x = 296+2140; y = 472+1080; width = 30; height = 30; } UHF_REPEATER = { x = 280+2140; y = 410+1080; width = 95; height = 21; } CMSC = { x = 641+2140; y = 64+1080; width = 173; height = 41; } Gui = { x = 1920; y = 0; width = 1920; height = 1080; } UIMainView = Gui Option.lua options = { ["difficulty"] = { ["padlock"] = true, ["easyRadar"] = false, ["miniHUD"] = false, ["birds"] = 0, ["optionsView"] = "optview_all", ["permitCrash"] = true, ["immortal"] = false, ["easyCommunication"] = true, ["map"] = true, ["radio"] = false, ["labels"] = true, ["tips"] = true, ["cockpitLanguage"] = "english", ["units"] = "imperial", ["easyFlight"] = false, ["externalViews"] = true, ["iconsTheme"] = "nato", ["fuel"] = false, ["weapons"] = false, ["setGlobal"] = true, ["geffect"] = "realistic", ["reports"] = true, }, -- end of ["difficulty"] ["graphics"] = { ["shadowTree"] = false, ["sync"] = false, ["multiMonitorSetup"] = "1camera", ["color"] = "32", ["heatBlr"] = 0, ["scenes"] = "high", ["water"] = 2, ["fullScreen"] = true, ["visibRange"] = "High", ["aspect"] = 5.3333333, ["haze"] = 1, ["shadows"] = 2, ["TranspSSAA"] = true, ["disableAero"] = true, ["cockpitShadows"] = false, ["width"] = 5760, ["effects"] = 3, ["MSAA"] = 3, ["height"] = 1080, ["HDR"] = 0, ["civTraffic"] = "", ["lights"] = 2, ["clutterMaxDistance"] = 0, ["textures"] = 2, ["treesVisibility"] = 6000, ["preloadRadius"] = 150000, }, -- end of ["graphics"] ["views"] = { ["cockpit"] = { ["mirrors"] = false, ["reflections"] = false, ["russianHud"] = false, ["avionics"] = 0, }, -- end of ["cockpit"] }, -- end of ["views"] ["sound"] = { ["world"] = 0, ["radioSpeech"] = true, ["cockpit"] = 0, ["volume"] = 0, ["headphones"] = 0, ["music"] = -12, ["subtitles"] = true, ["gui"] = 0, }, -- end of ["sound"] ["miscellaneous"] = { ["headmove"] = false, ["force_feedback_enabled"] = true, ["f5_nearest_ac"] = true, ["f11_free_camera"] = true, ["synchronize_controls"] = false, ["accidental_failures"] = false, ["f10_awacs"] = true, ["Coordinate_Display"] = "Lat Long", }, -- end of ["miscellaneous"] } -- end of options if (__LOCALE__ == 'ru') then options.difficulty.units = "metric" options.difficulty.iconsTheme = "russian" options.difficulty.cockpitLanguage = "russian" end Problem: DCS's menu is displayed on the left and is not clickable and the cockpit is not clickable. What am I doing wrong? THIS MENU IS RIGHT AND CLICKABLE (FIRST MENU), rest no Edited February 4, 2013 by Jaketon
Jaketon Posted February 6, 2013 Author Posted February 6, 2013 Good now i reinstall Windows 7 and all go ok. But only mdf´s no view in monitor 4. What happend?
Recommended Posts