The fix is scheduled for the next release
https://lemmy.blahaj.zone/post/11278335

The fix is scheduled for the next release - Blåhaj Lemmy
Image text: “Fact: 90% of Linux users switch back to windows right before all
their problems are about to be fixed”
If you really want to run Linux : Distro hop
If you are not happy, then try a few more distros.
Yeah, that’s what I i did, first tried Nobara, I liked it but encountered some issues, tried to fix them but I realized I spent too much time and there’s no clear fix, so I hoped on Fedora and everything works nicely, exept for the Multimedia drivers which I’m still trying to fix…
This is what seems to have helped for me on Fedora:
Install free and non-free RPM Fusion repositories: https://rpmfusion.org/Configuration
Then run the following:
sudo dnf groupupdate multimedia --setop="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin
sudo dnf groupupdate sound-and-video
sudo dnf install mozilla-openh264
rm ~/.cache/gstreamer-1.0/registry.x86_64.bin
I was having trouble with many h265 videos until I cleared my gstreamer cache (I only needed to clear the 64-bit cache, this thread suggests clearing both 32 and 64-bit):
https://discussion.fedoraproject.org/t/h265-videos-wont-play-in-totem-after-installing-all-codecs/87341/17
Configuration - RPM Fusion