blanking the console

Lars Eighner eighner at io.com
Sat Apr 2 13:29:34 PST 2005


On Sat, 2 Apr 2005, dick hoogendijk wrote:

> OK, probably a stupid question. I can't find it though. Sorry.
> How can I blank the screen on the console (terminal).
> Something like the linux "setterm -blank 60" which will blank the screen
> after 60 seconds of inactivity. There must be a (freebsd) equivalent,
> but what is it?
>
>

kldload blank_saver
    (loads the blank screensaver kernel module)
vidcontrol -t N
    (sets the timeout time to N seconds)

You can set these as boot-up default using
/stand/sysinstall .  Look for post-install configuration,
console.

-- 
Lars Eighner
eighner at io.com
http://www.larseighner.com/index.html
8800 N IH35 APT 1191 AUSTIN TX 78753-5266



More information about the freebsd-questions mailing list