forked from AbleOS/ableos
fixed sound
This commit is contained in:
parent
84f163f534
commit
8ebaf1b244
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue