PDA

View Full Version : Can i change the resolution in tty?


Sagitarius
May 27th, 2009, 21:21
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.

graudeejs
May 27th, 2009, 21:42
you mean terminal?
read vidcontrol

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

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

Sagitarius
May 27th, 2009, 22:39
you mean terminal?
read vidcontrol

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

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

all_screensd_flags not found :S

ale
May 27th, 2009, 22:48
all_screensd_flags not found :SCompare what you wrote here with wath
killasmurf86 wrote.

fronclynne
May 28th, 2009, 20:22
Be aware that vidcontrol does not work on amd64.