beeper / beepy

Beepy
https://beepy.sqfmi.com
Apache License 2.0
495 stars 37 forks source link

Disable HDMI with /boot/config.txt #8

Open techied opened 1 year ago

techied commented 1 year ago

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.