Posts: 51
Joined: Feb 2012
Reputation:
6
I've been using fritsch's legendary tutorial for a number of years by using x11.
Can somebody help me with an appropriate /etc/systemd/system/kodi.service for using a compiled kodi with GBM+GLES?
Asrock J5040 powered by Ubuntu 24.04 and KODI
Posts: 692
Joined: Mar 2011
Reputation:
87
sarbes
Team-Kodi Member
Posts: 692
2023-02-16, 09:56
(This post was last modified: 2023-02-16, 10:11 by sarbes. Edited 1 time in total.)
No! Kodi does support HDR. There is no bug.
The classic GLES renderer is operating on 8 bit textures with SDR output (still good for software decoding legacy formats). The renderer with DMABUF import takes unaltered 10 bit textures but can only output SDR (good if you need GPU tonemapping for an SDR display). And there is the hardware based approach, where the video is passed directly to the scanout device, never touching the GPU (this is the "HDR way").
If you are not using the latter on your low-end device for high resolution videos, you have other problems besides "HDR not working".
But this discussion is far away from what OP wants to achieve. Could you please take this elsewhere.
Edit: this was aimed at the post before the last one.
Posts: 6,810
Joined: Jul 2010
Reputation:
198
2023-02-16, 21:15
(This post was last modified: 2023-02-16, 21:16 by FernetMenta. Edited 1 time in total.)
As far I understand the current code DRM rendering requires DRMPRIME video codec which is only available on platforms that provide a V4L2 video decoder. Intel and AMD don't provide a v4l2 decoder, do they?