From 7eb7ead59d7c8cac9217fd3a3d47c517f8b5593f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 12 Sep 2018 12:52:22 +0200 Subject: [vmware] Add 2560x1080 and 3440x1440 (21:9) as special cases --- .../opt/openslx/vmchooser/plugins/vmware/includes/write_final_vmx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/vmware12') 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 )) -- cgit v1.2.3-55-g7522