Clone / Mirror Framebuffer

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

Clone / Mirror Framebuffer

1,694 Views
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

Labels (2)
3 Replies

1,008 Views
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,008 Views
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,008 Views
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 Kudos