So I recently made a discovery that I honesty feel daft for not realizing before.

For anyone who recently moved to Linux or like me didn’t think about it there are separate video acceleration libraries for your GPU! Now most of you were probably completely aware of that. But I wasn’t so I’ve been mainly watching TV on my ThinkPad X230 for a couple of years at this point, and I always found video playback kinda lacking sometimes(stuttering, screen tearing, etc), but I always though that was due to the generally bad intel GPU drivers on Linux( there are libraries for AMD and Nvidia too). Until I came across this page on the Arch wiki( which except package names should apply to any other distro).

https://wiki.archlinux.org/title/Hardware_video_acceleration

And I’ve since had much better video playback performance that no longer has stuttering and screen tearing!

So I hope this helps someone else at some point in time have a better experience on their Linux distro watching some TV or YouTube.

  • TechAdmin@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    7 months ago

    Quick way to check if a program is using hardware video acceleration is with a gpu top utility.

    Intel - intel_gpu_top

    Nvidia - nvidia-smi / nvtop

    AMD - radeontop / nvtop / amdgpu_top (just did quick search, don’t have any AMD powered on to verify)