Summary: | vt(1) only shows correct modesetting / resolution after quitting X (and returning to vty) | ||
---|---|---|---|
Product: | Base System | Reporter: | Tony Narlock <tony> |
Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
Status: | Open --- | ||
Severity: | Affects Only Me | CC: | emaste |
Priority: | --- | Keywords: | vt |
Version: | CURRENT | ||
Hardware: | Any | ||
OS: | Any |
Description
Tony Narlock
2015-09-15 02:41:25 UTC
This is the expected behaviour when your system boots in VGA mode. In that case vt(4) starts as 640x480. Once your video driver loads it switches to the native screen resolution. You can load the i915 driver from the command line to switch to the higher resolution, or try loading i915kms.ko from the loader. Also if you boot via UEFI instead the vt_efifb driver will be used instead of the vt_vga driver, and will likely run at the native resolution. I'll leave this PR open pending the creation of useful documentation on configuring this. |