Posts: 16
Joined: May 2012
Reputation:
0
Hi all,
We have cross-compiled XBMC for a Set-top-Box, board with Intel graphics card.
When I run XBMC , we are getting the following errors:
10:20:09 T:3053991728 M:527937536 ERROR: CXRandR::Query - unable to open xrandr xml
10:20:09 T:3053991728 M:527945728 NOTICE: Setup SDL
10:20:09 T:3053991728 M:529735680 FATAL: XBAppEx: Unable to initialize SDL: DirectFBCreate: Initialization error!
I do have all the related libraries and have linked the same thru LD_LIBRARY_PATH , Does any one know how to configure XBMC to use the FrameBuffers.
Any quick help in this regard is of great help.
Thanks in advance,
Posts: 666
Joined: Aug 2011
(2012-06-12, 15:34)HenryFord Wrote: So the answer up to this point has to be:
There is currently no way to get XBMC started without X11 (I think that there is a headless-version somewhere out there, but that really makes no usage-sense in this case, right?)...
False, XBMC can start on the framebuffer! Or do you really think the RaspberryPi is starting up a full fledged X11?
Posts: 666
Joined: Aug 2011
(2012-06-12, 20:47)HenryFord Wrote: 1. You shouldn't call people being "false" if you do not deliver reliable resources to back you up.
Don't get me wrong HenryFord. I did not try to call you FALSE. You answered a question with a false answer. To be honest, I only recently discovered XBMC can start on the FrameBuffer only while looking into the Allwinner support. That is why It ried to correct your statement. My apologies if it was interpretated as a personal attack/flame. Not my intension.
Anyway, Gimli gave all the correct answers (He was also my resource). He is the expert, so let's put our trust in his words.
Back on the topic;
I actually don't know how to solve the problem. Maybe Gimli can answer that question as well.
Posts: 11
Joined: Jun 2012
Reputation:
0
rashmi
Junior Member
Posts: 11
2012-06-13, 08:04
(This post was last modified: 2012-06-13, 08:21 by rashmi.)
I have seen one more media player application opening
open("/dev/gdl/0", O_RDWR|O_SYNC) = 11
open("/dev/gdl/0", O_RDWR) = 12
open("/dev/gdl/track", O_RDWR) = 1
and working as expected.
But i am unable to bring up XBMC, XBMC is failing to open the Display Device.
Any Ideas on how to link XBMC to the Display device.
Thanks,
Rashmi
Posts: 666
Joined: Aug 2011
(2012-06-13, 13:22)RockerC Wrote: @rashmi/newbie007, to clearify, are you the same person (cross-posting the exact same thing in several threads)?
In any case, maybe you should explain in more detail what exactly you want to achieve, on what hardware, and why?
Nah...... He want the eternal Internet fame
Posts: 16
Joined: May 2012
Reputation:
0
we both are team mates working on the same issue... for which we have posted unknowingly at different times... thats it and nothing for fame and all...:X
Anyways the fun apart, we have got good info with regard to our qn...
As we have already mentioned, "We have cross-compiled XBMC for a Set-top-Box, board with Intel graphics card and Ubuntu running on top of it"
There are some issues related to bringing up the display of XBMC... thats why we are seeking help from this forum...
Posts: 11,582
Joined: Feb 2008
Reputation:
84
davilla
Retired-Team-XBMC Developer
Posts: 11,582
2012-06-13, 20:15
(This post was last modified: 2012-06-13, 20:19 by davilla.)
"Ubuntu running on top of it", Ubuntu runs X11, why do you want to bring another display manager into the mix ?
I assume you have GLES support ? You really have not supplied enough info to answer the question.