Bug #152
closedCreate local copy of xbmc start script without glxinfo
100%
Description
I've cleaned up the XBMCBox build so it properly cross compiles. I think the binary is valid but it still doesn't run, possibly because of the way I've installed the Raspberry Pi firmware and/or userland tools.
To get around the glxinfo problem at startup you just have to edit the /opt/xbmc-bcm/xbmc-bin/bin/xbmc script and comment out the check for glxinfo. It's not really required in this case. However, that means I'll have to add a modified version of this script to the XBMCBox source tree and make sure it gets copied in during the build.
Updated by Hammel almost 12 years ago
- Tracker changed from Action Item to Bug
- Due date set to 12 Feb 2013
This isn't quite right with the current build. The file that runs glxinfo (and xdpyinfo, which also isn't installed) is /opt/xbmc-bcm/xbmc-bin/share/xbmc/FEH.py. This script is called from /opt/xbmc-bcm/xbmc-bin/bin/xbmc. The script can be called with --no-test to avoid calling glxinfo and xdpyinfo. To do that, just modify xbmc.sh (from the XBMCBox tree) to call xbmc --no-test. That arg will get passed to FEH.py.
Updated by Hammel almost 12 years ago
- Severity changed from Critical to 01 - Critical
Updated by Hammel almost 12 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Modified XBMC_HOME to fix path issues. Added --no-test to startup script call of xbmc startup script
to disable glx and xdpy tests.