Basic configurations to silence all system outputs for RetroPie 3.0.
Please execute the following command:
$ sudo ./retropie_silent.sh
This is for a blank RetroPie installation, because it will override all previous settings!
This will turn off the following outputs:
- Boot logo
- Kernel messages
- Voltage warnings
- Temperature warnings
- Rainbow splashscreen
- Terminal blinking cursor
- Cursor
- OSD (On Screen Display)
- Splash screen (disables service)
- Loading messages
This will also set the following options
- Turn off boot delay
- Force sound over HDMI
- Disables exit from EmulationStation
This repository also contains several diffs in case you want to recompile these packages.
These diffs removes any broadcast warnings from the shutdown
command.
Never apply these diffs to any multi-user system or some people will punch you in the face!
shutdown.c.diff
initreq.h.diff
Renderer_init_sdlgl.cpp.diff
Disables the cursor earlier to prevent flickerWindow.cpp.diff
- Removes the splash screen from EmulationStation (which normally can't be disabled by design [1])