All,
I am working towards making FreeBSD my main OS and have decided to give it a spin on a Lenovo T420 (model 4180) that I have to start getting familiarized (I have worked with FreeBSD before and have been a user of Linux for years). My question revolves around the resolution for the console on boot. I am not booting into X11 (at least not yet) and want to have the text based login/screen take advantage of the resolution the laptop provides.
Some Detail:
FreeBSD 10.3
Laptop: Lenovo T420
Screen Resolution: 1366x768 (should be, as I don't believe I have the NVIDIA model)
Graphics: Intel HD Graphics 3000
I am working on a totally vanilla install. When I execute:
It returns several standard modes - but nothing that comes close the resolution advertised in the specs from Lenovo. I read that its possible VESA drivers may need to be loaded so, I execute:
However, it tells me that the vesa module is already loaded or in the kernel. I saw a post at:
https://forums.freebsd.org/threads/55548/
Which I thought might get me close, but that isn't working either. I'm not really sure what else to try. I'm thinking it might be an issue with drivers, maybe my kernel drivers/modules I am loading. Can anyone point me in a direction? Thanks!
I am working towards making FreeBSD my main OS and have decided to give it a spin on a Lenovo T420 (model 4180) that I have to start getting familiarized (I have worked with FreeBSD before and have been a user of Linux for years). My question revolves around the resolution for the console on boot. I am not booting into X11 (at least not yet) and want to have the text based login/screen take advantage of the resolution the laptop provides.
Some Detail:
FreeBSD 10.3
Laptop: Lenovo T420
Screen Resolution: 1366x768 (should be, as I don't believe I have the NVIDIA model)
Graphics: Intel HD Graphics 3000
I am working on a totally vanilla install. When I execute:
Code:
vidcontrol -i mode
It returns several standard modes - but nothing that comes close the resolution advertised in the specs from Lenovo. I read that its possible VESA drivers may need to be loaded so, I execute:
Code:
kldload vesa
However, it tells me that the vesa module is already loaded or in the kernel. I saw a post at:
https://forums.freebsd.org/threads/55548/
Which I thought might get me close, but that isn't working either. I'm not really sure what else to try. I'm thinking it might be an issue with drivers, maybe my kernel drivers/modules I am loading. Can anyone point me in a direction? Thanks!
Last edited: