What I used to get the gauges, mfds and what ever you would like on another monitor.
http://forums.eagle.ru/showthread.php?t=60815
http://forums.eagle.ru/showthread.php?t=71710
http://www.gadrocsworkshop.com/helios/latest
1st link is a guide how to setup more screens.
2nd link is for a program that lets you use more monitor or something like that lol.
3rd link is for Helios and that lets place gauges and switches/buttons on your other monitors the way you want it with a editor.
Also a nice video that helped me out a lot with setting up Helios.
If I have said anything wrong then I am sorry as I have only done this myself today and I don't wish to misinform anyone.
Cheers.
Forgot to add this littl bit of good info on how to turn off cockpit mfds.
I use this tweak if I have the mfds on my second screen to save fps from rendering the same it twice.
---------------------------------------------------------------------------------------------------------
To get the incockpit MFD's to not render you now need to go to this file:
x:\Program Files\Eagle Dynamics\DCS A-10C\Scripts\Aircrafts\_Common\Cockpit\ViewportHand ling.lua
Comment out line 31 by adding the -- as highlighted in red below
purposes = {--render_purpose.GENERAL,
render_purpose.HUD_ONLY_VIEW,
render_purpose.SCREENSPACE_OUTSIDE_COCKPIT,
render_purpose.SCREENSPACE_INSIDE_COCKPIT} -- set purposes to draw it always
render_target_always = true
end
--------------------------------------------------------------------------------------------------------