Fixed RPi freezing when screen blanked
This commit is contained in:
parent
c7f44ec412
commit
3f556a1147
1 changed files with 2 additions and 1 deletions
|
@ -103,7 +103,8 @@ screen_timeout () {
|
||||||
|
|
||||||
cat > /home/kiosk/.xtimeout << EOF
|
cat > /home/kiosk/.xtimeout << EOF
|
||||||
xset s ${TIMEOUT}
|
xset s ${TIMEOUT}
|
||||||
xset -dpms
|
xset -dpms
|
||||||
|
xset s noblank
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue