this post was submitted on 20 Apr 2024
753 points (93.1% liked)

linuxmemes

19752 readers
2283 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

Image text: "Fact: 90% of Linux users switch back to windows right before all their problems are about to be fixed"

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 2 months ago (2 children)

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...

[–] [email protected] 6 points 2 months ago* (last edited 2 months ago) (1 children)

Seriously, how can a huge distro like Fedora still be so horribly user-unfriendly when it comes to basic things like multimedia playback.

[–] [email protected] 6 points 2 months ago

It's the stupid US patent law, and they don't wanna deal with any "legal" issues,, showing you how to install those drivers is how far they can go.. But this is Exactly why these drivers are broken, they're not well integrated and not tested by Fedora devs..

That's why Distros like Ultramarine promise you a working Fedora experience OOTB, because they're not US based and such laws don't apply to their software..

[–] [email protected] 2 points 2 months ago (1 children)

This is what seems to have helped for me on Fedora:

  1. Install free and non-free RPM Fusion repositories: https://rpmfusion.org/Configuration

  2. 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

[–] [email protected] 1 points 2 months ago

Oh, Thank you very much multimedia playback behaves weirdly on my machine, I'll try these fixes and let you know