Widgets font size problem

I am using Rasbbery PI 4B. When I normally boot the Ground with HDMI plugged in, I get tiny blurry fonts on widgets in middle section (horizon, compass, airspeed altitude). Widgets in corners are fine though.
However, if I plug hdmi after OpenHD is already booted, I get nice solid widgets.
HDMI/gpu related settings are:
disable_overscan=1
hdmi_force_hotplug=1
hdmi_force_mode=1
# 1280x800 Headplay HD
hdmi_group=2
hdmi_mode=28
max_framebuffers=2
gpu_mem=160
force_turbo=1
gpu_freq=400
sdram_freq=433
disable_splash=1
start_x=1
dtoverlay=vc4-fkms-v3d

any suggestions how to get nice and solid widgets while booting with HDMI plugged it?
I tried two different monitors, also tried to disable hdmi_force_hotplug and hdmi_force_mode, but results are the same. Scaling those tiny widgets does not help either, they get bigger but blury/transparent.


Ok, looks like I finally fixed it myself :slight_smile:

I added
hdmi_cvt=1280 800 60 5 0 0 0
and set
hdmi_group=2
hdmi_mode=87

all these lines are within config.txt

Now I get good big fonts even when HDMI is plugged during the boot.