Changing Console Blank

On some linux boxes it may be better to turn off the console/terminal’s black screen saver option. The command below will disable the feature temporaily on the current console/terminal.

shell> setterm -blank 0

Valid options are 0-60 minutes where 0 is to disable. This feature will also attempt to disable any APM feature in place.

Reference:
setterm Linux man page


About this entry