From 42126dc0f614040ad44c987e6e02dac33412ea22 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Wed, 15 Feb 2012 18:23:42 +0200 Subject: [PATCH] psplash: yet another hack for new kernel also first-boot-logo-hide hack amended because I'm lazy --- recipes/psplash/psplash-omap3pandora/psplash-init | 11 +++++++++++ recipes/psplash/psplash-omap3pandora_svn.bb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/recipes/psplash/psplash-omap3pandora/psplash-init b/recipes/psplash/psplash-omap3pandora/psplash-init index 30ad6033a8..9d07e2127a 100644 --- a/recipes/psplash/psplash-omap3pandora/psplash-init +++ b/recipes/psplash/psplash-omap3pandora/psplash-init @@ -1,10 +1,21 @@ #!/bin/sh +# nasty pandora hack for Zaxxon #7549: switch to 16bpp now because: +# - X startup will glitch due to similar mode change hack in slim-init +# - SGX may init in 32bpp mode and after switch to 16bpp, +# it will still render at 32bpp (yet another bug..) +fbset -depth 16 + if grep -qE '\s?psplash=false\s?' /proc/cmdline; then echo "Boot splashscreen disabled" exit 0; fi +if [ -e /etc/rcS.d/S98configure ]; then + echo "First boot, splashscreen disabled" + exit 0; +fi + . /etc/init.d/functions . /etc/default/psplash diff --git a/recipes/psplash/psplash-omap3pandora_svn.bb b/recipes/psplash/psplash-omap3pandora_svn.bb index debc4bc594..292bafe7f9 100755 --- a/recipes/psplash/psplash-omap3pandora_svn.bb +++ b/recipes/psplash/psplash-omap3pandora_svn.bb @@ -1,7 +1,7 @@ require psplash.inc require psplash-ua.inc -PR = "${INC_PR}.30" +PR = "${INC_PR}.31" ALTERNATIVE_PRIORITY = "30" ALTERNATIVE_PRIORITY_omap3pandora = "5" -- 2.39.5