Skip to content

Instantly share code, notes, and snippets.

@harisund
Last active May 11, 2016 20:46
Show Gist options
  • Save harisund/b44ede8863726b4f5b859c0d4df4fbf1 to your computer and use it in GitHub Desktop.
Save harisund/b44ede8863726b4f5b859c0d4df4fbf1 to your computer and use it in GitHub Desktop.
Disabling console blanking
setterm -blank 0
cat /sys/module/kernel/parameters/consoleblank
http://unix.stackexchange.com/questions/8056/disable-screen-blanking-on-text-console
http://www.cyberciti.biz/tips/linux-disable-screen-blanking-screen-going-blank.html
setterm -powersave off
xset s noblank
xset s off
xset -dpms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment