2016-03-15, 21:45
Please post the output of "ldd /usr/lib/kodi/kodi.bin". We should be able to see which EGL lib it links to.
Some other things to check:
- Mali kernel driver version *must* match the userspace library version. It depends on the kernel you are using. The one in the sunxi-3.4 kernel is (I think) r3p0. The kernel from my repository uses r3p2.
- There are two variants of the Mali lib: one for X11 environment, one for pure framebuffer env. Kodi needs the framebuffer version, check that the correct one is installed.
- You need to reserve enough memory for graphics stuff. I have "sunxi_fb_mem_reserve=128" in my kernel boot parameters.
Have you read http://linux-sunxi.org/Mali_binary_driver and http://linux-sunxi.org/Display ?
Some other things to check:
- Mali kernel driver version *must* match the userspace library version. It depends on the kernel you are using. The one in the sunxi-3.4 kernel is (I think) r3p0. The kernel from my repository uses r3p2.
- There are two variants of the Mali lib: one for X11 environment, one for pure framebuffer env. Kodi needs the framebuffer version, check that the correct one is installed.
- You need to reserve enough memory for graphics stuff. I have "sunxi_fb_mem_reserve=128" in my kernel boot parameters.
Have you read http://linux-sunxi.org/Mali_binary_driver and http://linux-sunxi.org/Display ?