Switch android x86 screen resolution

后端 未结 8 1350
我寻月下人不归
我寻月下人不归 2020-12-02 03:40

I would like to use Android-x86 2.2 as an emulator on my Windows 7. I have downloaded VirtualBox and the ISO, and I\'ve made a virtual machine with it, but I can\'t set the

8条回答
  •  -上瘾入骨i
    2020-12-02 04:20

    Based on my experience, it's enough to use the following additional boot options:

    UVESA_MODE=320x480 DPI=160
    

    No need to add vga definition. Watch out for DPI value! As bigger one makes your icons bigger.

    To add the previous boot options, go to debug mode (during grub menu selection)

    mount -o remount,rw /mnt
    vi /mnt/grub/menu.lst
    

    Now edit on this line:

    kernel /android-2.3-RC1/kernel quiet root=/dev/ram0 androidboot_hardware=eeepc acpi_sleep=s3_bios,s3_mode SRC=/android-2.3-RC1 SDCARD=/data/sdcard.img UVESA_MODE=320x480 DPI=160
    

    Reboot

提交回复
热议问题