- To set a display topology at boot, specify the screen sizes and positions with the guestInfo.svga.wddm.bootTopology VMX config option.
For a single screen:
guestInfo.svga.wddm.bootTopology="1600x1200"
For multiple screens, separate the screens with commas or spaces, and specify their positions as absolute coordinates. When setting a multimon topology, there may be a delay of a few seconds after logging in before the new topology is set. If the topology is not changed, subsequent boots will use the requested boot topology immediately.
guestInfo.svga.wddm.bootTopology="1600x1200+0+0 1200x1600+1600+0 3840x2160+2800+0"
- To restrict a VM to the requested display topology, specify the bootTopology VMX config as above, and add the "modeset disable" config see How to disable display resolution setting through VMware Tools .
guestInfo.svga.wddm.modeset="FALSE"
In this configuration it is also recommended to set the following VMX config which will remove non-matching modes from the Windows mode list (and decrease the chances of an intermediate or fallback mode being used that is not listed in the bootTopology).
guestInfo.svga.wddm.restrictModesToBootTopology="TRUE"