Posts: 76
Threads: 18
Joined: Sep 2018
Reputation:
2
Posts: 342
Threads: 7
Joined: Aug 2018
Reputation:
58
Well a few things come to mind.
1) Have you tried a different cable? This probably isn't the issue but I have seen odd things with HDMI cables. My current TV has cables it likes and cables it is doesn't. Go figure.
2) You could see if adding the following variable works:
hdmi_drive=2
3) Some power supplies can cause odd issues. Are you using the official Pi one or an off brand?
Jeremy (Mr. Server)
* Desktop: Ubuntu MATE
* Windows are for your walls, Apple is for your health, Linux is for your computer
Posts: 76
Threads: 18
Joined: Sep 2018
Reputation:
2
05-22-2020, 03:36 PM
(This post was last modified: 05-22-2020, 04:06 PM by Jeremiah.)
1. The first boot with another HDMI cable things were fine. I switched HDMI cables to the one I was using after that, and once again, things looked fine. All boots afterward had the same result I had before.
2. Putting hdmi_drive=2 in config.txt didn't work.
3. It is a off brand, but it worked before on Ubuntu MATE 18.04 before it stopped being able to boot.
EDIT: Tried it again with 2 other power supplies, a phone charger and another power supply that powers another pi running a home file share. Neither of which are the official power supply, but both do their job. Neither of those fixed the issue.
Posts: 342
Threads: 7
Joined: Aug 2018
Reputation:
58
Okay.
Well try the following:
hdmi_safe=1
However comment out:
hdmi_drive=2
hdmi_force_hotplug=1
So:
hdmi_safe=1
#hdmi_drive=2
#hdmi_force_hotplug=1
Save and reboot.
What happens?
Jeremy (Mr. Server)
* Desktop: Ubuntu MATE
* Windows are for your walls, Apple is for your health, Linux is for your computer
Posts: 76
Threads: 18
Joined: Sep 2018
Reputation:
2
That works, but the resolution is 640x480, where my monitor's native resolution is 1336x768. I can't change the resolution in the display settings, but I never have on the Raspberry Pi. I would usually run the raspi-config command, but that doesn't seem to be installed. I'm not sure what to do with this.
Posts: 342
Threads: 7
Joined: Aug 2018
Reputation:
58
05-23-2020, 09:02 PM
(This post was last modified: 05-23-2020, 09:04 PM by cleverwise.)
You can try adding:
hdmi_group=2
hdmi_mode=39
However I can't remember if hdmi_safe disables that option. My current Pi is down at the moment. I am waiting for a new microSD to USB adapter. Then I'll have my Pi 4 online.
Jeremy (Mr. Server)
* Desktop: Ubuntu MATE
* Windows are for your walls, Apple is for your health, Linux is for your computer
Posts: 76
Threads: 18
Joined: Sep 2018
Reputation:
2
06-01-2020, 06:55 PM
(This post was last modified: 06-01-2020, 09:34 PM by Jeremiah.)
I've tried some things, and I managed to get it working.
First I tried using the official Raspberry Pi Imager to re-image Ubuntu to the SD card. This got me the same results as I did before, so I added hdmi_safe=1 to config.txt. Once again, fixed the garbled screen, but everything being at a low resolution.
Then I tried replacing hdmi_safe=1 with hdmi_group=2 and hdmi_mode=39. Everything seems to be displaying properly now at the command line.
EDIT:
Now that it has a desktop, I can confirm that yes it works!
Posts: 342
Threads: 7
Joined: Aug 2018
Reputation:
58
Sweet. I know with Pi's you sometimes have to play around to get the right settings for your setup. Good deal. Do keep good notes.
Jeremy (Mr. Server)
* Desktop: Ubuntu MATE
* Windows are for your walls, Apple is for your health, Linux is for your computer