G+_Jason Brown Posted September 29, 2018 Share Posted September 29, 2018 I'm having a terrible time trying to figure out how to disable screen blanking on my raspberry pi. I'm using the latest version of stretch. I've googled my way into Oblivion. I know I can install xscreensaver and change some settings in the GUI, but I'm trying to find a simple terminal command that will disable screenshot blanking on the GUI, without having to touch the GUI. Does anyone have a tried and true method they personally use? Nothing I find seems to work. I have a setup script I put together to turn my pi into a slideshow presenter, but this is a major hold up for me. Link to comment Share on other sites More sharing options...
G+_Jeff Strome Posted September 30, 2018 Share Posted September 30, 2018 Check this out. raspberrypi.org - How to disable monitor power saving option in Raspberry PI? - Raspberry Pi Forums Link to comment Share on other sites More sharing options...
G+_Jason Brown Posted September 30, 2018 Author Share Posted September 30, 2018 Found it, I think. It's been running for about an hour. Going to try it all night. I added the following to /etc/lightdm/lightdm.conf [seatDefaults] xserver-command=X -s 0 -dpms Link to comment Share on other sites More sharing options...
Recommended Posts