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 = [
# "--nodefaults",
"-cpu",
"Broadwell-v3",
"-m",
"4G",
"-serial",
"stdio",
"-smp",
"cores=2",
"-cpu", "Broadwell-v3",
"-m", "4G",
"-serial", "stdio",
"-smp", "cores=2",
"-soundhw",
"pcspk",
"-audiodev", "id=pa,driver=pa",
"-machine", "pcspk-audiodev=pa",
# "-device",
@ -41,11 +37,8 @@ run-args = [
# "-device",
# "virtio-gpu-pci",
"-device",
"vmware-svga",
"-device",
"sb16",
"-device", "vmware-svga",
"-device", "sb16",
# "-machine", "pcspk-audiodev=0",