summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/faq.html7
-rw-r--r--DOCS/sound.html1
2 files changed, 5 insertions, 3 deletions
diff --git a/DOCS/faq.html b/DOCS/faq.html
index d045531639..ce8f17cca0 100644
--- a/DOCS/faq.html
+++ b/DOCS/faq.html
@@ -481,9 +481,10 @@ happens, after about one minute the video starts playing.
</B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text">
The KDE arts sound daemon is blocking the sound device, either wait the time
until video starts or you disable the arts-daemon in kontrol center. If you want
-to use arts sound, specify audio output via SDL (<CODE>ao=sdl</CODE>), and
-make sure your SDL can handle arts sound. Yet another option is to start
-<B>MPlayer</B> with artsdsp.
+to use arts sound, specify audio output via our native arts audio driver
+(<CODE>ao=arts</CODE>), or if it fails or isn't compiled in, try SDL
+(<CODE>ao=sdl</CODE>), and make sure your SDL can handle arts sound. Yet
+another option is to start <B>MPlayer</B> with artsdsp.
</TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
<TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
diff --git a/DOCS/sound.html b/DOCS/sound.html
index e97e863e67..169acf6f7d 100644
--- a/DOCS/sound.html
+++ b/DOCS/sound.html
@@ -27,6 +27,7 @@ contains these drivers:</P>
<TR><TD></TD><TD VALIGN=top><FONT CLASS="text">alsa5</TD><TD></TD><TD><FONT CLASS="text">native ALSA 0.5 driver</TD></TR>
<TR><TD></TD><TD VALIGN=top><FONT CLASS="text">alsa9</TD><TD></TD><TD><FONT CLASS="text">native ALSA 0.9 driver (works, but has problems -> use OSS)</TD></TR>
<TR><TD></TD><TD VALIGN=top><FONT CLASS="text">sun</TD><TD></TD><TD><FONT CLASS="text">SUN audio driver (/dev/audio) for BSD and Solaris8 users</TD></TR>
+<TR><TD></TD><TD VALIGN=top><FONT CLASS="text">arts</TD><TD></TD><TD><FONT CLASS="text">native ARTS driver (mostly for KDE users)</TD></TR>
</TABLE>