I have a RPi 4 (4Gb) with Ubuntu 19.10 + Desktop Ubuntu running and displaying fine over HDMI when connected to a TV.
Today I bought an external monitor and connected the RPi to it. Monitor says that HMDI is connected but that is receiving no signal.
I have another RPi 4 (2 Gb) running Raspian Buster as a home webserver. I've connected this RPi to the external monitor and got the same outcome. After googling the issue, I have changed the /boot/config.txt to have uncommented:
hdmi_safe=1
hdmi_force_hotplug=1
config_hdmi_boost=9
Did a reboot and HDMI works fine on the external monitor.
The question now is ... on the RPi4 with Ubuntu, there is no /boot/config.txt file.
How do I enable/force/boost the HDMI signal?