plymouth
Graphical boot animator and logger
- Devel package for openSUSE:Factory
-
12
derived packages
- Links to openSUSE:Factory / plymouth
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Base:System/plymouth && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000698 698 Bytes | |
_servicedata | 0000000458 458 Bytes | |
plymouth-22.02.122+180.b1d5aa9.tar.xz | 0007546760 7.2 MB | |
plymouth-adapts-xkbommon.patch | 0000009771 9.54 KB | |
plymouth-crash-avoid-on-keyboard-remove-input-hand |
0000000979 979 Bytes | |
plymouth-disable-fedora-logo.patch | 0000000568 568 Bytes | |
plymouth-dracut-path.patch | 0000000746 746 Bytes | |
plymouth-install-label-library-and-font-file-to-in |
0000002064 2.02 KB | |
plymouth-keep-KillMode-none.patch | 0000000833 833 Bytes | |
plymouth-log-on-default.patch | 0000006016 5.88 KB | |
plymouth-quiet-dracut-build-info.patch | 0000000484 484 Bytes | |
plymouth-screen-twice-scale-on-160DPI-higher.patch | 0000002286 2.23 KB | |
plymouth-some-greenish-openSUSE-colors.patch | 0000002686 2.62 KB | |
plymouth-watermark-config.patch | 0000004284 4.18 KB | |
plymouth.changes | 0000082997 81.1 KB | |
plymouth.spec | 0000021816 21.3 KB |
Revision 381 (latest revision is 388)
Cliff Zhao (qzhao)
accepted
request 1224452
from
Thomas Zimmermann (tdz)
(revision 381)
- Remove plymouth-only_use_fb_for_cirrus_bochs.patch: Bochs and cirrus DRM drivers are fully compatible with plymouth. Remove the workaround that forces them to use fbdev. Resolves the blank screen after disabling fbdev interfaces.(bsc#1232727) - Set BOOT_TTY and SHUTDOWN_TTY to pre-Meson values. With Meson, the values BOOT_TTY and SHUTDOWN_TTY lose their defaults. As the given value of tty1 is not a full path name, plymouth fails to find the file and falls back to serial output. Restoring the _TTY defaults to /dev/tty1 and /dev/tty7 also restores graphics output. (bsc#1224150)
Comments 2
With all due respect Cliff, but your change to Fabian's patch plymouth-only_use_fb_for_cirrus_bochs.patch doesn't make sense to me: this nullptr check makes perfect sense to me and doesn't deserve to be removed nor does the patch header. This won't happen, if you rebase patches with quilt, btw.
OK, thank you for reminding me. will fix it the next time.