Fertiges SD-Karten Image/Abbild (Raspbian/Raspberry Pi OS mit FBTFT) für 2.8" RPi-Display.
Das Disk-Image (Systemabbild) nach dem Entpacken (ZIP-Archiv) auf eine SD-Karte kopieren mit dd unter Linux oder Win32-Disk-Imager unter Windows (Bildschirmfoto).
Zum Start des Desktops: $ sudo startx
ausführen.
pi
und Passwort: raspberry
(englisches Keyboardlayout, Y und Z auf deutschen Tastaturen vertauscht)$ sudo raspi-config --expand-rootfs
ausführen und anschließend neustarten.The Retro-Image contains the RetroPie setup files and is pre-configured for RetroPie/EmulationStation.
pi
and password: raspberry
(English Keyboard Layout: Y and Z are swapped on German Keyboards)$ sudo sudo raspi-config
$ sudo ./RetroPie-Setup/retropie_setup.sh
To start EmulationStation run $ emulationstation
.
To start the desktop run $ startx -- -layout HDMI
, because the HDMI output is mirrored to the display.
$ sudo update-rc.d fbcp defaults
$ sudo update-rc.d fbcp remove
$ fbcp &
$ killall fbcp
The HDMI output is set to a resolution of 320x240 and mirrored/scaled to the display.
To change the HDMI resolution, you have to edit the file /boot/config.txt
.
Further infos can be found here.
$ sudo nano /boot/config.txt
320x240
hdmi_force_hotplug=1
hdmi_group=2
hdmi_mode=87
hdmi_cvt=320 240 60 1 0 0 0
640x480 (60Hz)
hdmi_force_hotplug=1
hdmi_group=2
hdmi_mode=4
800x600 (60Hz)
hdmi_force_hotplug=1
hdmi_group=2
hdmi_mode=9
1024x768 (60Hz)
hdmi_force_hotplug=1
hdmi_group=2
hdmi_mode=16