christianhaitian / arkos

Another rockchip Operating System
MIT License
1.47k stars 83 forks source link

~/.asoundrc update #884

Closed DenXD closed 8 months ago

DenXD commented 8 months ago

some games like "chasm" crashing on start some in game like "owlboy" on last version of ArkOS don't know the real issue but this is a fix

update ~/.asoundrc with:

pcm.!default { type plug slave.pcm "dmixer" }

pcm.dmixer { type dmix ipc_key 1024 slave { pcm "hw:0,0" period_time 0 period_size 1024 buffer_size 4096 rate 44100 } bindings { 0 0 1 1 } }

ctl.!default { type hw card 0 }

here is more info: https://discord.com/channels/1122861252088172575/1122882437291188345/1167039434382901328

christianhaitian commented 8 months ago

This is already included on supported installations of ArkOS for rk3326 devices.