Bug #981
Unable to Turn Off HDMI on Raspberry Pi 2
Start date:
06/27/2025
Due date:
% Done:
100%
Estimated time:
Description
While trying to turn off the display used on the HDMI port of my Raspberry Pi 2, I was unable to get the vcgencmd to work correctly.
To resolve this, the dtoverlay needs to be changed in the config.txt file.
- Edit the config.txt:
sudo nano /boot/firmware/config.txt
- And modify the following line, changing dtoverlay to:
dtoverlay=vc4-fkms-v3d
 
 - And modify the following line, changing dtoverlay to:
 
- Reboot the system:
sudo reboot
 
- Now 
vcgencmdshould be able to turn the HDMI display off:sudo vcgencmd display_power 0
 
Resources¶
Updated by Daniel Curtis 4 months ago
- % Done changed from 0 to 100
 - Status changed from New to Resolved