Update comment about chvt in the display-on script.

This commit is contained in:
Jarno Rantanen 2016-01-24 20:32:40 +02:00
parent 331adf4475
commit b238700c17

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/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