XMBC
Bananian - XBMC compiler error - WORKS
39
28028
|
[XMBC]
Bananian - XBMC compiler error - WORKS
[Copy link]
|
|
Wow kodi would be awesome! |
|
|
|
|
|
|
|
Edited by stony at Wed Jan 28, 2015 12:43
I compiled Kodi but when I start it I just get a GUI error  - root@bananapi ~ # kodi
- ERROR: Unable to create GUI. Exiting
- 255 root@bananapi ~ #
Copy the Code kodi.log:- ERROR: InitWindowSystem: Could not initialize
- FATAL: CApplication::Create: Unable to init windowing system
Copy the Code any ideas how to fix this? |
|
|
|
|
|
|
|
Edited by feraay at Thu Jan 29, 2015 02:23
did u do that ?- Turn on specific Sunxi optimizations for X
- Edit /usr/share/X11/xorg.conf.d/99-fbturbo.conf
- # This is a minimal sample config file, which can be copied to
- # /etc/X11/xorg.conf in order to make the Xorg server pick up
- # and load xf86-video-fbturbo driver installed in the system.
- #
- # When troubleshooting, check /var/log/Xorg.0.log for the debugging
- # output and error messages.
- #
- # Run "man fbturbo" to get additional information about the extra
- # configuration options for tuning the driver.
Copy the Code bananian dont uses x11 on his own thats the problem i belive .... if u try this on a system that uses x11 from stock its pretty easy- Check /var/log/Xorg.0.log to see if there’s no errors and acceleration has indeed been turned on
- [ 18.611] (II) FBTURBO(0): enabled G2D acceleration
- [ 18.611] (==) FBTURBO(0): Backing store disabled
- [ 18.613] (II) FBTURBO(0): using sunxi disp layers for X video extension
- [ 18.613] (II) FBTURBO(0): using hardware cursor
- Copy the Code
Copy the Code checked this ?? is it right?
take a fresh bananian and get it to work with x11 ..... than start that shit maybe this is better |
|
|
|
|
|
|
|
I installed lxde desktop manager, so I guess that I have X11 installed. However xorg.conf is missing.
I will check that later! |
|
|
|
|
|
|
|
hi stony,
I will try to compile kodi on my arch. What sources of kodi you compiled? from this git://github.com/xbmc/xbmc.git ?
|
|
|
|
|
|
|
|
Edited by stony at Thu Jan 29, 2015 12:39
/usr/lib/xorg/modules/drivers/fbturbo_drv.so does not exist on my bananian. I have to add, that I'm trying on a BPI R1!
I followed multiple tutorials. In the end I used git://github.com/xbmc/xbmc.git and the ./configure settings from this tutorial: http://www.raspbian.org/RaspbianXBMC
I really don't know what all the settings do. I think --with-platform=raspberry-pi means that there should be integrated more than just xbmc in the build? --disable-x11 and --disable-pulse is not a good idea, what do you think? |
|
|
|
|
|
|
|
Update: Now I configured kodi with x11 and pulse. Starting brings following error:- /usr/local/lib/kodi/kodi-xrandr: Failed to get size of gamma for output default
- /usr/local/lib/kodi/kodi-xrandr: Failed to get size of gamma for output default
- libEGL warning: DRI2: failed to authenticate
- Segmentation fault (core dumped)
- Crash report available at /root/kodi_crashlog-20150129_201336.log
Copy the Code Log file:- 20:13:34 T:3042439168 NOTICE: Checking resolution 16
- 20:13:34 T:3042439168 WARNING: Visual 0x41 of the SDL window is not suitable, looking for another one...
- 20:13:34 T:3042439168 ERROR: EGL/GLX Error: vInfo is NULL!
Copy the Code |
|
|
|
|
|
|
|
--disable-x11 and --disable-pulse
Is very good idea ;) - because you can use XBMC as your default init ( example: R1 as your home router/access point and in meantime as you TV box ) --with-platform= it means that you use some kind of dedicated config script (i guess) |
|
|
|
|
|
|
|
yes, I compiled on Bananian. Will try on my Ubuntu laptop. The use case you explained is exactly what I want to do with the bpi r1. |
|
|
|
|
|
|