Software:Plymouth

From HandWiki
Short description: Graphical boot software for Linux


Plymouth
Alma-BGRT-Plymouth.png
Original author(s)Ray Strode
Initial releaseMay 30, 2008 (2008-05-30)
Stable release
22.02.122 / January 11, 2022; 2 years ago (2022-01-11)[1]
Written inC
Operating systemLinux
TypeBootsplash
LicenseGNU General Public License 2
WebsitePlymouth at freedesktop.org

Plymouth is an application which provides a graphical boot experience for Linux. Plymouth supports animations using Direct Rendering Manager (DRM) and the KMS driver. Plymouth is bundled with an initial ramdisk which allows it to run before the file system is mounted. Some sources claim that Plymouth is named after Plymouth Rock, symbolizing the program's role as the first thing a user sees, but this has not been confirmed in any official capacity.[2]

History

The development of Plymouth began in May 2007 at Red Hat as a replacement for Red Hat Graphical Boot (RHGB).[3] Fedora became the first distribution to ship Plymouth as default in Fedora 10, replacing RHGB.[4] Ubuntu has included it in since Ubuntu 10.04 LTS "Lucid Lynx".[5]

Plymouth can now be found in much of the desktop Linux space. Some notable examples include: Ubuntu, Fedora, Debian, Linux Mint, MX Linux, and Manjaro Linux.

Design

Plymouth is made up of two components:

  • plymouthd, the daemon (or server) component is responsible for display, graphics, and logging.
  • plymouth, the client, allows the user to control Plymouth settings, and handles unlocking of encrypted disks.[6]

Plymouth also provides a library, libply.so, to allow developers to create applications that interact with the daemon.[7]

See also

References

External links