emulationstation black screen
-
I have a RaspberryPi4 model b 4 gigs with latest Rasbian installed from an image provided by the 4" screen manufacturer. The system was then updated to the latest version.
I've installed retropie and received the dreaded "could not get egl display" error. The fix was to get out of the GUI interface so now I boot the RaspPi into terminal mode. Now typing in "emulationstation" I get a black screen. I've tried different resolutions/screens with no further success. I also tried with and without USB controllers plugged in. This is the first time we're setting up RetroPie so any help would be appreciated. I know it's not supported on Rasp v4 yet, so I've changed the config file to Rasp v3.
-
@avalkauskas said in emulationstation black screen:
I know it's not supported on Rasp v4 yet, so I've changed the config file to Rasp v3.
This is not a supported configuration. If you want to try RetroPie on a PI4 - then use the manual installation method over a Raspbian Lite image outlined in the Docs. It's preferrable to install the display drivers on Raspbian instead of using the image provided by vendor - configure your display first and make sure it works with the latest Raspbian Lite and then use the manual installation method.
-
Thanks, I'll try that- depends on how the vendor's installer support. IIRC I only saw images. While doing more research on this I came across this code fetch that I hadn't performed:
git fetch && git checkout fkms_rpi4
Any ideas? -
@avalkauskas said in emulationstation black screen:
While doing more research on this I came across this code fetch that I hadn't performed:
git fetch && git checkout fkms_rpi4That's no longer supported, the Pi4 development branch has been merged quite some time ago in the main RetroPie repository.
Any ideas?
What type/model of display are you using ? Does it need a special driver not included in Raspbian ?
-
This is my screen:
http://www.lcdwiki.com/4inch_HDMI_Display-CAnd I think this set of commands will install the driver:
sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./MPI4008-showThey have 2 drivers for the 4" screen, so I'm hoping that points to the right ones.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.