#!/bin/sh
# Commands are taken from the following website: http://www.armadeus.com/wiki/index.php?title=Framebuffer

echo 0 > /sys/class/graphics/fb0/blank
echo -e '\033[9;0]' > /dev/tty1	# '\033[9;X]' X = how many minutes until timeout, 0 = never
