Document disabling the NVIDIA text overlay in the Troubleshooting page (#4753)

This commit is contained in:
Hugo Locurcio
2021-03-13 18:51:21 +01:00
parent 2875c009fa
commit c9d5311d53

View File

@@ -54,6 +54,17 @@ the system console. Godot cannot override this system-specific behavior.
To solve this, select the system console window and press Enter to leave
selection mode.
Some text such as "NO DC" appears in the top-left corner of the project manager and editor window.
--------------------------------------------------------------------------------------------------
This is caused by the NVIDIA graphics driver injecting an overlay to display information.
To disable this overlay on Windows, restore your graphics driver settings to the
default values in the NVIDIA Control Panel.
To disable this overlay on Linux, open ``nvidia-settings``, go to **X Screen 0 >
OpenGL Settings** then uncheck **Enable Graphics API Visual Indicator**.
The project window appears blurry, unlike the editor.
-----------------------------------------------------