Hello,
when I was trying to run 1920x1080 on my Wandboard (iMX6DL) I found out that in fact the resolution came up.
But the wallpaper window and all application windows were not as high as they could be, i.e. approximately 720 lines instead of 1080-48 lines (bottom, system bar is as far as I know 48 pixel at 160dpi).
I suspect it is the layout of the launcher. Unfortunately I have only a few experience with xml layout files.
- Did anybody face the same issues?
- Has someone found a solution?
Many thanks,
Michael
was your image (uboot + kernel + rootfs) built with Yocto framework?
Hello Leonardo,
To be honest: no clue.
I am using the Wandboard sources 4.1.2 and the April patch.
Did not change anything except the /device/fslwandboard/Bootconfig.mk file. Just changed the BOARD_KERNEL_CMDLINE to
BOARD_KERNEL_CMDLINE := console=ttymxc0,115200 init=/init video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32 video=mxcfb1:off video=mxcfb2:off fbmem=28M vmalloc=400M androidboot.console=ttymxc0 androidboot.hardware=freescale
Then set "lunch 17" (Wandboard user)
and started to "make"
Best regards,
Michael