diff options
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" |
