07-24-2020, 12:22 PM
Nothing changed in regard to HDMI displays between 6.7.0 and 6.7.1. You prolly just need to reboot with your HDMI display connected, or if you have special settings in /boot/config.txt for the display or something in etc/rc.local then verify they are correct.
The command below is what has been used in moOde for years to detect the resolution of attached HDMI displays.
The command below is what has been used in moOde for years to detect the resolution of attached HDMI displays.
Code:
fbset -s | awk '$1 == "geometry" { print $2","$3 }'