diff options
| author | Michael Neves | 2013-06-10 14:56:07 +0200 |
|---|---|---|
| committer | Michael Neves | 2013-06-10 14:56:07 +0200 |
| commit | e79ddcf985910078a2f27414240d2c1e0a883848 (patch) | |
| tree | 48d46d4a07a75223a84add5947b34639c2f63e2e /remote/modules/vmplayer/data/etc | |
| parent | Merge branch 'master' of simonslx:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-e79ddcf985910078a2f27414240d2c1e0a883848.tar.gz tm-scripts-e79ddcf985910078a2f27414240d2c1e0a883848.tar.xz tm-scripts-e79ddcf985910078a2f27414240d2c1e0a883848.zip | |
[vmplayer] enable sound and 3D in vmplayer
Diffstat (limited to 'remote/modules/vmplayer/data/etc')
| -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" |
