• 0 Votes
    2 Posts
    172 Views
    R

    Please ignore, I did what seemed most simple and plucked the functions I needed from the script and that seems to work.

    #! /bin/bash function enable_plymouth_theme() { if [[ -z "$1" ]]; then echo "--------------------------------------------------------------------------------" echo "| Skipping Plymouth boot splash because no theme name was provided" echo "--------------------------------------------------------------------------------" echo -e "Skipped\n\n" return 255 fi PLYMOUTH_THEME=$1 echo "--------------------------------------------------------------------------------" echo "| Installing Plymouth boot splash and enabling theme '$PLYMOUTH_THEME'" echo "--------------------------------------------------------------------------------" apt-get install -y $APT_RECOMMENDS plymouth plymouth-themes plymouth-x11 rm -rf /tmp/plymouth-themes git clone --depth=1 https://github.com/HerbFargus/plymouth-themes.git /tmp/plymouth-themes mv /tmp/plymouth-themes/* /usr/share/plymouth/themes/ update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/$PLYMOUTH_THEME/$PLYMOUTH_THEME.plymouth 10 update-alternatives --set default.plymouth /usr/share/plymouth/themes/$PLYMOUTH_THEME/$PLYMOUTH_THEME.plymouth update-initramfs -u echo -e "FINISHED enable_plymouth_theme \n\n" sleep 2 } # Hide Boot Messages function hide_boot_messages() { echo "--------------------------------------------------------------------------------" echo "| Hiding boot messages" echo "--------------------------------------------------------------------------------" # Hide kernel messages and blinking cursor via GRUB sed -i 's/GRUB_CMDLINE_LINUX_DEFAULT=".*"/GRUB_CMDLINE_LINUX_DEFAULT="quiet splash vt.global_cursor_default=0"/g' /etc/default/grub update-grub # Hide fsck messages after Plymouth splash echo 'FRAMEBUFFER=y' > /etc/initramfs-tools/conf.d/splash update-initramfs -u # Remove cloud-init to suppress its boot messages apt-get purge cloud-init -y rm -rf /etc/cloud/ /var/lib/cloud/ # Disable motd touch $USER_HOME/.hushlogin chown $USER:$USER $USER_HOME/.hushlogin echo -e "FINISHED hide_boot_messages \n\n" sleep 2 } enable_plymouth_theme "retropie-pacman" # See https://github.com/HerbFargus/plymouth-themes.git for other theme names hide_boot_messages
  • lr-flycast-dev binaries for pi 4

    Help and Support
    1
    0 Votes
    1 Posts
    381 Views
    No one has replied
  • 0 Votes
    1 Posts
    469 Views
    No one has replied
  • 1 Votes
    9 Posts
    714 Views
    C

    Thanks for your help @ByteThis . I tried for about 3 hours yesterday and simply couldn't get it to work. I have decided to abandon the Powerblock and build my own from scratch. thanks agin for you help. regards Cliff

  • Install failure on ODROID-XU4

    Help and Support
    6
    0 Votes
    6 Posts
    427 Views
    S

    @BuZz said in Install failure on ODROID-XU4:

    @Sailing_Nut You will have to use the older ubuntu distro for now I think. There's no-one really maintaining the ODroid compatibility (apart from me when I get the time and connect mine up).

    Also there are issues with the packaged drivers conflicting with Debian packages - this is the fault of the distro.

    (Or alternatively use another emulation distro for your board)

    I found the 20.04 image and got RetroPie installed. Still working to see if I can get a game to run.

  • 0 Votes
    3 Posts
    573 Views
    mituM

    @Crush said in Request: update pcsx2 install script to show CHD:

    (PS: Is this the right place to make such requests?)

    Yes, thanks for bringing this up, we'll add the extension to the ps2 system.

  • 0 Votes
    6 Posts
    778 Views
    J

    @mitu That has been the best thing I have discovered but I thought I better show the issue with standard.

    I fiddled with the settings of cool-term and got a wee bit of text
    Screenshot from 2021-02-04 15-22-50.png

    But like seriously what is cooler than RetroPie over SSH looking like an old school IBM or something.