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. A: 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 (ao=sdl), and -make sure your SDL can handle arts sound. Yet another option is to start -MPlayer with artsdsp. +to use arts sound, specify audio output via our native arts audio driver +(ao=arts), or if it fails or isn't compiled in, try SDL +(ao=sdl), and make sure your SDL can handle arts sound. Yet +another option is to start MPlayer with artsdsp.   Q: 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:

alsa5native ALSA 0.5 driver alsa9native ALSA 0.9 driver (works, but has problems -> use OSS) sunSUN audio driver (/dev/audio) for BSD and Solaris8 users +artsnative ARTS driver (mostly for KDE users)