Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

650 Touch

Featured Replies

Just purchased the 650 Touch, it shows in my plugins menu but will not show on screen? Help.

57 minutes ago, floydcox said:

Just purchased the 650 Touch, it shows in my plugins menu but will not show on screen? Help.

You mean it doesn't show when you click "Show window"?

Alvega

CPU: AMD 7800X3D | COOLER: Cooler Master MasterLiquid 240L Core ARGB | GPU: RTX 4070 TI Super 16GB OC | Mobo: ASUS TUF GAMING X670E-PLUS WIFI |
RAM: 32 GB Corsair Vengeance RGB DDR5 6000MHz PC5-48000 2x16GB CL36 | SSDs: WD Black SN770 2TB NVMe SSD (WIN11), WD Black SN850X SSD 2 TB M.2 2280 PCIe Gen4 NVMe (MSFS), Crucial MX500 2TB (Other stuff) | CASE: Forgeon Arcanite ARGB Mesh Tower ATX White | Power Supply: Forgeon Bolt PSU 850W 80+ Gold Full Modular White 

Hi, or do you mean the popup window displays, but it won't start (aka black screen)?

  • Author

The original 750 works fine from the plugins menu, the recent purchase 625,635,850 will allow me to select them but will not show on the screen. I get the option to show screen but nothing happens when I select it.

  • Author

Apologies, yes I mean it doesn't show when I click show window, and no the popup window does not appear so I am not reporting a black screen. I had them with the 750 but that seems to be a lot better,

Have you tried 'Reset Window' ? This repositions the window to the top right corner. Should you have added a device popup window to an aircraft, but resize the X-Plane window afterward, it will be out of view. Otherwise, you can also cross-check enabling the GTN 6xx in the plugin menu is indeed launching the Garmin GTN trainer process in task manager (CTRL+SHIFT+ESC).

I just noticed this is happening to me too. Both with 750 and 650. Guess it is a problem with v2.4.10 because it was working before. Now if I add a GTN to a plane the window does not open.

The "Reset Window" is dark, can't be clicked. And the Garmin trainer process is there in task manager.

The window opens on the planes that have the GTN in the 3D panel though.

Alvega

CPU: AMD 7800X3D | COOLER: Cooler Master MasterLiquid 240L Core ARGB | GPU: RTX 4070 TI Super 16GB OC | Mobo: ASUS TUF GAMING X670E-PLUS WIFI |
RAM: 32 GB Corsair Vengeance RGB DDR5 6000MHz PC5-48000 2x16GB CL36 | SSDs: WD Black SN770 2TB NVMe SSD (WIN11), WD Black SN850X SSD 2 TB M.2 2280 PCIe Gen4 NVMe (MSFS), Crucial MX500 2TB (Other stuff) | CASE: Forgeon Arcanite ARGB Mesh Tower ATX White | Power Supply: Forgeon Bolt PSU 850W 80+ Gold Full Modular White 

