beepy icon indicating copy to clipboard operation
beepy copied to clipboard

Disable HDMI with /boot/config.txt

Open techied opened this issue 2 years ago • 0 comments

According to https://github.com/raspberrypi/userland/issues/447 we can add these lines to /boot/config.txt to disable the display pipeline:

hdmi_ignore_hotplug=1
hdmi_ignore_composite=1

Should save some power. Also added hdmi_blanking=1 for good measure.

techied avatar Jun 09 '23 00:06 techied