linux kernel - Adding a custom (800x480) resolution to an Android port -




i'm trying support non-standard 800x480 resolution in android, part of porting android new device.

i have added resolution kernel, reports:

mipi dsi driver module loaded mxc_hdmi 20e0000.hdmi_video: detected hdmi controller 0x13:0xa:0xa0:0xc1 fbcvt: refresh rate not cvt standard fbcvt: *800x480@57*: cvt name - not cvt standard - 0.384 mega pixel image  mxc_sdc_fb fb@0: registered mxc display driver hdmi console: switching colour frame buffer device *100x30*  

the 100x30 character cells imply 800x480 resolution (assuming 8x16 pixel font).

when android boots, outputs 720x480 display.

how android choose screen resolution use?

i'm assuming need add 800x480 resolution somewhere in android filesystem, , adding kernel required not sufficient.

where add 800x480 resolution android filesystem?





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -