summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmware/data/opt
diff options
context:
space:
mode:
authorJonathan Bauer2014-10-01 18:42:49 +0200
committerJonathan Bauer2014-10-01 18:42:49 +0200
commitc570a6c8f648502a993e5ee6feb5dd447103fcb9 (patch)
tree2fcb2deec31bc98623b9d7d0df08e19203f95448 /remote/modules/vmware/data/opt
parent[vmchooser2] Update openslx.exe: Mute sound on Windows Vista and newer (diff)
downloadtm-scripts-c570a6c8f648502a993e5ee6feb5dd447103fcb9.tar.gz
tm-scripts-c570a6c8f648502a993e5ee6feb5dd447103fcb9.tar.xz
tm-scripts-c570a6c8f648502a993e5ee6feb5dd447103fcb9.zip
[vm*] set default sound card for vmware instead of using auto-detect
Diffstat (limited to 'remote/modules/vmware/data/opt')
-rw-r--r--remote/modules/vmware/data/opt/openslx/vmchooser/vmware/run-virt.include4
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/run-virt.include b/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/run-virt.include
index ef54218e..90e49445 100644
--- a/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/run-virt.include
+++ b/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/run-virt.include
@@ -266,8 +266,8 @@ runvmwareconfheader ()
# sound
sound.present = "TRUE"
- sound.fileName = "-1"
- sound.autodetect = "TRUE"
+ sound.fileName = "sysdefault:CARD=$SOUND_CARD_INDEX"
+ sound.autodetect = "FALSE"
sound.virtualdev = "$sound"
pciSound.enableVolumeControl = "FALSE"
sound.enableVolumeControl = "FALSE"