Make a very "silent" retro-gaming console - Raspberry Pi Forums
hello all!
name philip , i’m noob in using linux terminal. hope post in correct forum session!
trying understand bit linux commands wanted realize raspberry pi based retro gaming console.
quick essay on steps did until (only clarify final questions , other noobs me):
1) bought raspberry pi 1, sd card, plastic case, power supply, usb keyboard , snes replica usb controller
2) installed retropie sd card image raspberry pi 1
– configured snes usb controller , usb keyboard both emulation station , emulators
– expanded file system
– transfered roms
3) customized retropie splash screen custom made loading image 1920x1080 .png (through retropie setup)
4) made boot “silent” possible
- hid raspberry pi logo on boot adding “logo.nologo” /boot/cmdline.txt
- hid console output on boot replacing ”console=tty1" "console=tty3" , added "loglevel=3" /boot/cmdline.txt
– hid text cursor adding "vt.global_cursor_default=0" /boot/cmdline.txt
– hid login informations commenting out getty process on tty1 in /etc/inittab
5) made emulators startup “silent” possible
– hid “press key (or joypad button 0) configure launch options emulator/port ($emulator). errors logged /tmp/runcommand.log” commenting out relative lines in /opt/retropie/supplementary/runcommand/runcommand.sh
now, have more steps consider project done confronted difficulties.
1) hide console text “===================” when launching , closing emulator.
2) set custom made loading 1920x1080 image when launching , closing emulator.
2) disable mouse cursor. installed unclutter still, @ boot, can see mouse cursor blinking second in left upper part of monitor.
3) possibly, speed initial black screen boot before custom retropie splash screen. maybe cutting off process un-useful retro gaming console purpose. or covering black monitor same custom made loading image used retropie splash screen. don’t know.
hope of experts give me advices achieve these last goals.
apologize if, during of listed steps, have not respected ethics of linux programmers.
thank in advance kindness!
name philip , i’m noob in using linux terminal. hope post in correct forum session!
trying understand bit linux commands wanted realize raspberry pi based retro gaming console.
quick essay on steps did until (only clarify final questions , other noobs me):
1) bought raspberry pi 1, sd card, plastic case, power supply, usb keyboard , snes replica usb controller
2) installed retropie sd card image raspberry pi 1
– configured snes usb controller , usb keyboard both emulation station , emulators
– expanded file system
– transfered roms
3) customized retropie splash screen custom made loading image 1920x1080 .png (through retropie setup)
4) made boot “silent” possible
- hid raspberry pi logo on boot adding “logo.nologo” /boot/cmdline.txt
- hid console output on boot replacing ”console=tty1" "console=tty3" , added "loglevel=3" /boot/cmdline.txt
– hid text cursor adding "vt.global_cursor_default=0" /boot/cmdline.txt
– hid login informations commenting out getty process on tty1 in /etc/inittab
5) made emulators startup “silent” possible
– hid “press key (or joypad button 0) configure launch options emulator/port ($emulator). errors logged /tmp/runcommand.log” commenting out relative lines in /opt/retropie/supplementary/runcommand/runcommand.sh
now, have more steps consider project done confronted difficulties.
1) hide console text “===================” when launching , closing emulator.
2) set custom made loading 1920x1080 image when launching , closing emulator.
2) disable mouse cursor. installed unclutter still, @ boot, can see mouse cursor blinking second in left upper part of monitor.
3) possibly, speed initial black screen boot before custom retropie splash screen. maybe cutting off process un-useful retro gaming console purpose. or covering black monitor same custom made loading image used retropie splash screen. don’t know.
hope of experts give me advices achieve these last goals.
apologize if, during of listed steps, have not respected ethics of linux programmers.
thank in advance kindness!
to make loading & closing emulator silent, edit file: /opt/retropie/configs/all/runcommand.cfg
loading & closing black screen
code: select all
use_art="1" disable_joystick="0" governor="" disable_menu="1"
raspberrypi
Comments
Post a Comment