diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-01-01 18:27:01 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-01-01 18:27:01 (GMT) |
commit | ab568a47d2c9b3321b119c4f1abeee6a688fb252 (patch) | |
tree | 5045f8918e37e423d99a55efa7594b1fb24a333a /abs/extra-testing/xbmc/xbmc.install | |
parent | 6f5a7459a4127507c578cc22b8ae24550a45e123 (diff) | |
parent | 8a24d8d6837acba283c55724acfeea6e1bd6b771 (diff) | |
download | linhes_pkgbuild-ab568a47d2c9b3321b119c4f1abeee6a688fb252.zip linhes_pkgbuild-ab568a47d2c9b3321b119c4f1abeee6a688fb252.tar.gz linhes_pkgbuild-ab568a47d2c9b3321b119c4f1abeee6a688fb252.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing/xbmc/xbmc.install')
-rw-r--r-- | abs/extra-testing/xbmc/xbmc.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/extra-testing/xbmc/xbmc.install b/abs/extra-testing/xbmc/xbmc.install new file mode 100644 index 0000000..eb4e9d4 --- /dev/null +++ b/abs/extra-testing/xbmc/xbmc.install @@ -0,0 +1,7 @@ +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 +} |