IMX6 Overlay resolution set

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX6 Overlay resolution set

Jump to solution
1,016 Views
anjojohn
Contributor IV

Hi all,

how to set the overlay resolution /dev/fb1 to a default value. Currently it is showing as 320x240. saw the dummy values set in linux-imx6/mxc_ipuv3_fb.c at boundary-imx_3.14.28_1.0.0_ga · boundarydevices/linux-imx6 · GitHub . Changed this to 1600x900 , but its coming as 1280x720. I tested with "fbset -xres 1600 -yres 900 -fb /dev/fb1" and is working. But fbset does'n make any change if i call this from init-script. Is there a way to hard-code the resolution, or any IOCTL call toset the overlay resolution

Labels (4)
1 Solution
634 Views
joanxie
NXP TechSupport
NXP TechSupport

one can try to use the FBIOPUET_VSCREENINFO, for more detailed information, pls refer to the link as below:

https://community.nxp.com/docs/DOC-328548

focus on the mxc_v4l2_tvin test source code.

View solution in original post

1 Reply
635 Views
joanxie
NXP TechSupport
NXP TechSupport

one can try to use the FBIOPUET_VSCREENINFO, for more detailed information, pls refer to the link as below:

https://community.nxp.com/docs/DOC-328548

focus on the mxc_v4l2_tvin test source code.