diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-08 17:09:00 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-08 17:09:00 +0200 |
| commit | e1e7cdfdca82db358bc6ded1353dd95757e76f0b (patch) | |
| tree | 4189b664bb10319768ef89c57cb9de129c841f7d /README.md | |
| parent | 7540c7a53f7bc8907b264994f440089a6fb85446 (diff) | |
| download | my-slackbuilds-e1e7cdfdca82db358bc6ded1353dd95757e76f0b.tar.gz my-slackbuilds-e1e7cdfdca82db358bc6ded1353dd95757e76f0b.zip | |
docs: revise Plymouth notes for SimpleDRM and the 26.x package
The research doc concluded that getting xe into the initrd was the gate for
the whole splash effort. That holds for SBo 22.02.122, which has no SimpleDRM
support at all, but upstream added it in 24.004.60 and uses it by default on
UEFI to draw on the EFI framebuffer. On this machine that removes the
prerequisite entirely, along with the firmware bloat and the per-kernel-update
maintenance it implied.
Also record that stage 1 is done and verified after reboot: the printk wall is
gone, the rc script wall is not, which no kernel flag can fix. Add a section
answering whether the boot text stays reachable behind a splash (Esc toggles
it, and plymouth does its own console redirection).
Replace the unreadable LQ thread with the Arch wiki as the reference, and note
the repo README that plymouth is -current only.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -63,12 +63,23 @@ Each package lives in its own top-level subfolder: | megasync-bin | ✅ | ✅ | ❌ | 6.5.0.2 | 6.5.0.2 | | claude-desktop-bin | ✅ | ✅ | ❌ | 1.24012.9 | 1.24012.9 | | hyprsunset-qt | ✅ | not tested | ❌ | 0.1.1 | 0.1.1 | +| plymouth | ✅ | ❌ | ✅ [plymouth](https://slackbuilds.org/repository/15.0/system/plymouth/) | 26.134.222 | 26.134.222 | > **Note on `kvantum-qt5`:** the official SBo build lags several releases behind > upstream (1.1.2 vs 1.1.8), so this repo ships an updated build. It provides the > Qt5 style plugin only (`libkvantum.so`); the kvantummanager GUI and bundled > themes come from the `kvantum-qt6` package, which upstream now builds Qt6-only. +> **Note on `plymouth`:** **-current only, it does not build on 15.0.** Upstream +> 26.134.222 uses `PANGO_ATTR_FONT_SCALE`, which needs pango >= 1.50; 15.0 ships +> 1.48.11, so `label-pango` fails to compile. Every other dependency resolves on +> 15.0, and meson there is new enough. Since 15.0 is the SBo baseline, this build +> is not submittable to SBo as-is and is not intended for submission for now. The +> official SBo build is 22.02.122, four years behind upstream and predating +> SimpleDRM support; this repo ships the current release, which also switched +> from autotools to meson. Note that installing the package alone does not give +> a splash screen, the initrd wiring is manual, see the package `README`. + --- ## Usage |
