Kodi Community Forum

Full Version: vaapi, opengles & gbm
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
(2021-02-21, 16:09)bkuhls Wrote: [ -> ]Are these features also possible with this setup?

Yes.
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?
You can force RGB full with a libdrm proptest tool.
(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