Skip to content

Add plymouth.force-frame-buffer arguments, allow force framebuffer mode.

LiCheng requested to merge force-fb into main

Some arm devices vendor are not open source display driver. (Such as pangu M900) They load drm driver via kernel modules. On such devices, drm driver load slowly, which may cause logo show later. To avoid this problem, add a bootagrs forced use fb in plymouth. When found "plymouth.force-frame-buffer flags", PLY_DEVICE_MANAGER_FLAGS_F ORCE_FRAM_BUFFER will be add to device_manager_flags. Then "force_fb" will enable, and renderer_type set as framebuffer.

Signed-off-by: shiptux shiptux@gmail.com

Merge request reports