Lowest I've been able to get on mine so far is 640x480.
I have a set of fb.modes for that here I made for use in user mode.-
http://www.cubieforums.com/index.php/topic,50.0.html
May or may not work on your particular screen.
I'll probably have another go at working on lower resolutions, but if you get something that works, do let me / us all know :)
Use with fbset.
If you are passing to kernel, do note that you'll need to compile those resolutions into the EDID settings.
https://github.com/linux-sunxi/linux-sunxi/blob/sunxi-3.0/drivers/video/sunxi/hdmi/hdmi_core.c has these resolutions, so these should be available -
use as EDID
{ HDMI1440_480I, 13500000, 1, 720, 480, 858, 119, 19, 62, 525, 18, 4, 3, 1, 0, 0 },
{ HDMI1440_576I, 13500000, 1, 720, 576, 864, 132, 12, 63, 625, 22, 2, 3, 1, 0, 0 },
{ HDMI480P, 27000000, 0, 720, 480, 858, 122, 16, 62, 525, 36, 9, 6, 0, 0, 0 },
{ HDMI576P, 27000000, 0, 720, 576, 864, 132, 12, 64, 625, 44, 5, 5, 0, 0, 0 },
{ HDMI720P_50, 74250000, 0, 1280, 720, 1980, 260, 440, 40, 750, 25, 5, 5, 0, 1, 1 },
{ HDMI720P_60, 74250000, 0, 1280, 720, 1650, 260, 110, 40, 750, 25, 5, 5, 0, 1, 1 },
{ HDMI1080I_50, 74250000, 0, 1920, 1080, 2640, 192, 528, 44, 1125, 20, 2, 5, 1, 1, 1 },
{ HDMI1080I_60, 74250000, 0, 1920, 1080, 2200, 192, 88, 44, 1125, 20, 2, 5, 1, 1, 1 },
{ HDMI1080P_50, 148500000, 0, 1920, 1080, 2640, 192, 528, 44, 1125, 41, 4, 5, 0, 1, 1 },
{ HDMI1080P_60, 148500000, 0, 1920, 1080, 2200, 192, 88, 44, 1125, 41, 4, 5, 0, 1, 1 },
{ HDMI1080P_24, 74250000, 0, 1920, 1080, 2750, 192, 638, 44, 1125, 41, 4, 5, 0, 1, 1 },
{ HDMI1080P_24_3D_FP, 148500000, 0, 1920, 2160, 2750, 192, 638, 44, 1125, 41, 4, 5, 0, 1, 1 },
{ HDMI720P_50_3D_FP, 148500000, 0, 1280, 1440, 1980, 260, 440, 40, 750, 25, 5, 5, 0, 1, 1 },
{ HDMI720P_60_3D_FP, 148500000, 0, 1280, 1440, 1650, 260, 110, 40, 750, 25, 5, 5, 0, 1, 1 },
{ HDMI1360_768_60, 85500000, 0, 1360, 768, 1792, 368, 64, 112, 795, 24, 3, 6, 0, 1, 1 },
{ HDMI1280_1024_60, 108000000, 0, 1280, 1024, 1688, 360, 48, 112, 1066, 41, 1, 3, 0, 1, 1 },
You can add more (and provide additional modes)
Note that the
https://github.com/linux-sunxi/linux-sunxi/blob/sunxi-3.0/drivers/video/sunxi/disp/dev_fb.c is the one that
handles the resolution passing as its the framebuffer driver.
Lawrence.
> --
> You received this message because you are subscribed to the Google Groups "Cubieboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
cubieboard+...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>