I noticed that HDMI can be disabled with the dtparam=hdmi option.
https://github.com/raspberrypi/linux/pull/5181
So I wrote following lines into /boot/config.txt then reboot Pi.
Code: Select all
dtparam=hdmi=off
# Pi4?
dtparam=hdmi0=off
dtparam=hdmi1=off
I was expecting HDMI with the dtparam option, just as I could turn it off with tvservice -o when using fkms, is that not the case?
I tested with Raspberry Pi OS (32-bit) kernel 5.15.84-v7+ and 6.1.21-v8+, on Pi3B+ and Pi4.