1
0
Fork 0
forked from koniifer/ableos

fixed sound

This commit is contained in:
Erin 2022-10-29 19:20:23 +02:00 committed by ondra05
parent 84f163f534
commit 8ebaf1b244

View file

@ -22,18 +22,14 @@ run-command = [
] ]
run-args = [ run-args = [
# "--nodefaults", # "--nodefaults",
"-cpu", "-cpu", "Broadwell-v3",
"Broadwell-v3", "-m", "4G",
"-m", "-serial", "stdio",
"4G", "-smp", "cores=2",
"-serial",
"stdio",
"-smp",
"cores=2",
"-soundhw", "-audiodev", "id=pa,driver=pa",
"pcspk", "-machine", "pcspk-audiodev=pa",
# "-device", # "-device",
@ -41,11 +37,8 @@ run-args = [
# "-device", # "-device",
# "virtio-gpu-pci", # "virtio-gpu-pci",
"-device", "-device", "vmware-svga",
"vmware-svga", "-device", "sb16",
"-device",
"sb16",
# "-machine", "pcspk-audiodev=0", # "-machine", "pcspk-audiodev=0",