Solved Console resolution

Hi!

I am a GNOME 3 user but I use console too and I boot in console which resolution is I think 640x480x16 vt_vga (default) and it is good for me. The "problem" is because in GNOME I have 2560x1440 and when I switch back to console it stay Xorg resolution. I did try to change size of font (gallant) but I like to keep default console resolution and I don't know how.
Does
Code:
kern.vt.fb.default_mode="1366x768"
settings are just for the console or also for X, please?
I tried with
Code:
VT_FB_DEFAULT_WIDTH=640
VT_FB_DEFAULT_HEIGT=480
in /boot/loader.conf but it doesn't work.
Thank you.

Fernandel
 
Add this to /etc/rc.conf:
Code:
allscreens_flags="-f fontName"
But the initial kernel messages will still be using the default font. You would have to compile your own kernel if you don't want that.
 
Back
Top