diff options
Diffstat (limited to 'remote/modules/vmplayer/data')
| -rw-r--r-- | remote/modules/vmplayer/data/etc/openslx/vmware/run-virt.include | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/remote/modules/vmplayer/data/etc/openslx/vmware/run-virt.include b/remote/modules/vmplayer/data/etc/openslx/vmware/run-virt.include index 837513d2..d3fa9981 100644 --- a/remote/modules/vmplayer/data/etc/openslx/vmware/run-virt.include +++ b/remote/modules/vmplayer/data/etc/openslx/vmware/run-virt.include @@ -174,8 +174,7 @@ ethernet0.address = \"00:50:56:${VM_ID}:${machostpart}\" ethernet0.wakeOnPcktRcv = \"FALSE\" # sound -#TODO: enable sound -sound.present = \"FALSE\" +sound.present = \"TRUE\" sound.fileName = \"-1\" sound.autodetect = \"TRUE\" sound.virtualdev = \"${sound}\" @@ -343,8 +342,7 @@ sound="es1371" # check for 3D configuration setting case "${enable3d}" in *true*|*yes*) - #TODO: enable 3D - enable3d="FALSE" + enable3d="TRUE" ;; *) enable3d="FALSE" |
