Hi guys,
I just installed Android x86 4.4 RC1 on my Eee PC 1101HA with integrated GMA 500 graphics.
It works okay, but the the graphic resolution is 1024x768 and I can't set it to the native 1366x768 one.
This is my GRUB2:
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry "Android 4.4 RC1" {
set root=(hd0,4)
linux /android-4.4-RC1/kernel root=/dev/ram0 androidboot.hardware=eeepc acpi_sleep=s3_bios,s3_mode video=uvesa UVESA_MODE=1366x768 SRC=/android-4.4-RC1 SDCARD=/data/sdcard.img
initrd /android-4.4-RC1/initrd.img
}
Anyone can help, please?
Mick