Project

General

Profile

Bug #981

Unable to Turn Off HDMI on Raspberry Pi 2

Added by Daniel Curtis about 10 hours ago. Updated about 10 hours ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Workstation
Target version:
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
      
  • Reboot the system:
    sudo reboot
    
  • Now vcgencmd should be able to turn the HDMI display off:
    sudo vcgencmd display_power 0
    

Resources

Also available in: Atom PDF