copytco Posted January 11, 2017 Share Posted January 11, 2017 Hi, I am totally new to Linux, but already managed to run OMV on my Banana Pi M1+ with Plex and other services I wanted on Armbian.Now I tried to run Kodi, so it could serve me both as NAS and HTPC. Firstly, I have installed xorg, then lightdm and set it up for autologin, which is working correctly. Then, I have installed Kodi 16 from git, but only gray box appears and then vanishes and screen stays black.My first impression was it is lacking GL drivers, so I have followed this tutorial: https://forum.armbian.com/index. ... pi-orangepi-pc-etc/, tested and everything seemed to be ok. I installed Emilia Pinball to check additionally - it renders correctly.Still, when I try to run Kodi it is gray screen, then black. I have opened Kodi log and I have found that, indeed, it does not see driver/device? 21:38:26 T:2967420928 ERROR: Failed to determine egl config for visual info 21:38:26 T:2967420928 ERROR: Previous line repeats 60 times. 21:38:26 T:2967420928 ERROR: EGL/GLX Error: vInfo is NULL! 21:38:26 T:2967420928 NOTICE: GL_VENDOR = NULL 21:38:26 T:2967420928 NOTICE: GL_RENDERER = NULL 21:38:26 T:2967420928 NOTICE: GL_VERSION = NULL 21:38:26 T:2967420928 NOTICE: GL_SHADING_LANGUAGE_VERSION = NULL 21:38:26 T:2967420928 NOTICE: GL_EXTENSIONS = NULL 21:38:26 T:2967420928 ERROR: GL: Error compiling vertex shader After this message, it is constantly repeating those, untill I close SSH connection. 21:38:30 T:2967420928 ERROR: Invalid GUI Shader selected - [guishader_frag_texture.glsl] 21:38:30 T:2967420928 ERROR: Invalid GUI Shader selected - [guishader_frag_fonts.glsl] 21:38:30 T:2967420928 ERROR: Previous line repeats 1 times. 21:38:30 T:2967420928 ERROR: Invalid GUI Shader selected - [guishader_frag_texture.glsl] 21:38:30 T:2967420928 ERROR: Invalid GUI Shader selected - [guishader_frag_fonts.glsl] 21:38:30 T:2967420928 ERROR: Previous line repeats 1 times. 21:38:30 T:2967420928 ERROR: Invalid GUI Shader selected - [guishader_frag_texture.glsl] 21:38:30 T:2967420928 ERROR: Invalid GUI Shader selected - [guishader_frag_fonts.glsl] The full log is available here: http://pasted.co/dc406eb6I have installed drivers using normal user with sudo and I run Kodi as root using: xinit kodi What might be the issue here? Link to comment Share on other sites More sharing options...
Recommended Posts