![]() |
SOLVED: AMD GPU Tone mapping issue - 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: SOLVED: AMD GPU Tone mapping issue (/t-solved-amd-gpu-tone-mapping-issue) |
AMD GPU Tone mapping issue - arrguy - 2025-07-27 Hi, I've a problem with tone mapping on AMD GPU. Recently I've got my hands on used Radeon RX 5700, that I thought could do just fine for transcoding. After initial configuration, drivers, permissions etc. I've got it working, all is fine, except tone mapping - which I believe should work, since this card should be able to handle HEVC 10 bit - according to https://www.x.org/wiki/RadeonFeature/#radeonvcnvideocorenexthardware (NAVI 10) I couldn't find any info about my ffmpeg transcoding error, that's why I wanted to create a topic here. Environment: Jellyfin 10.10.7 with jellyfin-ffmpeg on Ubuntu, installed by install-debuntu script - running in VM on Proxmox with GPU passthrough For decoding I've enabled: H264, HEVC, MPEG2, VC1, VP9, HEVC 10bit, VP9 10bit Enabled encoding for HEVC ls -l /dev/dri Code: drwxr-xr-x 2 root root 80 Jul 25 16:58 by-path id jellyfin Code: uid=114(jellyfin) gid=119(jellyfin) groups=119(jellyfin),44(video),109(render) drivers installed: Code: amdgpu-install --opencl=rocr --vulkan=amdvlk --opengl=mesa vainfo: Code: error: XDG_RUNTIME_DIR is invalid or not set in the environment. ffmpeg error: Code: [libplacebo @ 0x7bcc48084d80] Requested image size 3840x1608x0 exceeds the maximum allowed dimensions 2560x2560x1 for vulkan image format VK_FORMAT_R16_UNORM I suspect this card could be used in the past as crypto miner, could it be related (non-standard bios or damaged card) or am I missing some configuration step? Thank you for your time RE: AMD GPU Tone mapping issue - nyanmisaka - 2025-07-28 There is no need to install proprietary drivers from AMD repo. Jellyfin package already includes open source Mesa drivers. Please uninstall AMD proprietary drivers and try again (especially AMDVLK). RE: AMD GPU Tone mapping issue - arrguy - 2025-07-28 You were right - removing drivers by amdgpu-install --uninstall, removing amdgpu-install completely, cleaning up with apt autoremove and restarting helped (had to restart whole server due to AMD bug where it cannot wake up card again, but it's not Jellyfin related) Now transcoding with tone mapping works as intended ![]() So simple fix, and I thought those drivers are necessary Thank you |