Linux Error/blank screen on debian linux ARM
#1
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
Reply
#2
Most likely glxgears does only sw rendering. The log looks catastrophic. No real sw support driver support as it seems.

Fix those first.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply

Logout Mark Read Team Forum Stats Members Help
Error/blank screen on debian linux ARM0