Skip to content

Commit b3f5df4

Browse files
authored
Minor naming changes.
1 parent 1b4b56b commit b3f5df4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/Manual-Installation.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
## Install Raspbian
1+
## Install Raspbian/Raspberry Pi OS
22

33
This guide is a manual process to recreate the stock SD image RetroPie released on the [RetroPie Website](https://retropie.org.uk/download/) for the Raspberry Pi. If you aren't comfortable with the terminal you would be wise to just use the RetroPie SD image provided.
44

55
If you are trying to follow this guide because you want the PIXEL desktop environment, you can already install it on the stock RetroPie SD image by following the guide [here](FAQ#where-did-the-desktop-go)
66

77
RetroPie can also be installed on most debian based distros, a guide for installing RetroPie on Ubuntu on a PC can be found [here](Debian)
88

9-
The RetroPie SD image is built on top of Raspbian lite (Raspbian without the PIXEL desktop environment) RetroPie can also be installed on top of the full Raspbian but you can't run Retropie and PIXEL at the same time, you will need to logout of the PIXEL desktop environment in order to run emulationstation and the emulators RetroPie installs.
9+
The RetroPie SD image is built on top of Raspberry Pi OS Lite (without the PIXEL desktop environment), RetroPie can also be installed on top of the full Raspberry Pi OS but you can't run Retropie and PIXEL at the same time, you will need to logout of the PIXEL desktop environment in order to run emulationstation and the emulators RetroPie installs.
1010

11-
You can download a fresh Raspbian Image from [here](http://www.raspberrypi.org/downloads). The Raspbian image can be installed the same way as the RetroPie image as described [here](First-Installation)).
12-
13-
Raspbian now automatically expands the filesystem so that step is no longer necessary.
11+
You can download a fresh Raspberry Pi OS image from [here](http://www.raspberrypi.org/downloads). The image can be installed the same way as the RetroPie image as described [here](First-Installation)).
1412

1513
You can check your free disk space with
1614
```
@@ -53,7 +51,7 @@ A reboot is required before these changes will be reflected by the `locale` comm
5351

5452
**NOTE:** The below configurations are not needed when installing on a Raspberry Pi4 model.
5553

56-
Running Emulationstation requires a larger than default GPU memory split. Make sure you reserve enough memory for EmulationStation by modifying the _/boot/config.txt_ configuration file or by using `raspi-config` as described in the [Memory Split](Memory-Split) page.
54+
Running EmulationStation requires a larger than default GPU memory split. Make sure you reserve enough memory for EmulationStation by modifying the _/boot/config.txt_ configuration file or by using `raspi-config` as described in the [Memory Split](Memory-Split) page.
5755

5856
A reboot is required after any modifications to the video memory allocation.
5957

@@ -122,4 +120,4 @@ If you're booting to the desktop you'll want to disable the retropie splashscree
122120

123121
## Further Optimizations:
124122
On Debian Jessie add `consoleblank=0` to the existing line in `/boot/cmdline.txt` (with a space before it so it's an additional parameter). This prevents the screenblanker kicking in. With it, runcommand dialog is always displayed.
125-
There is also a gui option in RetroPie-Setup -> Configuration / Tools -> Raspbian Tools to disable the blanker, but it doesn't work in Jessie due to a Debian bug.
123+
There is also a gui option in RetroPie-Setup -> Configuration / Tools -> Raspbian Tools to disable the blanker, but it doesn't work in Jessie due to a Debian bug.

0 commit comments

Comments
 (0)