![]() |
New A380, trouble with HW acceleration - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: New A380, trouble with HW acceleration (/t-new-a380-trouble-with-hw-acceleration) |
New A380, trouble with HW acceleration - JustAnotherDude - 2025-02-11 I recently got a Sparkle A380 to add to my linux server. Up until now I have been running everything on a Ryzen 7600 with the integrated graphics. I think I have all of the necessary Intel GPU packages installed. I enabled Intel QSV and checked all of the boxes under 'Enable Hardware Decoding For:' header, checked boxes for 'Enable Hardware Encoding' and allow encoding in both HEVC and AV1. Trying to play any video fails with the following log: Code: Stream mapping: Disabling all HW acceleration allows video playback as normal. Does anybody have any tips for configuring Jellyfin to use the Intel A380? RE: New A380, trouble with HW acceleration - TheDreadPirate - 2025-02-11 What distro is running on? Did you install the HuC/GuC firmware? What is the output of this command? Code: sudo dmesg | grep i915 If your server has been up for a while, that command may not output anything. Run this command instead to search older dmesg logs. Code: sudo grep i915 /var/log/dmesg.log.1 |