I would like to know if there's any chance to have a custom resolution for Android x86. I want to set the resolution to 400x800. This is my menu.lst config:
default=0
timeout=0
splashimage=/grub/android-x86.xpm.gz
root (hd0,0)
title Android-x86 9.0-r2
kernel /android-9.0-r2/kernel nomodeset xforcevesa_root=/dev/ram0 vmalloc=192M DPI=160 SRC=/android-9.0-r2
initrd /android-9.0-r2/initrd.img
I tried to use params like: video=400x800
, video=400x800x32
, UVESA_MODE=400x800
but without luck.
The good thing is I managed to use custom resolution on VirtualBox using this:
VBoxManage setextradata <VM_NAME> "CustomVideoMode1" "400x800x32"
But I'm interested for VMware. If you have any practical solution for my issue please let me know. Thank you!
I mentioned above about what I tried.