On 16 September 2014 17:50, O. Hartmann <[email protected]> wrote:
> ...
>
> hw.vga.textmode=1
> hw.vty=sc
>
> (tried also hw.vty=vt).
> ...
One clarification for the archives: there's no tunable "hw.vty", it's
"kern.vty". From vt(4):
kern.vty
When both vt and sc(4) have been compiled into the kernel, the
one to use for the system console can be selected by setting this
value to ‘vt’ or ‘sc’. If this value is not set, sc(4) is used.
Although I see that needs an update, since the situation is now:
If this value is not set, sc(4) is used, unless the system is booted
via UEFI. In the UEFI-boot case vt(4) is used.
(Tracked in PR 193710)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[email protected]"