Visual/Graphical UI bug in the Editor, very annoying

Godot Version

Godot 4.7.1 .NET Edition, obtained from the website

This also happened on 4.6.*

Question

There’s been a bug bugging me as of late and it’s been messing with my motivation to work on my projects.
It seems Text, especially on tooltips, just does not render properly. Being covered by a black rectangle most of the time. This is largely inconsistent, but does appear more often in short tooltips, that are less than 2-3 lines in length.
This also happens when renaming nodes. This bug is only present in the editor and i haven’t had any issues with the games themselves. Upon further testing, it seems that the bug is dependent on where the mouse is.

This happens on multiple projects too but just on the editor

My hardware and software setup is far from conventional so i am sure it could be of cause.

Hardware wise, i have a Ryzen 7 7700X, 32GB of DDR5 Ram, a somewhat faulty motherboard (Audio on it was dead on arrival, otherwise works okay) and importantly, an Intel Arc Battlemage B580 12GB graphics card. Which i believe might be responsible.

On the software side of things
I’m using Fedora 43 KDE.

My KDE Plasma version is 6.7 and i recently updated, though this bug predates the update. As X11 is largely deprecated i am using Wayland and i’d rather not switch to X11 as that would likely break a lot of things. Since i am using The B580 GPU, the xe drivers are what i am using and they have been updated though it didn’t fix this issue. The xe drivers are the only drivers supported by my card, as the older i915 drivers by Intel were deprecated on Battlemage.

Interestingly, i don’t believe this bug happened on Arch Linux, with the same hardware.

This also does not happen on my Framework 13 AMD Ryzen 7640U laptop

Attached is a few images of the bug in action.

The initial bug, and how inconsistent it is

A small tooltip being covered

Screenshot_20260719_163847

The bug appears to be a defense mechanism when a predatory mouse cursor is near the text.


For some reason, does not apply to big tooltips

I get the same issue. the issue is your intel arc B580 i have it too and the godot editor does not play nice with it. forcing godot to use X11 instead of wayland might fix it!

Update: i tried forcing X11 and i got the same issues. When i try wayland i also get the same issue. The graphical issues looks the exact same as in your screenshots

made an github issue for this! graphical issues on intel arc B580 consistent with others · Issue #122127 · godotengine/godot · GitHub

I’m glad im not the only one then! Hopefully this will get fixed

Editor Settings → Interface → Editor → Single Window Mode. turn it on and it should be fixed!