lokigames:kingpin

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
lokigames:kingpin [2025/11/18 13:33] – [Install the game] twolifelokigames:kingpin [2025/12/03 09:55] (Version actuelle) – [No sound] twolife
Ligne 60: Ligne 60:
 The real pain point is how it uses the original sound system for Linux, OSS. You would think that it's not a big deal, because you already use ''osspd'', a userspace daemon that emulate the OSS devices (/dev/dsp, /dev/adsp and /dev/mixer) and that would normally save the day. The real pain point is how it uses the original sound system for Linux, OSS. You would think that it's not a big deal, because you already use ''osspd'', a userspace daemon that emulate the OSS devices (/dev/dsp, /dev/adsp and /dev/mixer) and that would normally save the day.
  
-But unfortunately, the game use ''mmap()'' on ''/dev/dsp'', and this is not supported by osspd. So we need to use the use the ALSA provided OSS emulation in the kernel: +But unfortunately, the game use ''mmap()'' on ''/dev/dsp'', and this is not supported by osspd. So we need to use the ALSA provided OSS emulation in the kernel: 
  
 <code> <code>
  • lokigames/kingpin.1763472825.txt.gz
  • Dernière modification : 2025/11/18 13:33
  • de twolife