Raspbian on HDMI and Retropie on CRT
-
Is there anyway to get this to boot when I plug it into a CRTo boot directly to Retopie and when in HDMI to boot directly to Raspbian? I currently have a retropie and I installed pixel. Is there anyway to do this let me know.
Thanks.
-
Yes, it might be possible. You'll need to modify the autostart script in
/opt/retropie/configs/all/autostart.sh
and start either Emulationstation or the desktop - depending on your current TV connection.
There's a way to detect which output is connected (see this topic), so you can use something like this:if (/usr/bin/tvservice -s | /bin/egrep 'HDMI|DVI') ; then # Start the desktop xinit else # Start Emulationstation emulationstation fi
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.