I created an Android-x86 8.1-r1 VM using Vmware Fusion 11.0.3 for Mac, and I need to change its screen resolution to 1080x1920.
I tried to change the resolution following the instructions contained here.
I edited the /mnt/grub/menu.lst
accordingly, but I don't know if there is in VMWare a command equivalent to this Virtual Box command:
VBoxManage setextradata "VM_NAME_HERE" "CustomVideoMode1" "1080x1920x32"
So, without telling VMware about that custom resolution like it's done in Virtual Box (I don't know if it's really needed), whenever I turn the VM on, I can see the initial terminal messages, but then the screen goes black and nothing happens.