Hi,
I’m trying to decrease the screen resolution for the console on my laptop which has a default resolution 1920x1080 ( 12.5 ‘’) booting in UEFI.
At the end of the boot, I got a nice console very bright and clear but with it's very very small and makes the reading very complicated
After adding in the /boot/loader.conf the line
But I have to press
I have to switch with
By toggling to the other terminals with
Also, following this link http://www.codenicer.com/content/configuring-default-resolution-freebsd-11-uefi , I added
If during the boot process I press
How can I set up a lower screen resolution?
Some config files below:
pciconf https://dpaste.com/CNRSX67XG
uname https://dpaste.com/CLYCA86Q4
dmesg before modifying /boot/loader.conf https://dpaste.com/7LDSDHB3M
/boot/loader.conf before modification https://dpaste.com/G8LZRKCBY
dmesg after modifying /boot/loader.conf https://dpaste.com/2Z6V3842A
/boot/loader.conf after modification https://dpaste.com/2DGGBHYUM
kldstat before /boot/loader.conf modification https://dpaste.com/BYW4NWSDB
kldstat after /boot/loader.conf modification https://dpaste.com/GHPE5CVA2
Thank you for your help!
I’m trying to decrease the screen resolution for the console on my laptop which has a default resolution 1920x1080 ( 12.5 ‘’) booting in UEFI.
At the end of the boot, I got a nice console very bright and clear but with it's very very small and makes the reading very complicated
After adding in the /boot/loader.conf the line
kern.vt.fb.default_mode="1280x720"
and proceeded a reboot, the fonts become bigger in the middle of the booting stage, with the “1280x720” screen resolution apparently set up. That console is not as bright as the one with the default settings.But I have to press
Enter
many times to reach the end of the console as the automatic scrolling down doesn't go lower ( normally, at the end of the boot process ,we reach automatically the line with the login) .I have to switch with
ALT F2
as I can’t see the login and password on this default console.By toggling to the other terminals with
ALT F2,F3..F8
,I got the expected result with the correct font size but why is it not the case with the default console we got during the boot process?Also, following this link http://www.codenicer.com/content/configuring-default-resolution-freebsd-11-uefi , I added
mode 1
in the file I created /boot/loader.rc.local but it didn't change anything. If during the boot process I press
Escape
and enter mode 1
, then exit
to continue the boot process,I got the correct resolution for a few seconds but in the middle of the booting process, the screen is flashing and revert back to the original screen resolution 1980 x1080How can I set up a lower screen resolution?
Some config files below:
pciconf https://dpaste.com/CNRSX67XG
uname https://dpaste.com/CLYCA86Q4
dmesg before modifying /boot/loader.conf https://dpaste.com/7LDSDHB3M
/boot/loader.conf before modification https://dpaste.com/G8LZRKCBY
dmesg after modifying /boot/loader.conf https://dpaste.com/2Z6V3842A
/boot/loader.conf after modification https://dpaste.com/2DGGBHYUM
kldstat before /boot/loader.conf modification https://dpaste.com/BYW4NWSDB
kldstat after /boot/loader.conf modification https://dpaste.com/GHPE5CVA2
Thank you for your help!