1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-17 04:40:09 +00:00

aRts, ESD consistent spelling

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16342 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-09-01 23:53:57 +00:00
parent d3406f6bd2
commit 55d06ffe4f
2 changed files with 7 additions and 7 deletions

View File

@ -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>

View File

@ -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>