Yesterday I get some strange problems with my Fedora. I used to update it every time when they’re coming (updates) and everything was normal, but that time, when I rebooted after update, (version Linux 6.17.4-300.fc43.x86_64) after using alt + shift combination as always my screen stuck. I was like, what? And then I tried to go settings to change bind… so my screen don’t wanted to answer. I considered that going to tty 'll be a good idea but that doesn’t work. I tried to change kernels and interfaces and that doesnt work too. Some time later I gave up and started using win + space, I went into Obsidian and tried to transfer a photo from my desktop, and my system froze, then the screen went black for 2 seconds, and the lock screen turned on (like after a reboot).
I don’t know what actually going on, I’m new to Linux (especially Fedora) and configure everything take to me a lot of time. I’ll be very happy if someone help me to fix this problems.
Can provide you any information if it helps, thanks!
If so, you might not be able to downgrade the mutter package independently of those other packages. And since this problem is in the beta release (Fedora Linux 43 Beta), there won’t be any older packages in the Fedora Linux 43 repos. What I think might work is the following.
$ sudo dnf downgrade --releasever=42 mutter
But you should do that from a virtual terminal in multi-user mode and there are no guarantees (but since you are running the beta release, I guess you are OK with that).
Edit: Go ahead and try just downgrading that one mutter package first though. It is a minor version change (from 49.1 to 49.0), so it might work.
If downgrading mutter requires downgrading a protected package, then yeah, you might be stuck. I wish it were easier to take snapshots of your root filesystem before upgrading to a new release. Unfortunately, it is not so easy.
You might have to make do with the Super+Space workaround until a newer version of the mutter package is available.
Did you try downloading just the mutter package to 49.0 (from Koji) and installing it with sudo dnf downgrade ./mutter-49.0-4.fc43.x86_64.rpm?
Yeah, I tried this, but didn’t worked too. I think I can work with Super + Space, lets see if this fix itself after another update, thanks for trying to help me