07-16-2018, 08:42 PM
I keep my pi on constantly, but blank the display when not in use. I do this with my it remote programed for the following commands
sudo XAUTHORITY=/home/pi/.Xauthority DISPLAY=:0.0 xset dpms force on
[size=undefined][size=undefined]
[/size][/size]sudo XAUTHORITY=/home/pi/.Xauthority DISPLAY=:0.0 xset dpms force off
The only problem is it messes up the moose sleep setting from "never" and I need to set it to 10 then back to never.
Is there a better command?
Thanks
sudo XAUTHORITY=/home/pi/.Xauthority DISPLAY=:0.0 xset dpms force on
[size=undefined][size=undefined]
[/size][/size]sudo XAUTHORITY=/home/pi/.Xauthority DISPLAY=:0.0 xset dpms force off
The only problem is it messes up the moose sleep setting from "never" and I need to set it to 10 then back to never.
Is there a better command?
Thanks