RglsPhoto Posted October 12, 2012 Posted October 12, 2012 Yestday I setup my world to use 2-monitor with SoftTh.Check the picture below The L/R MFCD can be displayed in the second monitor,but the problem is the mouse is not work ingame. Without multiscreen the the mouse works ingame. I also use the MFCD Off in Cockpit mod made by PeterP. Aero is enabled both in world and in softTh My system specfic: OS Win7 7 Ultimate (SP1)(64bit) CPU Core i7-2670QM @ 2.20GHz GPU GT555M World is the lastest version 6288 softConfig SoftTHConfig.lua options.lua options.lua viewConfig Camera+LRMFCD.lua Thank you for any replies I7-6700K OC 4.9G, 896G SSD, 32G RAM @ 2400MHz, NH-D15 cooling system,TM Hotas Warthog,Saitek Pro Flight Rudder Pedals,TrackIr 5, BOSE M2
PeterP Posted October 12, 2012 Posted October 12, 2012 (edited) OK - I made a test with your settings. Check list : Are you using also a aero desktop theme on windows level ? Your Softth config = OK Your options.lua = OK Your "Monitorsetup.lua" = Fail your settings are looking very strange and don't correspondent at all with your posted layout of 2688x1080. I made some annotations: name = _('softth test'); Description = 'Left MFCD on the left monitor,Right MFCD on the right and camera on the center' Viewports = { Center = { x = screen.width / 3; -- this is 869 when using 2688 horizontal width. This must be 0 y = 0; --OK width = screen.width / 3; -- again : 869 - but your left screen is 1920!! height = screen.height; --0K = 1080 viewDx = 0; viewDy = 0; aspect = screen.aspect / 3; --?? must be 1920 / 1080 or 1.777777777777778 } } LEFT_MFCD = { x = 0; -- you want it on the left monitor so= 1920 y = 0; -- OK width = screen.width / 3; -- ??? = 1080 -- but must be the half height of your right screen = 512 height = screen.height; -- ??? = 1080 must be 512 } RIGHT_MFCD = { x = screen.width *(2 / 3); -- = 1792 - must be 1920 (see above) y = 0; -- must be under the Left_MFCD , so = 512 width = screen.width / 3; -- must be 512 height = screen.height; -- must be 512 } UIMainView = Viewports.Center This still cant explain why your mouse isn't working ... hmm. -anyway, I want you to run a test with this code: config.SoftTHconfig: [main] renderResolution=2688x1080 nonlocalFormat=RGB16D keepComposition=1 smoothing=1 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 enableVBQuirk=1 [head_primary] ; borderA=0 ; borderL=0 sourceRect=0,0,1920,1080 screenMode=1920x1080 [head_1] ; borderA=0 ; borderL=0 devID=1 sourceRect=1920,0,768,1024 destRect=0,0,768,1024 transportResolution=768x1024 transportMethod=auto noSync=0 fpsLimit=0New MonitorSetup.lua: name = _('New SoftTH test for 2688x1080'); Description = 'Left MFCD and Right MFCD on the right and camera on the Left' Viewports = { Center = { x = 0; y = 0; width = 1920; height = 1080; viewDx = 0; viewDy = 0; aspect = 1920 / 1080; } } LEFT_MFCD = { x = 1920; y = 0; width = 512 height = 512; } RIGHT_MFCD = { x = 1920; y = 512; width = 512; height = 512; } UIMainView = Viewports.Center Edited October 12, 2012 by PeterP
RglsPhoto Posted October 13, 2012 Author Posted October 13, 2012 (edited) I didn't disable the aero desktop theme.It works now with your monitorSetup.lua Thank you PeterP:thumbup: Edited October 13, 2012 by RglsPhoto I7-6700K OC 4.9G, 896G SSD, 32G RAM @ 2400MHz, NH-D15 cooling system,TM Hotas Warthog,Saitek Pro Flight Rudder Pedals,TrackIr 5, BOSE M2
Recommended Posts