summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/write_final_vmx.inc
diff options
context:
space:
mode:
authorSimon Rettberg2019-03-12 12:38:05 +0100
committerSimon Rettberg2019-03-12 12:38:05 +0100
commite1ffd04f7524abcf67479f2905c15fc004584fb8 (patch)
tree40a5e88d1a293690bae34e0354f6c6cca5977c7d /core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/write_final_vmx.inc
parent[kiosk-common] Only allow 132.230.0.0/16? Very smart! (diff)
downloadmltk-e1ffd04f7524abcf67479f2905c15fc004584fb8.tar.gz
mltk-e1ffd04f7524abcf67479f2905c15fc004584fb8.tar.xz
mltk-e1ffd04f7524abcf67479f2905c15fc004584fb8.zip
[rootfs-stage32/vmware-common] Always force 3D - don't lower hwversion
Diffstat (limited to 'core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/write_final_vmx.inc')
-rw-r--r--core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/write_final_vmx.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/write_final_vmx.inc b/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/write_final_vmx.inc
index b41a136f..4643e034 100644
--- a/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/write_final_vmx.inc
+++ b/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/write_final_vmx.inc
@@ -205,11 +205,11 @@ setup_graphics() {
if isset SLX_VMWARE_3D; then
writelog "FORCE3D set - overriding 3D in vmx file."
echo 'mks.gl.allowBlacklistedDrivers = "TRUE"' >> "${TMPCONFIG}"
- # We override... play safe and cap the hwVersion to 10, since some i915 chips goofed up with 12
- # Investigate if we might have to do this in other cases where we don't override
- if grep -qi '^mks.enable3d.*true' "${TMPCONFIG}"; then
- vmw_cap_hw_version "10"
- fi
+# # We override... play safe and cap the hwVersion to 10, since some i915 chips goofed up with 12
+# # Investigate if we might have to do this in other cases where we don't override
+# if grep -qi '^mks.enable3d.*true' "${TMPCONFIG}"; then
+# vmw_cap_hw_version "10"
+# fi
else
writelog "FORCE3D not set - 3D will only work if GPU/driver is whitelisted by vmware."
fi