Can i change the resolution in tty?

Hello all, i search in google how i change the resolution in tty in freebsd? ...
Found GNU/Linux howto...
Not work in FreeBSD ..
(I know gnu/linux is not eagle freebsd)
But to try...
When I found the guide or howto change the resolution in tty?
Thanks.
 
you mean terminal?
read vidcontrol(1)

there is allscreens_flags setting, that you can put to /etc/rc.conf
to change terminal resolution automatically
rc.conf(5)

for some resolutions you may need to load vesa kernel module
Code:
kldload vesa
you may autoload it by adding vesa_load="YES" to your /boot/loader.conf
 
killasmurf86 said:
you mean terminal?
read vidcontrol(1)

there is allscreens_flags setting, that you can put to /etc/rc.conf
to change terminal resolution automatically
rc.conf(5)

for some resolutions you may need to load vesa kernel module
Code:
kldload vesa
you may autoload it by adding vesa_load="YES" to your /boot/loader.conf

all_screensd_flags not found :S
 
Back
Top