wrote:
If the graphics card (whether virtual or physical) doesn't support the desired resolution, you won't be able to select it. In the case of a virtual machine, this would be dependent on the settings and capabilities provided by VMware and the host system.
you can try manually setting it. This would involve editing the .vmx configuration file for your virtual machine and adding or modifying the lines that set the display resolution.
svga.vramSize = "268435456"
svga.autodetect = "FALSE"
svga.maxWidth = "3440"
svga.maxHeight = "1440"
Don't bother. Doesn't work. The VMware SVGA driver on Windows 11 ARM doesn't provide Windows with an available "native" resolution of 3440x1440 even with these in the vmx fil, and the drivers aren't such that they recognize that a window has been resized to another resolution (and that includes going to full screen).
There's a whole thread about this in the forum, and nobody has come up with a workable solution.
We'll have to wait until VMware improves their tools in a future release.