summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware12
diff options
context:
space:
mode:
authorSimon Rettberg2018-09-12 12:52:22 +0200
committerSimon Rettberg2018-09-12 12:52:22 +0200
commit7eb7ead59d7c8cac9217fd3a3d47c517f8b5593f (patch)
treee6fba557dc5d053033652c57fea8ec6797c9fd96 /core/modules/vmware12
parent[qt5core] Include all qt language files, not just qt_??.qm (diff)
downloadmltk-7eb7ead59d7c8cac9217fd3a3d47c517f8b5593f.tar.gz
mltk-7eb7ead59d7c8cac9217fd3a3d47c517f8b5593f.tar.xz
mltk-7eb7ead59d7c8cac9217fd3a3d47c517f8b5593f.zip
[vmware] Add 2560x1080 and 3440x1440 (21:9) as special cases
Diffstat (limited to 'core/modules/vmware12')
-rw-r--r--core/modules/vmware12/data/opt/openslx/vmchooser/plugins/vmware/includes/write_final_vmx.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/vmware12/data/opt/openslx/vmchooser/plugins/vmware/includes/write_final_vmx.inc b/core/modules/vmware12/data/opt/openslx/vmchooser/plugins/vmware/includes/write_final_vmx.inc
index a03d9a92..935ca41e 100644
--- a/core/modules/vmware12/data/opt/openslx/vmchooser/plugins/vmware/includes/write_final_vmx.inc
+++ b/core/modules/vmware12/data/opt/openslx/vmchooser/plugins/vmware/includes/write_final_vmx.inc
@@ -227,7 +227,7 @@ setup_graphics() {
# For now, only do it on the odd ones, as we don't know if this has any side effects
# This seems unnecessary on Win7 but is required on WinXP - need more research for other OSs
case "$RESOLUTION" in
- 1600x900|2560x1440|2880x1800|3200x1800)
+ 1600x900|2560x1080|2560x1440|2880x1800|3200x1800|3440x1440)
X=${RESOLUTION%x*}
Y=${RESOLUTION#*x}
BYTES=$(( ( ( X * Y * 4 + 65535 ) / 65536 ) * 65536 ))