Fredrum / chiaki

Raspberry Pi fork of the Free and Open Source PS4 and PS5 Remote Play client Chiaki.

Home Page:https://github.com/Fredrum/chiaki/wiki/rpi02---branch-for-Bullseye,-64bit,-h265-and-kmsdrm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autostart chiaki on startup with fullscreen

Surya-Ananth opened this issue · comments

Hi,
Is it possible to launch chiaki on boot in fullscreen?

Hi,

I did this by adding a shell script to contrab. In cron I also made it to where if Chiaki exits, it restarts it. I did this because this PI is only used for chiaki. Here is the script

#! /bin/sh
echo "Starting Chiaki"
cd /home/pi/
./chiaki-rpi/build/rpi/chiaki-rpi

Bonus

I also added a cron job that automatically pairs my controller on boot.

@reboot sleep 20 && /bin/echo -e 'connect (MAC of controller) \n' | bluetoothctl

hope this helps