Gandi Posted January 7, 2013 Posted January 7, 2013 Hallo zusammen, hab jetzt wircklich viel im internet gesucht aber leider keine lösung für mein problem gefunden. Wie schon im Titel beschrieben, habe ich das problem das ich im Cockpit die Schalter nicht wircklich bediehnen kann. Möchte ich zbb am rechten MFD einen schalter betätigen mus ich 10 cm rechts vom schalter ins leere clicken. Aktuell habe ich 2 Monitor mit einer Res von 3600x1080 Hier mal meine Lua´s und Configs Monitor _ = function(p) return p; end; name = _('1Camera'); Description = 'Two monitor configuration'; 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 = 2440; y = 0; width = 512; height = 512; } UIMainView = Viewports.Center Options options = { ["difficulty"] = { ["fuel"] = false, ["easyRadar"] = false, ["miniHUD"] = false, ["birds"] = 0, ["optionsView"] = "optview_all", ["permitCrash"] = true, ["immortal"] = false, ["easyCommunication"] = true, ["easyFlight"] = false, ["radio"] = false, ["labels"] = false, ["map"] = true, ["cockpitLanguage"] = "english", ["units"] = "imperial", ["tips"] = true, ["reports"] = true, ["externalViews"] = true, ["iconsTheme"] = "nato", ["padlock"] = true, ["weapons"] = false, ["setGlobal"] = true, ["geffect"] = "realistic", }, -- end of ["difficulty"] ["graphics"] = { ["multiMonitorSetup"] = "1camera", ["color"] = "32", ["preloadRadius"] = 65000, ["heatBlr"] = 0, ["scenes"] = "medium", ["water"] = 0, ["fullScreen"] = true, ["disableAero"] = false, ["visibRange"] = "Medium", ["treesVisibility"] = 3063, ["aspect"] = 3.3333333333333, ["haze"] = 0, ["HDR"] = 0, ["TranspSSAA"] = false, ["textures"] = 2, ["cockpitShadows"] = false, ["shadows"] = 0, ["effects"] = 3, ["MSAA"] = 0, ["height"] = 1080, ["sync"] = false, ["shadowTree"] = false, ["civTraffic"] = "", ["width"] = 3600, ["clutterMaxDistance"] = 130, ["lights"] = 1, }, -- end of ["graphics"] ["plugins"] = { ["Ka-50"] = { ["altTrimmingMethod"] = false, }, -- end of ["Ka-50"] ["P-51D"] = { ["assistance"] = 100, ["autoRudder"] = false, }, -- end of ["P-51D"] ["CA"] = { ["kompass_options"] = 1, ["ground_aim_helper"] = true, ["ground_platform_shake"] = false, ["ground_target_info"] = true, }, -- end of ["CA"] }, -- end of ["plugins"] ["views"] = { ["cockpit"] = { ["mirrors"] = false, ["reflections"] = false, ["russianHud"] = false, ["avionics"] = 1, }, -- end of ["cockpit"] }, -- end of ["views"] ["sound"] = { ["world"] = -16, ["radioSpeech"] = true, ["cockpit"] = -19, ["volume"] = -16, ["headphones"] = -20, ["music"] = -100, ["subtitles"] = true, ["gui"] = -16, }, -- end of ["sound"] ["miscellaneous"] = { ["Coordinate_Display"] = "Lat Long", ["accidental_failures"] = false, ["headmove"] = false, ["force_feedback_enabled"] = false, ["f5_nearest_ac"] = true, ["f11_free_camera"] = true, ["synchronize_controls"] = false, ["f10_awacs"] = true, }, -- end of ["miscellaneous"] } -- end of options SoftTH Config [main] renderResolution=3600x1080 nonlocalFormat=RGB16D keepComposition=0 smoothing=1 debugD3D=0 zClear=0 vsync=0 tripleBuffer=0 screenshotFormat=jpg dllPathD3D9=auto dllPathDXGI=auto dllPathD3D11=auto [overrides] forceResolution=0 antialiasing=0 processAffinity=0 FOVForceHorizontal=0 FOVForceVertical=0 [debug] compatibleIB=0 compatibleTex=0 compatibleVB=0 [head_primary] ; borderA=0 ; borderL=0 sourceRect=0,0,1920,1080 screenMode=1920x1080 [head_1] ; borderA=0 ; borderL=0 devID=1 sourceRect=1920,0,1680,1050 destRect=0,0,1680,1050 transportResolution=1680x1050 transportMethod=local noSync=0 fpsLimit=0 Es geht hier um die A10 mit der Version 1.2.2 in DCS World Module habe ich alle auser FC3 Betriebsystem ist Windows 8 64 Bit.
PeterP Posted January 7, 2013 Posted January 7, 2013 Mach mal dies: [main] renderResolution=3600x1080 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 Und darauf achten, dass in DCS Optionen "Disable Aero interface " nicht gewählt ist.
Gandi Posted January 7, 2013 Author Posted January 7, 2013 Hallo PeterP, danke für die schnelle Antwort. Leider keine veränderung. Gibt es vieleicht probleme mit dem neusten Nvidia Treiber ? Falls ich dir noch informationen geben kann die dir weiterhelfen las es mich bitte wissen. Ich sitzt schon seit 17 Uhr hier und komm einfach kein stück weiter. Danke schon mal viel mals für deine Zeit und hilfe..
PeterP Posted January 7, 2013 Posted January 7, 2013 Sorry, kann Dir nicht weiterhelfen . Kein Nvidia und Windows 8. Letzte Idee: Ist "DPI scaling" aktiviert ? - wenn ja: schalte dies mal in den Desktop-properties aus.
Gandi Posted January 7, 2013 Author Posted January 7, 2013 Schade. Hab jetzt mal das mit der DPI getestet hat aber leider auch nicht funktioniert. Leider is mein Englisch bisl grottig um mein problem im SoftTH verständlich wiederzugeben.. Aber danke für deine Zeit, mal schaun ob es mit einer zukünftigen version besser funktioniert...
Recommended Posts