IMX6 Overlay resolution set

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

IMX6 Overlay resolution set

ソリューションへジャンプ
1,035件の閲覧回数
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

ラベル(4)
タグ(3)
1 解決策
653件の閲覧回数
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.

元の投稿で解決策を見る

1 返信
654件の閲覧回数
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.