Could you check the RealityXP.GTN.ini in the aircraft folder and verify if there is a  [GTN_750_1.WINDOW] section (or GTN_650, depending on the device you've installed)?
If it's not there the ini file is incomplete, for some reason.

Hi, I'll review this and keep you posted.

3 hours ago, Bourrinopathe said:

Could you check the RealityXP.GTN.ini in the aircraft folder and verify if there is a  [GTN_750_1.WINDOW] section (or GTN_650, depending on the device you've installed)?
If it's not there the ini file is incomplete, for some reason.

HI Bourrinopathe,

No, there's not. There's just a [GTN_750_1] section.

Aren't you having the same problem when trying to add the GTN to a new plane with 2.4.10?

Alvega

CPU: AMD 7800X3D | COOLER: Cooler Master MasterLiquid 240L Core ARGB | GPU: RTX 4070 TI Super 16GB OC | Mobo: ASUS TUF GAMING X670E-PLUS WIFI |
RAM: 32 GB Corsair Vengeance RGB DDR5 6000MHz PC5-48000 2x16GB CL36 | SSDs: WD Black SN770 2TB NVMe SSD (WIN11), WD Black SN850X SSD 2 TB M.2 2280 PCIe Gen4 NVMe (MSFS), Crucial MX500 2TB (Other stuff) | CASE: Forgeon Arcanite ARGB Mesh Tower ATX White | Power Supply: Forgeon Bolt PSU 850W 80+ Gold Full Modular White 

Hi, just tested and indeed it fails to create the default [window] and [panels] sections.

Good catch! There will be a new RC today.

In the meantime, you can manually add the following defaults to the ini file:

NB: this is for the GTN 750 Unit1, replace the section headers with 'GTN_750_2' for Unit2, and with 650 instead of 750 accordingly.

Also, once loaded, you might want to select the GTN menu | Reset Window to reposition to the upper right corner of your display.

 

[GTN_750_1.WINDOW]
; display window if true.
visible = true 
; show screen only gauge if true.
nobezel = false
; display type: WINDOW,PANEL2D,PANEL3D,PANELS
frame.type = WINDOW
; display position and dimension (left,top,width,height)
frame.rect = 546,964,830,790
; screen only border size (pixels).
border.size = 0
; screen only border color (#RGB or #RGBA).
border.rgba = #000000
; enable mouse clickspots if true, disable if false (use SHIFT to override)
usemouse = true 
; left mouse button on the screen toggles popup window if true (requires SHIFT+left mouse button).
popleft = false
; right mouse button on the screen toggles popup window if true (requires XP11.1).
popright = false
; display mouse tooltips if true.
tooltips = false
; freeze display position if true.
locked = false

[GTN_750_1.PANELS]
; display window if true.
visible = false
; show screen only gauge if true.
nobezel = true 
; display type: WINDOW,PANEL2D,PANEL3D,PANELS
frame.type = PANELS
; display position and dimension (left,top,width,height)
frame.rect = 0,0,0,0
; screen only border size (pixels).
border.size = 0
; screen only border color (#RGB or #RGBA).
border.rgba = #000000
; enable mouse clickspots if true, disable if false (use SHIFT to override)
usemouse = true 
; left mouse button on the screen toggles popup window if true (requires SHIFT+left mouse button).
popleft = false
; right mouse button on the screen toggles popup window if true (requires XP11.1).
popright = false

Hi Jean-Luc, this worked. Thanks.

Alvega

CPU: AMD 7800X3D | COOLER: Cooler Master MasterLiquid 240L Core ARGB | GPU: RTX 4070 TI Super 16GB OC | Mobo: ASUS TUF GAMING X670E-PLUS WIFI |
RAM: 32 GB Corsair Vengeance RGB DDR5 6000MHz PC5-48000 2x16GB CL36 | SSDs: WD Black SN770 2TB NVMe SSD (WIN11), WD Black SN850X SSD 2 TB M.2 2280 PCIe Gen4 NVMe (MSFS), Crucial MX500 2TB (Other stuff) | CASE: Forgeon Arcanite ARGB Mesh Tower ATX White | Power Supply: Forgeon Bolt PSU 850W 80+ Gold Full Modular White 

  • Author

Got the screens to show but back to black screen! Bothe 650 and 750 show but will not boot.

1 minute ago, floydcox said:

Got the screens to show but back to black screen! Bothe 650 and 750 show but will not boot.

What plane? Or did you try on more than one?

Alvega

CPU: AMD 7800X3D | COOLER: Cooler Master MasterLiquid 240L Core ARGB | GPU: RTX 4070 TI Super 16GB OC | Mobo: ASUS TUF GAMING X670E-PLUS WIFI |
RAM: 32 GB Corsair Vengeance RGB DDR5 6000MHz PC5-48000 2x16GB CL36 | SSDs: WD Black SN770 2TB NVMe SSD (WIN11), WD Black SN850X SSD 2 TB M.2 2280 PCIe Gen4 NVMe (MSFS), Crucial MX500 2TB (Other stuff) | CASE: Forgeon Arcanite ARGB Mesh Tower ATX White | Power Supply: Forgeon Bolt PSU 850W 80+ Gold Full Modular White 

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.