On Thu, Dec 11, 2014 at 9:42 AM, Alfred Perlstein <alf...@freebsd.org> wrote:
> Up until a few months ago the following added to /etc/rc.conf would blank > the screen: > > # /etc/rc.conf > saver="green" > allscreens_flags="-t 60" > > Now that no longer works. > > Can someone explain how to restore the power saving screen saver please? > -> Put this in /boot/loader.conf to use the older syscons(4) console driver by default and reboot: kern.vty="sc" This lists the missing functionality in the new vt(4) driver such as screensaver: https://wiki.freebsd.org/Newcons#Feature_Comparison_with_syscons.284.29 -- Craig _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"