https://bugs.launchpad.net/ubuntu/+s...h/+bug/1866372
Doing the manual edit didn't work for me (strangely), so I created the patch given in the last post on that bug by copying and pasting.
Code:
diff -Npaur a/usr/share/initramfs-tools/hooks/plymouth b/usr/share/initramfs-tools/hooks/plymouth
--- a/usr/share/initramfs-tools/hooks/plymouth 2020-03-06 12:45:51.563041573 -0500
+++ b/usr/share/initramfs-tools/hooks/plymouth 2020-03-06 12:50:15.335756844 -0500
@@ -119,6 +119,7 @@ case "${THEME_NAME}" in
;;
*)
+ mkdir -p "${DESTDIR}/usr/share/plymouth/themes/spinner"
cp /usr/share/plymouth/ubuntu-logo.png "${DESTDIR}/usr/share/plymouth"
cp /usr/share/plymouth/ubuntu-logo.png "${DESTDIR}/usr/share/plymouth/themes/spinner/watermark.png"
patch /usr/share/initramfs-tools/hooks/plymouth < 1866372.patch
It worked.
Adding that line was an easy edit to /usr/share/initramfs-tools/hooks/plymouth to make, so I don't understand why my edit didn't work and that patch did.
I added the oibaf ppa and, with this new installation, the fastest glmark2 score was now 2520. My current kernel version is 5.4.0-17.
roject-K9/ppa

Leave a comment: