Learn how to add GPS to a Boeing 707 in FSX with the correct panel.cfg entries, active panel folder, popup setup and blank-gauge fixes.
To add a GPS to a Boeing 707 in FSX or FSX: Steam Edition, edit the aircraft's active panel.cfg and add a popup window using FSX's built-in fs9gps!gps_500 gauge. Back up the panel first, use the next free window number, then open the GPS from the simulator's Instrument Panel menu.
Which Boeing 707 panel.cfg should you edit?
The correct file is the panel.cfg used by the selected 707 variation, which is not necessarily the first panel folder you find. FSX has no default Boeing 707, so its exact folder and panel arrangement depend on the add-on.
Look under FSX\SimObjects\Airplanes\[707 aircraft folder]. For Steam Edition, the equivalent location is normally below steamapps\common\FSX\SimObjects\Airplanes.
Open the aircraft's aircraft.cfg and find the relevant [fltsim.x] entry. A blank panel= line uses the standard panel folder; a value such as panel=wide points to panel.wide. If the panel configuration contains an alias= entry, it is borrowing another aircraft's panel, and editing that shared panel may affect several aircraft.
How do you add the FSX GPS popup?
Use a separate popup window rather than trying to alter the Boeing 707's modelled cockpit.
- Close FSX and back up the panel. Copy the complete active panel folder somewhere safe before changing
panel.cfg. - Open panel.cfg in a plain-text editor. Find the
[Window Titles]section and identify the next unused window number. - Add the GPS title. If
Window05is free, add the following line beneath the existing window titles:
Window05=GPS
Append this matching window section to the file:
[Window05]
size_mm=456,378
window_size=0.5
position=8
visible=0
ident=GPS_PANEL
gauge00=fs9gps!gps_500,0,0,456,378
- Match both window numbers. If your free number is not
05, change it in bothWindow05=GPSand[Window05]. Never overwrite an existing window. - Save without changing the extension. The file must remain
panel.cfg, notpanel.cfg.txt. - Reload the aircraft. Open the simulator's Views or Instrument Panel menu and select GPS. A full FSX restart is the safest choice if the old panel remains cached.
The stock fs9gps!gps_500 gauge is supplied with FSX, so this method does not require another download or a copied gauge file. For a third-party unit, our guide to FSX gauge files and panel entries explains the additional installation work.
Why does the GPS not appear or remain black?
A missing GPS usually means FSX is reading a different panel, the window references do not match, or the gauge has no electrical power.
- No GPS menu entry: confirm that the title and section use exactly the same window number, then recheck the selected variation's
panel=value. - Changes will not save: Windows may restrict files inside a protected FSX installation directory. Copy the file to a writable folder, edit it, and copy it back with the required permission.
- Popup opens but the gauge is absent: check the spelling of
fs9gps!gps_500. Test the GPS in a stock FSX aircraft; if that is also missing, the simulator's original gauge installation may need repairing. - Screen stays black when cold and dark: bring the 707's battery, generators and avionics bus online. Some custom 707 electrical systems do not power avionics until the start sequence is complete.
- Only one livery is affected: that variation may select a different
panel.xfolder even though it shares the same aircraft model.
Can the GPS be fitted inside the Boeing 707 virtual cockpit?
Usually, a new GPS cannot be placed physically in the virtual cockpit through panel.cfg alone. The aircraft's 3D model must already contain a mapped gauge surface for that position.
An existing virtual-cockpit gauge can sometimes be replaced by editing its [VCockpitXX] entry, but the coordinates refer to a texture defined by the model. If the 707 lacks a suitable mapped surface, use the popup GPS; adding a new screen would require access to the source model rather than a simple panel edit.
Will the Boeing 707 autopilot follow the added GPS?
The added GPS can display and manage an FSX flight plan, but it will steer the 707 only if the aircraft can switch its navigation source from NAV to GPS. Installing the popup does not automatically add that switching logic.
Create and load the route using the FSX flight-planning procedure. Then use the panel's NAV/GPS selector, or the simulator control named for toggling GPS drive to NAV1, if the add-on supports it. Custom autopilots may ignore the standard FSX command; in that case, use the GPS for position awareness and steer with heading or conventional radio navigation.
Once it is working, our FSX GPS operating guide covers Direct-To navigation, flight-plan pages and common controls without repeating the panel installation steps.