Changes between Version 147 and Version 148 of FAQ


Ignore:
Timestamp:
Aug 25, 2023, 7:30:35 PM (9 months ago)
Author:
Norse_Harold
Comment:

Adjust Linux-specific info about allow-moves in openal configuration

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v147 v148  
    259259    }}}
    260260    {{{#!td style="border-right:none;padding-left:0.5em"
    261 Not being able to switch the audio device 0AD uses to output sound while 0AD is running is a limitation by the default OpenAL configuration. To fix that, add the following option to OpenAL's configuration file (either `/etc/openal/alsoft.conf` or `~/.alsoftrc`):
     261Not being able to switch the audio device 0AD uses to output sound while 0AD is running might be caused by a [https://github.com/kcat/openal-soft/commit/c135629eae544b0e7785803b98987c1ab1eb95ca bug in KDE] or a [https://github.com/kcat/openal-soft/commit/c135629eae544b0e7785803b98987c1ab1eb95ca limitation of the default] OpenAL configuration. To fix that, consider adding the following option to OpenAL's configuration file (either `/etc/openal/alsoft.conf` or `~/.alsoftrc`):
    262262      {{{#!cfg
    263263      [pulse]
    264264      allow-moves=true
    265265      }}}
     266More information about this issue is in the answer to the question "No sound, no audio, or 0 A.D. is the only app with sound"
    266267    }}}
    267268  }}}