v19 vaapi, opengles & gbm
#1
Hi,

just a question about features. Currently I am using kodi 19.0 with these features:
- x86_64
- mesa3d i965 dri driver & opengl
- libva & intel-vaapi-driver
- X.org server

to use video decoding and pvr deinterlacing both with hardware-acceleration.

Are these features also possible with this setup?
- x86_64
- mesa3d i965 dri driver & opengles
- libva & intel-vaapi-driver
- no X.org packages
- gbm
Kodi 19.5-Matrix/OpenGLES/gbm (+ PR19558 ) - Linux kernel 5.14.21 x86_64 - ffmpeg 4.4-git (+ patch )
Mesa 22.3.7 with iris driver - VA-API version 1.16.0 + Intel iHD driver version 22.6.3 - libdrm 2.4.116 - libcec 6.0.2
Intel i9-11900T - ASRock Z590 Extreme - BIOS version 2.20
Reply
#2
(2021-02-21, 16:09)bkuhls Wrote: Are these features also possible with this setup?

Yes.
Reply
#3
With X.org I used
Code:
xrandr -display :0 --output HDMI3 --set "Broadcast RGB" "Full"
to fix the color of my TV. How can this be achieved with gbm?
Kodi 19.5-Matrix/OpenGLES/gbm (+ PR19558 ) - Linux kernel 5.14.21 x86_64 - ffmpeg 4.4-git (+ patch )
Mesa 22.3.7 with iris driver - VA-API version 1.16.0 + Intel iHD driver version 22.6.3 - libdrm 2.4.116 - libcec 6.0.2
Intel i9-11900T - ASRock Z590 Extreme - BIOS version 2.20
Reply
#4
You can force RGB full with a libdrm proptest tool.
Reply
#5
(2021-02-22, 23:02)smp1 Wrote: You can force RGB full with a libdrm proptest tool.

Thanks! FYI@all : Found these sources when searching for proptest:
https://forum.kodi.tv/showthread.php?tid...pid2603950
https://www.brad-x.com/2017/08/07/quick-...n-wayland/
https://github.com/swaywm/sway/issues/31...-638141355
Kodi 19.5-Matrix/OpenGLES/gbm (+ PR19558 ) - Linux kernel 5.14.21 x86_64 - ffmpeg 4.4-git (+ patch )
Mesa 22.3.7 with iris driver - VA-API version 1.16.0 + Intel iHD driver version 22.6.3 - libdrm 2.4.116 - libcec 6.0.2
Intel i9-11900T - ASRock Z590 Extreme - BIOS version 2.20
Reply

Logout Mark Read Team Forum Stats Members Help
vaapi, opengles & gbm0