From b238700c1732d86246b888696fe5b0c61fb19322 Mon Sep 17 00:00:00 2001 From: Jarno Rantanen Date: Sun, 24 Jan 2016 20:32:40 +0200 Subject: [PATCH] Update comment about chvt in the display-on script. --- home/display-on.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/display-on.sh b/home/display-on.sh index 8fe3888..572f20b 100755 --- a/home/display-on.sh +++ b/home/display-on.sh @@ -1,3 +1,3 @@ #!/bin/bash -sudo tvservice -p > /dev/null && sudo chvt 1 && sudo chvt 8 # cycling virtual terminals helps wake up the display +sudo tvservice -p > /dev/null && sudo chvt 1 && sudo chvt 8 # for whatever reason, cycling virtual terminals helps wake up the display in some cases