Clone / Mirror Framebuffer

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

Clone / Mirror Framebuffer

2,616件の閲覧回数
chris_
Contributor I

Hi,

i am using 2 displays, both with a resolution of 1920x1080.

the first is connected via hdmi -> /dev/fb0

the second is using lvds -> /dev/fb2

i am not using any windowing system like x11 or wayland.

is it possible to clone the output from fb0 to fb2?

i already found this thread https://community.nxp.com/thread/318030

but i think its outdated.

thank you

ラベル(2)
3 返答(返信)

1,930件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

yes, mx6 can support dual display, you should add them using uboot command, but if you need to support dual 1080p@60, I don't think IPU can support it, the max pixel rate of IPU is 240MHZ, for more detailed information about IPU, please refer to the Reference Manual.

1,930件の閲覧回数
chris_
Contributor I

Thank you,

i am currently passing the following video parameters to the kernel:

video=fbmem=24M \

video=mxcfb0:dev=hdmi,1920x1080M@60,bpp=32 \

video=mxcfb1:dev=ldb,LDB-1080P60,if=RGB24,bpp=32 \

but this results in getting two independent framebuffer devices.

i am using a imx6 quad which has two ipus.

but i can also lower the display-resolution if necessary.

i cant find any u-boot command or kernel-parameter for

cloning the displays.

1,930件の閲覧回数
benediktniederm
Contributor I

Hello,

I have also the same question.

I know that it should be possible, because i've already seen, that the same content is displayed simultaneously to HDMI and lvds (cloned).

We have encountered, that there is something different in device tree settings.

Did you found any solution yet?

0 件の賞賛
返信