Switch android x86 screen resolution

后端 未结 8 1363
我寻月下人不归
我寻月下人不归 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条回答
  •  南方客
    南方客 (楼主)
    2020-12-02 04:29

    Set resolution in android x86

    Libvirt/qemu

    Temporarily

    • Add nomodeset and vga=ask to android x86 grub entry's kernel loading options;
    • Find your best resolution and note the code you used.

    Permanently

    • Convert that code to decimal from hex;
    • Add vga=decimal_code to your preferred entry in /mnt/grub/menu.lst (mounted if android is started in debug mode).

提交回复
热议问题