Clone / Mirror Framebuffer

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Clone / Mirror Framebuffer

1,919 次查看
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,233 次查看
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,233 次查看
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,233 次查看
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 项奖励
回复