Hi,
I have been trying this for some days now, and not sure where the issue is.
I create a VM in Workstation, export it as OVF, then add the below to it.
<vmw:Config ovf:required="false" vmw:key="svga.maxWidth" vmw:value="1360"/>
<vmw:Config ovf:required="false" vmw:key="svga.maxHeight" vmw:value="768"/>
<vmw:Config ovf:required="false" vmw:key="svga.vramSize" vmw:value="4177920"/>
<vmw:Config ovf:required="false" vmw:key="svga.autodetect" vmw:value="FALSE"/>
Then I use OVT Tool to conver the OVF to OVA.
The I deploy the OVA to ESXi, all this works fine until the I open the VM window in the browser and it shrinks as below.

VMware tools are installed.
So I downloaded the vmx file of the deployed VM from ESXi and fonud the above code added is not there, I checked the OVA file code and its not in there either.
It seems when converting OVF to OVA this code is removed, or I'm not missing something.
Anyone know what the issue is here ?
Thank You