Hi,
I am running FreeBSD 12.1-RELEASE. Since my Intel graphics card (UHD 630) does not seem to be currently supported, I am happy to use efifb and the scfb Xorg-driver. All fine.
The only thing that bothers me is the default resolution (800x600) that is selected by the VT driver (or bootloader, I don't know).
The following works and mitigates the problem:
I tried adding
How can I change permanently the efifb video mode resolution?
Thanks!
Update: Also tried putting
forums.freebsd.org
But didn't work. Mode-entry still seems to be ignored.
I am running FreeBSD 12.1-RELEASE. Since my Intel graphics card (UHD 630) does not seem to be currently supported, I am happy to use efifb and the scfb Xorg-driver. All fine.
The only thing that bothers me is the default resolution (800x600) that is selected by the VT driver (or bootloader, I don't know).
The following works and mitigates the problem:
- When starting up, get into the bootloader prompt by pressing Escape.
- Select a video mode by doing
mode <number>
, for examplemode 3
for 1920x1080, which is just right. - Typing
boot
to boot the system, using exactly that mode.
mode 3
) permanent.I tried adding
mode 3
to /boot/loader.conf and /boot/loader.conf.local, but it did not have any effect. The bootloader seems to ignore this entry!How can I change permanently the efifb video mode resolution?
Thanks!
Update: Also tried putting
mode 3
in /boot/loader.rc and /boot/loader.rc.local as proposed here:
Solved - The vt(4) resolution is always 640x480
The laptop is ThinkPad X250 (Broadwell GPU) and the LCD resolution is 1366x768. I have set booting from UEFI only and disabled CSM. The whole disk is encrypted by GELI except /boot/. On 10.2-STABLE, the LCD resolution can be recognized rightly without any configure in /boot/loader.conf. The...
But didn't work. Mode-entry still seems to be ignored.
Last edited: