Summary: | vt(4) doesn't support rc.conf parameters saver= or blanktime= | ||
---|---|---|---|
Product: | Base System | Reporter: | Joe Barbish <qjail1> |
Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
Status: | New --- | ||
Severity: | Affects Many People | CC: | emaste, felix, guilherme.janczak, nickdate, scf |
Priority: | --- | Keywords: | vt |
Version: | CURRENT | ||
Hardware: | Any | ||
OS: | Any | ||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224436 |
Description
Joe Barbish
2018-11-20 16:15:16 UTC
Same effect in amd64 or i386 systems. blanktime needs CONS_BLANKTIME to be implemented: https://github.com/freebsd/freebsd/blob/master/sys/dev/vt/vt_core.c#L2309 Source code link has gone stale, it is supposed to be a link to the unimplemented CONS_BLANKTIME: case CONS_BLANKTIME: /* XXX */ return (0); This issue is still present in 14.1-RELEASE. I spend lot of time in the console without X running on my affected machine (it is a stationary laptop performing some server functions). I don't want to use sc because it doesn't work with KMS. Are there any plans to fix this? This bug caused burn-in on an old laptop I use via remote access. The FreeBSD login prompt was burned onto it after weeks/months continuously on and with the lid closed. Setting kern.vty=sc in /boot/loader.conf caused the laptop to boot to a blank screen. sc's man page appears to warn against this on UEFI systems, but this laptop is BIOS. A workaround is to start the xdm (X Display Manager) service on boot, closing the lid will then turn off the screen. |