Package Details: linux-bootsplash-headers 5.17.7-1

Git Clone URL: https://aur.archlinux.org/linux-bootsplash.git (read-only, click to copy)
Package Base: linux-bootsplash
Description: Headers and scripts for building modules for the The Linux kernel and modules with bootsplash support kernel
Upstream URL: http://kernel.org/
Keywords: kernel
Licenses: GPL2
Submitter: charveey
Maintainer: charveey
Last Packager: charveey
Votes: 0
Popularity: 0.000000
First Submitted: 2019-08-01 20:01 (UTC)
Last Updated: 2022-06-17 14:56 (UTC)

Pinned Comments

charveey commented on 2022-06-17 14:28 (UTC)

Sorry, I had to deal with personal stuff. I'll try to update the package with all the fixes

Latest Comments

charveey commented on 2022-06-17 14:28 (UTC)

Sorry, I had to deal with personal stuff. I'll try to update the package with all the fixes

Scimmia commented on 2020-12-10 16:33 (UTC)

Please see the warning here: https://wiki.archlinux.org/index.php/Kernel/Arch_Build_System#Modifying_the_PKGBUILD

Ptero-4 commented on 2020-10-01 01:29 (UTC) (edited on 2020-10-01 01:49 (UTC) by Ptero-4)

Patch 0005 fails on kernel 5.8.12 on hunk 5


--- drivers/video/fbdev/core/fbcon.c
+++ drivers/video/fbdev/core/fbcon.c
@@ -2203,6 +2222,9 @@ static int fbcon_switch(struct vc_data *vc)
        info = registered_fb[con2fb_map[vc->vc_num]];
        ops = info->fbcon_par;

  • if (bootsplash_would_render_now())
  • bootsplash_render_full(info); + if (softback_top) { if (softback_lines) fbcon_set_origin(vc);
patches 0002 and 0003 are no longer needed since their contents have been added to the upstream kernel. Patch 0001 also fails to apply. Also. For kernel 5.9rc7 Patch 0004 is no longer needed since it's contents got added to upstream somewhere during the development of 5.9 patch 0001 and 0005 fail on 5.9rc7 in the same spots as 5.8.12