Change display resolution of iMx6

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

Change display resolution of iMx6

ソリューションへジャンプ
8,481件の閲覧回数
tahimr
Contributor II

Hi there,

I'm beginner in iMX6. This is several basic question:

S:1920x1080p-60

S:1920x1080p-50

S:1280x720p-60

V:640x480p-60

D:1280x720p-60

V:640x480p-60

1.what is S, D, V, p, i stand for?

2. how can i change resolution of hdmi output?

3. Any example source code for test hdmi. For instance, display something via hdmi?  

4. what is difference between "mode" and "modes" in "/sys/class/graphics/fb1/"              => done

My system: Linux kernel 3.0.35

dmesg | grep mxc_hdmi

mxc_sdc_fb mxc_sdc_fb.1: register mxc display driver hdmi

Thank you,

ラベル(3)
0 件の賞賛
返信
1 解決策
5,376件の閲覧回数
saurabh206
Senior Contributor III

Hi,

tahi

4. what is difference between "mode" and "modes" in "/sys/class/graphics/fb1/"

modes shows the list of supported resolution. and mode provides the information for the current setup resolution.

You change the value in mode from different values of modes.

if xrandr command is available than it can also be used to change the output display.

"xrandr -s 1920x1080" sets output to 1080p

Regards

Saurabh

元の投稿で解決策を見る

0 件の賞賛
返信
7 返答(返信)
5,376件の閲覧回数
daonamthai
Contributor I

1.what is S, D, V, p, i stand for?

i: interlaced

p:progressive

Please refer: http://www.serif.com/blog/video-editing-terms-explained-part-2-progressive-p-vs-interlaced-i-recordi...

0 件の賞賛
返信
5,376件の閲覧回数
saurabh206
Senior Contributor III

Hi,

export DISPLAY=:0

Saurabh

0 件の賞賛
返信
5,376件の閲覧回数
tahimr
Contributor II

It's still doesn't work. Do i need connect real monitor to hdmi port? I have just typed a command.

0 件の賞賛
返信
5,376件の閲覧回数
saurabh206
Senior Contributor III

Hi,

What is your kernel command line?

what happens after following command

export DISPLAY=:0

xrandr -s 1920x1080

Did you get any error message?

0 件の賞賛
返信
5,376件の閲覧回数
tahimr
Contributor II

This is response message

"Can't open display : 0 "

0 件の賞賛
返信
5,377件の閲覧回数
saurabh206
Senior Contributor III

Hi,

tahi

4. what is difference between "mode" and "modes" in "/sys/class/graphics/fb1/"

modes shows the list of supported resolution. and mode provides the information for the current setup resolution.

You change the value in mode from different values of modes.

if xrandr command is available than it can also be used to change the output display.

"xrandr -s 1920x1080" sets output to 1080p

Regards

Saurabh

0 件の賞賛
返信
5,376件の閲覧回数
tahimr
Contributor II

Thank you so much.

xrandr return "Can't open display"

What frame buffer (fb0, fb1...) is impacted by "xrandr" ?

In case, i want add more to list of support resolution. How can i do?

Sincerely,

Tahi

0 件の賞賛
返信