How to change hdmi video mode in runtime?

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

How to change hdmi video mode in runtime?

1,436件の閲覧回数
zohanlin
Contributor IV

Hello all, I used imx6 dual.

I traced our board.c and  BoardConfig.mk, there are fixed value about hdmi resolution.

Is there any way to change hdmi video mode in runtime?

Thanks a lot,

zohan

ラベル(3)
0 件の賞賛
3 返答(返信)

988件の閲覧回数
SergioSolis
NXP Employee
NXP Employee

Hello Zohan,

You can change video resolution and pixel density through ADB. Can you tell me more information on how you'd like to change it?, through the Android settings or is there a reason to change it on runtime?

0 件の賞賛

988件の閲覧回数
zohanlin
Contributor IV

Hello SergioSolis,

Could you tell me how to change it through ADB?

I tried the command : echo "S:720x480p-60" > /sys/devices/platform/mxc_sdc_fb.1/graphics/fb2/mode

But it not worked.

I have two different resolution LCD display, so I think maybe I can make my HDMI output appropriate video signal  according to the resolution of screen.

Would it be possible to do that ?

0 件の賞賛

988件の閲覧回数
SergioSolis
NXP Employee
NXP Employee

You can use the window manager on ADB. Do a shell session within adb and set it as:  wm size 720x480

0 件の賞賛