From 27bda3a403540b8fe70238d4d3a2af94d148861c Mon Sep 17 00:00:00 2001 From: ondra05 Date: Sat, 29 Oct 2022 19:20:23 +0200 Subject: [PATCH] fixed sound --- ableos/Cargo.toml | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/ableos/Cargo.toml b/ableos/Cargo.toml index 5c0639f4..ca47df06 100644 --- a/ableos/Cargo.toml +++ b/ableos/Cargo.toml @@ -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",