diff options
author | joe | 2012-07-06 20:47:20 +0200 |
---|---|---|
committer | joe | 2012-07-06 20:47:20 +0200 |
commit | 4e5c973d45893f3f73cc205325dc9a8468d69bef (patch) | |
tree | 5c1a1608553e7833752097a5ad274cc39ceb3c75 | |
parent | nfs performance fix (diff) | |
download | core-4e5c973d45893f3f73cc205325dc9a8468d69bef.tar.gz core-4e5c973d45893f3f73cc205325dc9a8468d69bef.tar.xz core-4e5c973d45893f3f73cc205325dc9a8468d69bef.zip |
fix sound for windows vm's
-rw-r--r-- | src/os-plugins/plugins/vmchooser/files/run-virt.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os-plugins/plugins/vmchooser/files/run-virt.sh b/src/os-plugins/plugins/vmchooser/files/run-virt.sh index e89affeb..5a03e63f 100644 --- a/src/os-plugins/plugins/vmchooser/files/run-virt.sh +++ b/src/os-plugins/plugins/vmchooser/files/run-virt.sh @@ -385,8 +385,8 @@ amixer -q sset Master 80% unmute 2>/dev/null amixer -q sset PCM 80% unmute 2>/dev/null amixer -q sset CD 80% unmute 2>/dev/null amixer -q sset Headphone 80% unmute 2>/dev/null -amixer -q sset Front 80% umute 2>/dev/null # in SUSE 11.0 it's headphone -amixer -q sset Speaker 0 mute 2>/dev/null # annoying built-in speaker +amixer -q sset Front 80% unmute 2>/dev/null # in SUSE 11.0 it's headphone +amixer -q sset Speaker 80% unmute 2>/dev/null # annoying built-in speaker writelog "finished\n" # Copy guest configuration (with added information) config.xml to be accessed |