4

.

Hello,

I have tried running Ubuntu MATE 20.04 beta 1, on my Raspberry Pi 4. During boot up, it only shows a black screen. And although the light shows activity, nothing seems to display on this black screen.

Is this a known issue?

Cheers,

Eddie.

Big-Edd
  • 41

3 Answers3

1

What worked for me was editing /boot/firmware/usercfg.txt and adding:

hdmi_safe=1
hdmi_force_hotplug=1
Zanna
  • 72,312
Rexcirus
  • 111
0

If you downloaded the version compatible with Raspberry Pi, then your problem might have something to do with the HDMI settings in your config.txt. Check these answers and see if they work for you.

TechSt
  • 1
0

Modify the config.txt. Changing "dtoverlay=vc4-kms-v3d" to "dtoverlay=vc4-fkms-v3d" resolved the issue.

windey
  • 1