====== Retro-Konsole auf Basis von Ubuntu ====== ===== Übersicht ===== - Ubuntu Desktop installieren - Retroarch/Libretro installieren - Samba-Server installieren und Freigaben erstellen ===== Ubuntu Desktop ===== Das aktuelle Image kann man hier herunterladen: [[http://www.ubuntu.com/download/desktop]] * Festplatte wird wie folgt partitioniert: * 1024MB Primary, ext2-FileSystem, Mountpoint: /boot * 4096MB Primary, SWAP * Rest Primary, ext4-Filesystem, Mountpoint: / * Automatische Anmeldung * Standardpasswort (bei mir) start123. * Rest nach Standard * Terminal aufmachen * sudo apt-get install joe (Passworteingabe) ===== Retroarch/Libretro ===== * Terminal aufmachen * sudo bash (Passworteingabe) * add-apt-repository ppa:libretro/stable * apt-get update * apt-get install retroarch retroarch-* libretro-* Anschließend werden die Pakete für retroarch installiert Quelle: [[http://ubuntuhandbook.org/index.php/2015/05/install-retroarch-ubuntu-1504-1404/]] ===== SAMBA-Server ===== * apt-get install samba samba-common * Terminal aufmachen * joe /etc/samba/smb.conf #### Global #### map to guest = bad user security = user #### Share Definitions #### [RetroSys] force user = root path = /RetroSys browsable = yes writable = yes guest ok = yes read only = no * Samba-Dienst neu starten: * Terminal * sudo /etc/init.d/samba restart Quellen: * [[https://wiki.ubuntuusers.de/Samba_Server]] * [[http://serverfault.com/questions/575394/samba-public-share-windows-keeps-asking-for-password]] ===== RetroArch zum Autostart hinzufügen ===== [[http://askubuntu.com/questions/48321/how-do-i-start-applications-automatically-on-login]] Wenn man allerdings möchte, dass der Computer auch heruntergefahren wird, sobald die Anwendung schließt, muss man wahrscheinlich einen etwas anderen Weg gehen: [[http://ubuntuforums.org/showthread.php?t=929972]] Einen automatischen Shutdown unter Ubuntu abbrechen: shutdown -c Quelle: [[http://askubuntu.com/questions/422616/how-to-abort-shutdown-command-in-ubuntu]] ===== Zum Terminal wechseln ===== Try Ctrl + Alt + F1. You can use F1 to F6. F7 will bring you back to the desktop. ===== RetroArch Joypad-Hotkeys ===== Default joypad hotkeys: ^Hotkeys^Action^ |Select+Start|Exit| |Select+Right Shoulder|Save| |Select+Left Shoulder|Load| |Select+Right|Input State Slot Increase| |Select+Left|Input State Slot Decrease| |Select+X|RGUI Menu| |Select+B|Reset| //Muss ich noch prüfen, ob das in meiner Installation ebenfalls klappt// //**update: Geht leider noch nicht - Weitere Recherche erforderlich**// Quelle: [[https://github.com/RetroPie/RetroPie-Setup/wiki/RetroArch-Configuration]]