Kodi Community Forum

Full Version: Error/blank screen on debian linux ARM
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I bought some days ago an ifc6410 board from inforce computing.
It basically is an ARMv7l with a freedreno (snapdragon driver)

I just installed my own debian unstable/experimental on it, and
managed to get glxgears working, with a 4.1-rc3 mainline kernel.

I tried two versions of xbmc/kodi with the exact same results.
The first version I tried is the debian unstable package 13.2
The second version I tried is the version from https://people.debian.org/~rbalint/ppa/x...-unstable/
that I specially compiled for arm. This version, if I understood
well has the builtin ffmpeg compiled in (I don't know if this
is important). It may be worth noting, gl is disabled and
gles is enabled.

These two installation showed me a blanked screen with logs
filled with :

Code:
ERROR: Invalid GUI Shader selected - [guishader_frag_texture.glsl]
ERROR: Invalid GUI Shader selected - [guishader_frag_fonts.glsl]
ERROR: Previous line repeats 1 times.
ERROR: Invalid GUI Shader selected - [guishader_frag_texture.glsl]
ERROR: Invalid GUI Shader selected - [guishader_frag_texture_noblend.glsl]

Full log is at : http://pastebin.com/3PE9KzBG

I checked around but didn't found anything interesting. Maybe here someone
can help me figure out what I am missing.

Thanks
Most likely glxgears does only sw rendering. The log looks catastrophic. No real sw support driver support as it seems.

Fix those first.