Skip to main content

FAQ

Q: Does this screen come with a fan and ventilation holes?

A: Yes, the screen has a built-in fan and ventilation holes on both sides to aid heat dissipation.

Q: How to replace the Raspberry Pi boot logo image?

A:
Take Raspberry Pi OS (Trixie) as an example:

  1. Install Plymouth and related themes:
sudo apt update
sudo apt install plymouth plymouth-themes
sudo apt install plymouth-theme-breeze kde-config-plymouth
sudo apt install firmware-linux
  1. Navigate to the default theme directory:
/usr/share/plymouth/themes/pix
  1. Replace the boot image:
    Replace your boot image with splash.png
  2. Update initramfs
sudo update-initramfs -u
  1. After rebooting, the new boot logo will appear.