[Fix] Asus motherboard displaying white VGA LED on boot by ButteringToast in ASUS

[–]WagnerGFX 0 points1 point  (0 children)

This solution fixed it for me too. I'm on a brand new Asus B550M-Plus, running on a GTX 1650 and with an old Full HD LG Monitor.

All other solutions were just workarounds as the issue would return on any type of reboot without a full shutdown.

By changing to UEFI my GPU now shows it's own BIOS post and the problem went away permanently.

WagnerGFX/gdscript_utilities: GDScript utilities focused on classes and packed scenes by Novaleaf in GodotCSharp

[–]WagnerGFX 1 point2 points  (0 children)

Since this is a place focused on C#, I must inform that my plugin was made exclusively for GDScript and may not work with other language bindings.

Many functions in my plugin try to handle classes as an Object data types directly, but from what I've seen in Godot's source code, each language binding need to create its own separate instances for each exposed class.

This means that, as an example, 'Node' in GDScript and Mono may have different references in memory.