-
Undock window in full screen?
No I am not, only Steve DX10 fixer payware. I have partially solved my problem, I have unplugged my 2nd video card and put my 3rd monitor on the same 1st card, now I dont have the black screen anymore, but the problem now is that as soon as I click on undock the window, I loose 10 FPS. So I completly loose the benefit of DX10.
-
Undock window in full screen?
Hi, I have exactly the same problem, everything work fine in DX9, but black screen in undock Windows in DX10. Is there any fix out there ? I have the problem with and without Steve Fixer payware. Franck
-
Gauge deported on a 2nd screen and FPS Drop
Thanks for the answer, thats a good idea. But Two of my monitors are same size/resolution, but the third is small; I did bought it, especially for the gauges. It fits perfectly under my main monitor. If I invert then, my gauge wont be under my main monitor, but aside. But I can give it a try. Thanks for the tip. Just to clarify my hardware spec because I did forget in the first post I2700K OC @ 4.7 GHZ, 8 G0 of ram, windows 7 ultimate 64 bits and two CG a 670 GTX and a 520 GTX ( for the gauges). I have tried all possible configuration with all monitors and the two CG. Franck Birolini
-
Gauge deported on a 2nd screen and FPS Drop
Hi to all, I am flying from the start with this beautiful addon, and know that I am a little bit more equipped with hardware ( MCP, EFIS, Radio etc ), I want to fly without the VC. So I open each gauge ( FPD, EFIS FMC ), I undock them and put them on my second screen. As soon as I put more that 1 window, I loose 5 fps per window, so with this 3 gauge, I go from 25 FPS to 8 to 10 FPS. If I put FSX in Full screen then every thing goes back to normal, but I prefer to remain in window mode, so that I can use my 3rd monitor for my electronic flightbag. Any suggestion to succeed this ? Another strange thing, is that the same thnig in DX10 make FSX crash as soon as my first gauge is put on the 2nd monitor, So I cant benefit form the FPS gain of DX10 mode. Are they any 3rd addon that can make the gauge available on another monitor without FPS drop, or is there a tip to succceed with the PMDG alone. Thank you for the help you might provide. Franck Birolini
-
RC Activation not received
forget about the message, I have sent another request, and received it a few hours later. Thank you. Franck
-
RC Activation not received
Hi, I have install RC4 on a network PC for some testing and asked for an activation on July the 1st, but did not received any activation yet. Now that I am less busy I wuld like to do the tests I wanted a month ago. Could you please have a look. Thank you Franck Birolini
-
GoFlight PMDG Driver Now Available
Ok testes, and just 3 word, you are a genius. Everything works just fine, no freeze, I have let the default settings, I just love to fly this new way. Once again, a BIG BIG BIG THANK YOU. Franck
-
GoFlight PMDG Driver Now Available
I have the 3 files that came with the zip file. So the .exe, the .config and the .txt Sorry mate, I did found that the dll file was missing, now the windows show up, I will test the program in the afternoon. thanks for your help. Franck
-
GoFlight PMDG Driver Now Available
yep i did look on google too, I have found the cleanup_tool.exe, to unistall all .net framework version, and I have done a full fresh new installation .net 4.0. But Still the same after all the update, now I dont have the same update again and again, but still no window of the interface. Franck
-
GoFlight PMDG Driver Now Available
The update are KB2656351 9Mo, and KB2600217 I am using an MCP Pro A22.
-
GoFlight PMDG Driver Now Available
yep, but windows update always offer me 2 ujpdates for a total of 41 Mo, even if I have just did it.
-
GoFlight PMDG Driver Now Available
Hi Steve, I have tested your interface today, and the window of the interface doesnt show up. I have installed .net 4 as requested the first time I have lauch the interface, I have then accepted the PMDG End User Licence Agreement, and since then nothing happend when I lauch the interface. How can I help you to solve this ? I am under Win7 64bits Ultimate. Thank you for your work. Franck
-
Problem MCP in VC
Thanks for the reply, it looks like that EZdock cam pro was the cause of the problem, an uninstallation an reinstallation did fix the problem.Franck
-
Problem MCP in VC
Hi, I have a problem with the MCP in VC, I have install the SP1C, I am not sure, but I think I have tested and it has worked.Today I wanted to make a flight, and in VC nearly 2/3 of the button are not clickable, if I pass the mouse over some of them, the mouse doesnt change, it remains the same.In 2D cockpit the button works, but the A/T ARM, doesnt move if I click on it, but the action works, I can see the green light on.Any Idea ?Franck Birolini
-
Opencockpit MCP with PMDX 737NGX READY
Here is in my GoFlight MCP Pro lua file the part were variable are common to your script :local function toggleVORL(state, unit) if unit == GFEFISU then if state == 0 and ipc.readLvar('ngx_switch_358_a') ~= 0 then ipc.control(69990, -2147483648) ipc.control(69990, 524288) ipc.control(69990, -2147483648) ipc.control(69990, 524288) elseif state == 1 and ipc.readLvar('ngx_switch_358_a') == 0 then ipc.control(69990, 536870912) ipc.control(69990, 131072) end else if state == 0 and ipc.readLvar('ngx_switch_414_a') ~= 0 then ipc.control(70046, -2147483648) ipc.control(70046, 524288) ipc.control(70046, -2147483648) ipc.control(70046, 524288) elseif state == 1 and ipc.readLvar('ngx_switch_414_a') == 0 then ipc.control(70046, 536870912) ipc.control(70046, 131072) end endendlocal function toggleADFL(state, unit) if unit == GFEFISU then if state == 0 and ipc.readLvar('ngx_switch_358_a') ~= 0 then ipc.control(69990, 536870912) ipc.control(69990, 131072) ipc.control(69990, 536870912) ipc.control(69990, 131072) elseif state == 1 and ipc.readLvar('ngx_switch_358_a') == 100 then ipc.control(69990, -2147483648) ipc.control(69990, 524288) end else if state == 0 and ipc.readLvar('ngx_switch_414_a') ~= 0 then ipc.control(70046, 536870912) ipc.control(70046, 131072) ipc.control(70046, 536870912) ipc.control(70046, 131072) elseif state == 1 and ipc.readLvar('ngx_switch_414_a') == 100 then ipc.control(70046, -2147483648) ipc.control(70046, 524288) end endendIt looks like that the scipt look for the state of the VOR status and do or dont do something.Can you help me solve that please.Franck I did misspell the name of the SIOC script : NGXEFIS_PP_2.02.ssi I did miss the . between the 2 and the 0.
Francky
Members
-
Joined
-
Last visited