2015-12-02 13:55 GMT+08:00 Chieh-Min Wang <
chieh...@gmail.com>:
> Hi,
>
> I was trying to run Android_x86 4.4 rc-3 images with qemu-kvm. However, I always get black screen using "-vga std" option. If I change the "-vga" option to "cirrus" or "spice", everything works fine. I tried both Qemu 2.3 and 2.4, neither of them works. I have a project base on Qemu "-vga std" driver, I need to manage "-vga std" to work. What can I do to resolve the problem?
I don't see such a problem. It works fine for me.
This is how I run the qemu for android-x86:
qemu-kvm -sdl -m 2048 -vga std -soundhw ac97 -net nic,model=e1000 -net user \
-hda $HOME/qemu/android.img \
-boot menu=on \
-cdrom android_x86.iso
--
Chih-Wei
Android-x86 project
http://www.android-x86.org