summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-08-23 21:42:50 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-08-23 21:42:50 +0000
commit572a2ac889e9dd705a4b8243038fb8d44b4a7a6b (patch)
treef8c255a6b86c5ea4780be20c72ad7c5683778f83
parent9af0f9b8e5cf19ac23ddf3e1ff62629b0109d253 (diff)
downloadxine-lib-572a2ac889e9dd705a4b8243038fb8d44b4a7a6b.tar.gz
xine-lib-572a2ac889e9dd705a4b8243038fb8d44b4a7a6b.tar.bz2
FAQ update (alsa09 devices)
CVS patchset: 474 CVS date: 2001/08/23 21:42:50
-rw-r--r--doc/FAQ15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 4b925cdd9..04fbd20b9 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -497,6 +497,21 @@ aaxine foo.mpg
to use aalib video output.
+problem with loading alsa 09 libraries
+--------------------------------------
+
+Joel Atyas <smilin@seedling.com> wrote:
+
+i had a similar problem which turned out to be caused by a feature in
+.xinerc which is still undocumented. so this proposed solution is bound
+to be a wild guess: put the lines
+
+alsa_pcm_device:plughw:0,0
+alsa_ac3_device:plughw:0,2
+
+somewhere into your ~/.xinerc and try again.
+
+
i think I found a bug!
----------------------