Blank screen on kodi 14 gui
#1
Hi,guys!
I am trying port kodi to lubuntu run on cubieboard cc-a80 which base on A80.
I have successfully compiled kodi on cc-a80 with below config.
./configure --enable-gles=yes --enable-openmax=yes --enable-x11=yes --enable-vdpau=no

But,When I launch the kodi, screen turn black and show nothing.at the same time, TV make a hissing sound.

It seem that kodi did not call to gles.I confirm the GPU and gles librarys is ok. Because it is can run glmark2-es2 successfully.

If use the following command to install XBMC, it is no problem.
apt-get install xbmc

I don't know what is going on, What can I do?

The KODI version is 14.1-Helix.
Reply
#2
Kodi will have created a log.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#3
(2015-03-11, 11:04)nickr Wrote: Kodi will have created a log.

Here is the full log: https://my.pcloud.com/publink/show?code=...OvTmW5WsI7

The main error log as below:

Code:
09:39:24 T:3033629712   ERROR: GL: Error compiling vertex shader
09:39:24 T:3033629712   ERROR: 4
??9:24 T:3033629712   ERROR: GL: Error compiling vertex shader
09:39:24 T:3033629712   ERROR: GUI Shader [guishader_frag_default.glsl] - Initialise failed
09:39:24 T:3033629712   ERROR: GL: Error compiling vertex shader
09:39:24 T:3033629712   ERROR: 4
Code:
09:39:25 T:3033629712   ERROR: Invalid GUI Shader selected - [guishader_frag_texture_noblend.glsl]
09:39:25 T:3033629712   ERROR: Previous line repeats 1 times.
09:39:25 T:3033629712   ERROR: Invalid GUI Shader selected - [guishader_frag_texture.glsl]
09:39:25 T:3033629712   ERROR: Previous line repeats 3 times.
09:39:25 T:3033629712   ERROR: Invalid GUI Shader selected - [guishader_frag_fonts.glsl]
09:39:25 T:3033629712   ERROR: Previous line repeats 1 times.
09:39:25 T:3033629712   ERROR: Invalid GUI Shader selected - [guishader_frag_texture.glsl]

I just want to make it work with VPU and XVideo extension.But this issue plaguing me.
Reply
#4
Then disable gles and use glx path, also disable openmax. Looks like a very fault lib your driver is using.
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
Blank screen on kodi 14 gui0