Solved Screen resolution on FreeBSD on VirtualBox

Hi all

I have FreeBSD 10.3 installed on Virtualbox with Mate.

the screen resolution is 1024X768 and i want to rise it to 1280X720.

i try using vidcontrol -i mode but I get this error.

Code:
vidcontrol: getting active vty: Inappropriate ioctl for device
 
Very nice wblock every thing is fine except some error messages do i miss some configurations?
please see the screenshot.
Capture du 2016-09-02 13-13-26.png
 
I remember that FreeBSD guests showed some sort of ignorable error, although not exactly which error. But a FreeBSD 10.3-stable VM started just now did not do that. Maybe the latest version of the VirtualBox port fixed that.
 
Hi :)
Please, help setup resolution
VMWare Workstation 10.0.1
Install OS FreeBSD 11 RC-2

I use driver vt(4)

Code:
# cat /boot/loader.conf
kern.vty=vt
hw.vga.textmode=1
kern.vt.fb.default_mode="1024x768"

Empty...
Code:
# vidcontrol -i mode
mode       flags       type      size      font       window       linear buffer
---------------------------------------------------------------------------
 
Back
Top