diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-09-01 23:53:57 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-09-01 23:53:57 +0000 |
commit | 55d06ffe4f2aeea81e095d73c49bafd1bdb191bc (patch) | |
tree | d79ef68b2df97f8fe82d5e2a41e96c5564e99f14 /DOCS | |
parent | d3406f6bd2d6041e05d178dbf949f1e42264754a (diff) |
aRts, ESD consistent spelling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16342 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/xml/en/faq.xml | 12 | ||||
-rw-r--r-- | DOCS/xml/en/tvinput.xml | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index 25f4dfc804..ec2bd908a0 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -628,9 +628,9 @@ I have no sound when playing a video and get error messages similar to this one: </screen> </para></question> <answer><para> -Are you running KDE or GNOME with the ARTS or ESD sound daemon? Try disabling +Are you running KDE or GNOME with the aRts or ESD sound daemon? Try disabling the sound daemon or use the <option>-ao arts</option> or <option>-ao esd</option> -option to make <application>MPlayer</application> use ARTS or ESD. +option to make <application>MPlayer</application> use aRts or ESD. You might also be running ALSA without OSS emulation, try loading the ALSA OSS kernel modules or add <option>-ao alsa</option> to your command line to directly use the ALSA audio output driver. @@ -643,11 +643,11 @@ When starting <application>MPlayer</application> under KDE I just get a black screen and nothing happens. After about one minute the video starts playing. </para></question> <answer><para> -The KDE arts sound daemon is blocking the sound device. Either wait until the -video starts or disable the arts-daemon in control center. If you want to use -arts sound, specify audio output via our native arts audio driver +The KDE aRts sound daemon is blocking the sound device. Either wait until the +video starts or disable the aRts daemon in control center. If you want to use +aRts sound, specify audio output via our native aRts audio driver (<option>-ao arts</option>). If it fails or isn't compiled in, try SDL -(<option>-ao sdl</option>) and make sure your SDL can handle arts sound. Yet +(<option>-ao sdl</option>) and make sure your SDL can handle aRts sound. Yet another option is to start <application>MPlayer</application> with artsdsp. </para></answer> </qandaentry> diff --git a/DOCS/xml/en/tvinput.xml b/DOCS/xml/en/tvinput.xml index 8bbda68e43..ffe35d049c 100644 --- a/DOCS/xml/en/tvinput.xml +++ b/DOCS/xml/en/tvinput.xml @@ -139,7 +139,7 @@ this driver. <para> If <application>MEncoder</application> cannot open the audio device, make sure that it is really available. There can be some trouble with the sound -servers like arts (KDE) or esd (GNOME). If you have a full duplex sound card +servers like aRts (KDE) or ESD (GNOME). If you have a full duplex sound card (almost any decent card supports it today), and you are using KDE, try to check the "full duplex" option in the sound server preference menu. </para> |