5 if [[ -z $
(glxinfo |
grep "direct rendering.*Yes" |
uniq) ]]; then
6 echo "XBMC needs hardware accelerated OpenGL rendering."
7 echo "Install an appropriate graphics driver."
9 echo "Please consult XBMC Wiki for supported hardware"
10 echo "http://wiki.xbmc.org/?title=Supported_hardware"
15 if [[ -z $
(xdpyinfo |
grep "depth of root.*24" |
uniq) ]]; then
16 echo "XBMC cannot run unless the"
17 echo "screen color depth is atleast 24 bit."
19 echo "Please reconfigure your screen."