Android x86 4.4 RC1 on Eee PC 1101HA

575 views
Skip to first unread message

Michele Gaspardo

unread,
Apr 5, 2014, 4:45:07 AM4/5/14
to andro...@googlegroups.com
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

Mark O.

unread,
Apr 11, 2014, 10:08:16 AM4/11/14
to andro...@googlegroups.com
Mick,
Try adding "gfxpayload=1366x768x16,1366x768" to your linux line rather than the UVESA_MODE.  Also, I use "video=-16".
Alternately, you use "set gfxpayload=1366x768x16,1366x768" before the linux line.
Mark
Reply all
Reply to author
Forward
0 new messages