I have a problem in Fedora 43.
It feels like when trying to interact with the windows of the program, the window is “behind” and therefore doesn’t interact. Also, when I resize, it draws a black border.
Currently only experiencing it on REAPER, when I discover the issue on another software in my current setup, I’ll add it here.
It has nothing to do with the program version; the same program works on my Laptop, also running Fedora
It has nothing to do with GNOME Extensions
The same exact issue happend to me when I upgraded from Fedora 42 to Fedora 43 Beta. After that, I thought it was due to the Beta being unstable. Then I reintalled and used Fedora 42. Now, I upgraded to Fedora 43 and the issue is back. I really would like to learn what the cause is
The same exact software with the same exact version also worked on my computer when it was running Fedora 42. After the upgrade, it is unusable due to the issues I described.
It’s currently happening in REAPER (reaper.fm) but it IS a Fedora issue so I thought it would be valid to post it here, even though it is a proprietary software.
I would guess it is a problem with the video driver. Can you work around the problem by upgrading or downgrading your video driver or the Fedora Linux kernel?
The easiest thing to try first would be to boot into a previous version of the Linux kernel.
Use uname -r to see what version of the Linux kernel you are currently running.
Use rpm -q kernel to see what kernels are available on your system.
Reboot your PC and hold down the Shift key to (hopefully) summon the boot menu. You should be able to pick an older kernel from your boot menu and then test things to see if they are working again.
I guess it is time to start looking for some sort of error message in a log somewhere then.
Can you launch your GUI application from a terminal window? Doing so will sometimes reveal the status/error messages that are being reported by the software.
Also, what video driver are you using? If you can share the output from the following command, that would be helpful.
That looked like the best match for the issue you are reporting with a quick skim, but there might be a better match if you search a little more.
You might also try leaving sudo journalctl -f running in a terminal window and then try to reproduce the problem and see if any error messages correlate with the problems.