raspberry pi not booting into emulationstation
-
@Devenhulk Can you run, from the terminal,
tvservice -s
and post the output ? What monitor are you using (model/vendor) ? -
@mitu im using a scripture monitor and a 128 gb SD
-
@mitu yes i can it says state 0x6 {dvi custom rgb full 4;3} 640x480 60.00hz, progressive
-
im using a scripture monitor
Never heard of this and can't find any reference to it - can you be more specific ? Model number ?
-
mb i meant to say Sceptre monitor E225W-1920
-
Post your
config.txt
- as it it now. -
For more options and information see
http://rpf.io/configtxt
Some settings may impact device functionality. See link above for details
uncomment if you get no picture on HDMI for a default "safe" mode
hdmi_safe=1uncomment this if your display has a black border of unused pixels visible
and your display can output without overscan
#disable_overscan=1
uncomment the following to adjust overscan. Use positive numbers if console
goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16uncomment to force a console size. By default it will be display's size minus
overscan.
#framebuffer_width=1280
#framebuffer_height=720uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1
uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1uncomment to force a HDMI mode rather than DVI. This can make audio work in
DMT (computer monitor) modes
#hdmi_drive=2
uncomment to increase signal to HDMI, if you have interference, blanking, or
no display
#config_hdmi_boost=4uncomment for composite PAL
#sdtv_mode=2
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=onUncomment this to enable infrared communication.
#dtoverlay=gpio-ir,gpio_pin=17
#dtoverlay=gpio-ir-tx,gpio_pin=18Additional overlays and parameters are documented /boot/overlays/README
Enable audio (loads snd_bcm2835)
dtparam=audio=on
[pi4]
Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2[all]
#dtoverlay=vc4-fkms-v3d
overscan_scale=1 -
Replace
hdmi_safe
withhdmi_group=1 hdmi_mode=16 hdmi_drive=2
and see if you get a proper picture.
-
okay ill try thanks
-
@mitu i tried all 3 but when i try to boot up it doesn't Evan show that it finds a signal anymore so i switched it back to HDMI_safe
-
@Devenhulk Try choosing another video mode - see https://www.raspberrypi.org/documentation/configuration/config-txt/video.md. It's strange that for a monitor that claims to support 1080, setting the video mode to 1080p doesn't work.
EDIT: you can add
hdmi_force_hotplug=1 hdmi_ignore_edid=0xa5000080
to the previous lines, this will make the Pi ignore what your monitor sends in the EDID.
-
@mitu k ill go try that
-
@mitu i am sorry for the late reply been a little busy but when i type in those lines it still doesn't change that it boots up and there's a black screen i can still access terminal though but when i type in emulation station it just goes back to the black screen
-
hey guys solved the problem it was the hdmi it needed to be closetest to the power
-
@Devenhulk Hi. What do you mean by this? I'm having the same problem, Retropie boots up, but then it just goes into a black screen when it goes into EmulationStation. I'm not really a Linux user, so I have no idea what is going on.
I'm using Retropie 4.8, on a Raspberry Pi 4. I've used my computer monitor and my TV. -
@carbonatedwater Do you have any log while booting?
-
@superdan said in raspberry pi not booting into emulationstation:
log while booting?
I'm not sure what you mean. Again, I'm not an expert of this sorts.
-
@carbonatedwater The solution @Devenhulk mentioned was to use the mini-HDMI port close to the USB-C port used by the power supply. Did you try to switching the mini-HDMI port on the Pi ?
-
@mitu That is really odd, is there a reason it works when you switch HDMI ports? Also, that method stopped working after I turned it off and back on, and switched the ports back. I didn't have my controller plugged in the first time.
Now I have to leave it off for a while, since that's the only way that worked.
-
@carbonatedwater said in raspberry pi not booting into emulationstation:
That is really odd, is there a reason it works when you switch HDMI ports?
Mostly placebo, there's little difference between them when using a monitor. However when switching the ports you're most likely to re-seat the connector, which may fix problems when the cable is not properly connected.
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.