Disable Screen Blanking on Raspberry Pi (with kbd)


sudo nano /etc/kbd/config

Change BLANK_TIME and POWERDOWN_TIME to both be zero. Then, to apply changes:

sudo /etc/init.d/kbd restart

Note that this is different than this method, which should probably work with most other Linux systems.

,

Leave a Reply