Jump to content
Sign in to follow this  
j35

Triple wide panel fix for default FSX aircraft

Recommended Posts

Could someone direct me to the link for the Triple wide panel fix for default FSX aircraft by George Trovato. Any link that I have found no longer functions. I just installed 3 monitors with eyefinity and I have the 2D panel missing problemas wel as the spinning icon. I have tried numerous searches for the above title and by Georges name with no luck

 

Thanks

 

Jack

Share this post


Link to post
Share on other sites

Could someone direct me to the link for the Triple wide panel fix for default FSX aircraft by George Trovato. Any link that I have found no longer functions. I just installed 3 monitors with eyefinity and I have the 2D panel missing problemas wel as the spinning icon. I have tried numerous searches for the above title and by Georges name with no luck

 

Thanks

 

Jack

Found it.

Share this post


Link to post
Share on other sites

This is an automatic message.

 

This topic has been moved from "MS FSX Forum" to "Monitors, Video Cards and Drivers". This move has been done for a number of possible reasons.

  • The most likely reason is that the post was off topic.
  • The topic could also have contained images or a video that were not appropriate to the original forum it was posted in.
  • The images might not have been "illustrative" or "explanatory" in nature.
  • The topic could have been moved because we deemed it to be more appropriately placed elsewhere.

Please ensure that your posts are "on topic" and contain illustrative images or videos as appropriate. Do not post videos or images just for entertainment purposes anywhere but in the screen shot or video forums.

 

Members who continue to post off topic posts can be denied entry to specific forums in order to reduce and remove the practice. Your cooperation is appreciated.


Jim Young | AVSIM Online! - Simming's Premier Resource!

Member, AVSIM Board of Directors - Serving AVSIM since 2001

Submit News to AVSIM
Important other links: Basic FSX Configuration Guide | AVSIM CTD Guide | AVSIM Prepar3D Guide | Help with AVSIM Site | Signature Rules | Screen Shot Rule | AVSIM Terms of Service (ToS)

I7 8086K  5.0GHz | GTX 1080 TI OC Edition | Dell 34" and 24" Monitors | ASUS Maximus X Hero MB Z370 | Samsung M.2 NVMe 500GB and 1TB | Samsung SSD 500GB x2 | Toshiba HDD 1TB | WDC HDD 1TB | Corsair H115i Pro | 16GB DDR4 3600C17 | Windows 10 

 

Share this post


Link to post
Share on other sites

Is this when 2D panels open up mega wide and look stupid?

Theres a fix for this? Awesome, where did you find it mate?

Share this post


Link to post
Share on other sites

It's still in the AVSIM library. Search for George V Trovato. The file is called "FSX-Triple-wide panels fix "

 

Regards

Frank


Regards

Frank Jones

Share this post


Link to post
Share on other sites

Thanks for putting my post in the correct spot. I had to do some searching to get this all in order.

 

I found the fix in two different places but one is here in the library forum. Search for fsx-triplewide-panels_defaultac.zip. The other was on Flightsim.com.

 

This is a fix for the 2d panel not showing up in the triple screen display with eyefinity whn in the 2 D panel view. You will see a blacked out area across the three screens where the panel would normally go. You also get a spinning cursor (running) and slower frame rates.

 

This fix cures that problem for the default aircraft.

 

Now I'm trying to fine the same fix for third part aircarft showing the same problem..specifically the DC3 NH found on the DC3 Airways Virtual Airline. There are some differences in it's panel.cfg from the standard DC3 so I 'm having trouble inserting the changes for the defaults into the DC3 NH panel.cfg.

 

I would like to get the airbus x extended when it is released but only if I can get this triple screen problem fix for it.

Share this post


Link to post
Share on other sites

Go to each aircraft's folder then open the active panel.cfg. For addons you will have to amend each specific file.

 

The simplest change is to alter the 'window_size=n.nnn,x.xxx' line. Just multiply the first number by 3.

 

Frank


Regards

Frank Jones

Share this post


Link to post
Share on other sites
The simplest change is to alter the 'window_size=n.nnn,x.xxx' line. Just multiply the first number by 3.

 

Hey Frank, that should be, 'reduce' the number by 1/3 to get it to show on one screen. :rolleyes:

 

Ron

Share this post


Link to post
Share on other sites

Ron

 

You are nearly right, but it's j35 's thread - I thought he was using triple screens.

 

To go back to single screen you would divide n.nnn by 3 not 1/3.

 

Frank


Regards

Frank Jones

Share this post


Link to post
Share on other sites

Hi Frank, just to clear this up, as the OP wants to try it.

 

