diff options
Diffstat (limited to 'remote')
| -rw-r--r-- | remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/set_hardware.inc | 9 | ||||
| -rw-r--r-- | remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/set_hardware_legacy.inc | 29 |
2 files changed, 3 insertions, 35 deletions
diff --git a/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/set_hardware.inc b/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/set_hardware.inc index 174bf314..a94f5b26 100644 --- a/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/set_hardware.inc +++ b/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/set_hardware.inc @@ -16,13 +16,8 @@ esac sound="es1371" # set sound card explicitly if there is more than one card in the host system -if [ -n "$SOUND_CARD_INDEX" ] && [ "$SOUND_CARD_INDEX" -ne 0 ]; then - sound_fileName="sound.fileName = \"sysdefault:CARD=${SOUND_CARD_INDEX}\" - sound.autodetect = \"FALSE\"" -else - sound_fileName='sound.fileName = "-1" - sound.autodetect = "TRUE"' -fi +sound_fileName='sound.fileName = "-1" +sound.autodetect = "TRUE"' # check for whitelisted HW-3D source /opt/openslx/config diff --git a/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/set_hardware_legacy.inc b/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/set_hardware_legacy.inc index baf75d93..899f5aea 100644 --- a/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/set_hardware_legacy.inc +++ b/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/set_hardware_legacy.inc @@ -29,35 +29,8 @@ esac sound="es1371" # set sound card explicitly if there is more than one card in the host system -if [ -n "$SOUND_CARD_INDEX" ] && [ "$SOUND_CARD_INDEX" -ne 0 ]; then - sound_fileName="sound.fileName = \"sysdefault:CARD=${SOUND_CARD_INDEX}\" -sound.autodetect = \"FALSE\"" -else - sound_fileName='sound.fileName = "-1" -sound.autodetect = "TRUE"' -fi - -# check for 3D configuration setting -case "$enable3d" in - true|yes) - enable3d="TRUE" - ;; - *) - enable3d="FALSE" - ;; -esac - -# set standard sound card, overwrite depending on OS (options sb16, es1371, hdaudio) -sound="es1371" - -# set sound card explicitly if there is more than one card in the host system -if [ -n "$SOUND_CARD_INDEX" ] && [ "$SOUND_CARD_INDEX" -ne 0 ]; then - sound_fileName="sound.fileName = \"sysdefault:CARD=${SOUND_CARD_INDEX}\" -sound.autodetect = \"FALSE\"" -else - sound_fileName='sound.fileName = "-1" +sound_fileName='sound.fileName = "-1" sound.autodetect = "TRUE"' -fi # check for 3D configuration setting case "$enable3d" in |
