Fixed RPi freezing when screen blanked

This commit is contained in:
Logan G 2020-08-27 02:31:22 -06:00
parent c7f44ec412
commit 3f556a1147
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -103,7 +103,8 @@ screen_timeout () {
cat > /home/kiosk/.xtimeout << EOF
xset s ${TIMEOUT}
xset -dpms
xset -dpms
xset s noblank
EOF
}