Hey, thanks for the report. This looks like a known Linux rendering issue, and there are a few similar reports.
A few things you can try:
-
Run Cursor with GPU acceleration disabled:
cursor --disable-gpu -
If you’re on Wayland, force X11 rendering:
cursor --ozone-platform=x11 -
You can also try combining flags:
cursor --disable-gpu-compositing --disable-software-rasterizer
If any of these help, you can make the flags permanent by adding them to your .desktop file.
A couple quick questions:
- Are you using Wayland or Xorg?
- What GPU do you have, and which driver are you using (proprietary or open source)?
Related threads for reference:
- Cursor opens to a blank window (fixed by switching to Xorg)
- UI not rendering on Manjaro Linux
Let me know how it goes.