Click to See Complete Forum and Search --> : How to disable console screen saver?


timmy
09-07-2001, 10:59 PM
Hi guys,

After login to the linux console or text terminal, the screen becomes blank after few minutes. I think it is because of screen saver. Can anyone tell me how to disable this function?

Thank you for help!

jon787
09-07-2001, 11:00 PM
It might your monitor's power saver mode. Mine does that after about 10 minutes regardless of which Os I run.

element-x
09-07-2001, 11:11 PM
setterm -blank [0-60]
setterm -store

hope this helps

DMR
09-08-2001, 08:53 PM
It could also be a function of your BIOS's power management, or perhaps apmd (the Advanced Power Management Daemon) is running.

Radar
09-09-2001, 12:54 AM
To clarify what JAdrock posted: setterm -blank 0 will disable screen blanking on the console. xset -noblank I believe works in x.