Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Forcing use of an empty file named “libpulse-simple.so.0” (such that trying to dlopen() the library fails) makes no difference. As this was the workaround for some old versions of Unity to cause fallback to ALSA in the absence of the pulseaudio dæmon, no difference is what I expected.
If I instead force use of a zero-sized libpulse.so.0, things break – lots of repeated log text regarding an inability to load libAkSoundEngine.
Removing my ~/.asoundrc makes no difference.
Using apulse works, but it's nothing more than a workaround.
If the game (or the audio library which it uses) is using ALSA and trying to select an audio device provided by the graphics card then it could be working – but I can't tell as it's not choosing the one which is actually connected up to a monitor. However, so far as I can tell (via gdb), it doesn't appear to be trying to use ALSA at all.