Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 279 Bytes

Disable_Screen_Blanking_On_Raspberry_Pi_Ubuntu_24.04.md

File metadata and controls

9 lines (6 loc) · 279 Bytes

Disable screen blanking on Raspberry Pi

sudo /boot/firmware/cmdline.txt

add consoleblank=0 to the end so it shows as follows:

console=serial0,115200 multipath=off dwc_otg.lpm_enable=0 console=tty1 root=LABEL=writable rootfstype=ext4 rootwait fixrtc consoleblank=0