when using 3 screens at say 5780 x 1080 resolution, the 2D instrument panels, which are very low resolution panels ( in comparison to background view ) simply cannot stretch across such a wide screen, therefore, you get black squares where they should be and the 'wait' cursor spinning, The way to fix this, as in Georges panel fix, is to 'reduce' the size of the instrument panel window by approx 1/3. The only way they display correctly is on one screen, usually the centre one.

Each window size in the panel.cfg for each 2d panel must be reduced to display correctly.

 

so you will see in .cfg file, window00=main panel, .etc.... window04=overhead etc. etc.

Then scroll down to the one you want to change, ie, the main.

[Window00]

file_1024=737-800_panel_background.bmp

file_1024_night=737-800_panel_background_night.bmp

alpha_blend=0.95

size_mm=1024

window_size=0.333, 1.000

window_pos=0.333, 0.000

alpha_blend=0.99

 

and another for overhead;

[Window04]

//file=Overhead\overhead_popup_background.bmp

size_mm=581,529

//position=2

visible=0

BACKGROUND_COLOR=0,0,0

ident=OVERHEAD_PANEL

window_size=0.200, 0.400

window_pos=0.690, 0.000

gauge00=B737_800!overhead_popup, 0, 0

 

These are from George's fix, and the window sizes ( in bold ) have been reduced by aprox 1/3. It doesn't have to be exactly 1/3, I have made the overhead bigger, but it look odd with the ends just showing on side screens.

 

Some panels may not need doing, but if using add on aircraft, just locate that panel.cfg for it and

look at each window size to change.

 

It's a good idea to back up or copy the original ones, and store somewhere, as you may want to go back to a single screen one day, and it will save you having to change each and every setting back to the original, ie, you would have to multiply by 3 to go back to single screen.

 

If you want to do a custom panel, I'm sure George would help,

 

Ron.

Share this post


Link to post
Share on other sites

Hi Ron

 

I have been amending panel.cfg files for years, and I know exactly how and what to do.

 

Perhaps I misunderstand what j35 wants to do,but...

 

If you fly in full screen on a triple setup, when you open a panel (Window00 etc) it will appear 3 times the width that it would appear in a single monitor setup. Not surprising really, FSX and its predecessors were written for single monitors - CRTs to be precise.

 

The math is therefore obvious.

 

Regards

Frank


Regards

Frank Jones

Share this post


Link to post
Share on other sites
If you fly in full screen on a triple setup, when you open a panel (Window00 etc) it will appear 3 times the width that it would appear in a single monitor setup. Not surprising really, FSX and its predecessors were written for single monitors - CRTs to be precise.

hmmm, exactly correct Frank, and this is with the default window size of 1.000. ( ie .full screen ) used to work on CRT's as you say with early very low resolution across 3 screens.

 

I do think we're discussing different things here, The problem now is, with much higher resolutions, like 5780 or even 6000, is that a 1024 size bitmap, ie. the default main gauge panel background size, will not display at all on such a wide window, and your left with a black box and spinning cursor, So the easy fix now, is to reduce the window size.

 

I'm sure j35 will work it out,

 

Ron.

Share this post


Link to post
Share on other sites

It's still in the AVSIM library. Search for George V Trovato. The file is called "FSX-Triple-wide panels fix "

Thanks Frank, found it, applied it and WOW, made a huge difference in the default 172!

Cheers mate

Share this post


Link to post
Share on other sites

Hi j35,

 

To create your own is very simple, first download George trovato' fixes, as you have.

Next, open the default panel config, for any default aircraft and compare it to the ones in the fix.

you will see what changes he made. Use the same method with your own. It's that easy.

 

The math is obvious. :blush:

 

Ron.

Share this post


Link to post
Share on other sites

Hi Guys

 

I just noticed your discussions. Yes I was trying to do as Ron mentioned.

 

I did get the panel fix installed and working for default aircraft and I did try to compare the fixes to the third party aircraft panel.cfg. I got the main panel to appear correctly for the DC3 NH third party but I am still getting the spinning cursor and a bit slower framerate so I still have to figure out what is still causing this issue.

 

I am also having another issue with the default DC3 and the third party DC3 NH having their engines losing all power at random times in flight now. I have tried numerous flight in the Rockie's from Golden BC to Revelsoke BC and the engine throttle will all of a sudden drops to zero. Restarts of the engines fails. I then flew over NS with no failures..then back to the Rockie's and same failures again? I was getting numerous messages that the engines were losing power due to fuel mixture not being correct. My corrections seemed to do no good?

 

I don't expect you guys to try you solve this problem. I am just relating where I am with this triple screen issue.

 

Jack

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...