I am new to FreeBSD and setup a FreeBSD 12 on Virtual Box to see how it works.
The problem is its resolution after boot is 640x480.
As some articles suggest, add following line in /boot/loader.conf
then I can change to other modes after reboot with vidcontrol(8)
Is there a way to make this change happen without reboot? Or start another console with this setting?
I thought vt and sc are dirver? but
Another problem is how can I do similar things with vt.
Since vt replaces sc after 11.0, I think there should be some ways?
Currently following setting does not work.
The problem is its resolution after boot is 640x480.
As some articles suggest, add following line in /boot/loader.conf
Code:
kern.vty=sc
Is there a way to make this change happen without reboot? Or start another console with this setting?
I thought vt and sc are dirver? but
kldstat
does not show them. And they cannot be load/unload with kldload/kldunload
Another problem is how can I do similar things with vt.
Since vt replaces sc after 11.0, I think there should be some ways?
Currently following setting does not work.
Code:
hw.vga.textmode=0
hw.vga.acpi_ignore_no_vag=1
i915kms_load="YES"
kern.vty=vt
kern.vt.fb.default_mode="1024x768"