diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-03-22 19:20:07 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-03-22 19:20:07 (GMT) |
commit | b7e8a22add9ff7e7ca41fe8c5fc25ea501eb3e2d (patch) | |
tree | fba15f03bf498dc1da24d9017e8c35df920e0eec /abs/extra-testing/community/xbmc/xbmc.install | |
parent | 50a39a9338fbddb79f581fdc52ee5e398054c6e7 (diff) | |
download | linhes_pkgbuild-b7e8a22add9ff7e7ca41fe8c5fc25ea501eb3e2d.zip linhes_pkgbuild-b7e8a22add9ff7e7ca41fe8c5fc25ea501eb3e2d.tar.gz linhes_pkgbuild-b7e8a22add9ff7e7ca41fe8c5fc25ea501eb3e2d.tar.bz2 |
Bring XBMC to LinHES.
Diffstat (limited to 'abs/extra-testing/community/xbmc/xbmc.install')
-rw-r--r-- | abs/extra-testing/community/xbmc/xbmc.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/extra-testing/community/xbmc/xbmc.install b/abs/extra-testing/community/xbmc/xbmc.install new file mode 100644 index 0000000..9316bc8 --- /dev/null +++ b/abs/extra-testing/community/xbmc/xbmc.install @@ -0,0 +1,9 @@ +post_install() { + echo ">> If XBMC won't start, but just segfaults, double check your X.Org config" + echo ">> so that your display depth is at least 24-bit. Eg: change " + echo ">> \"DefaultDepth 16\" under the \"Screen\" section so it says 24 instead" + echo ">> of 16." + /bin/true +} + +# vim:set ts=2 sw=2 et: |