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 | |
| 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')
| -rw-r--r-- | remote/modules/vmchooser/data/etc/openslx/vmchooser/virtualization.conf | 8 | ||||
| -rw-r--r-- | remote/modules/vmplayer/data/etc/openslx/vmware/run-virt.include | 6 |
2 files changed, 2 insertions, 12 deletions
diff --git a/remote/modules/vmchooser/data/etc/openslx/vmchooser/virtualization.conf b/remote/modules/vmchooser/data/etc/openslx/vmchooser/virtualization.conf deleted file mode 100644 index 8887ee6f..00000000 --- a/remote/modules/vmchooser/data/etc/openslx/vmchooser/virtualization.conf +++ /dev/null @@ -1,8 +0,0 @@ -totalmem=1000 -cpu_cores=1 -host_arch=i686 -vtflag=0 -hostmacaddr=00:0c:29:4e:ee:57 -hostip=132.230.4.54 -hostname=slx-client -cdrom_0=/dev/sr0 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" |
