Learning FreeBSD through vmware...cannot set console resolution

Hello,

I'm slowly learning FreeBSD through a virtualized environment. I'd like to eventually make it my primary OS.

I'm having trouble setting console resolution.

I've added
Code:
vesa_load="YES"
to loader.conf. I've installed vmware-tools but when I try to invoke
Code:
vidcontrol MODE_XYZ
I get the following error:

Code:
vidcontrol: cannot activate raster display: Inappropriate ioctl for device

Any ideas what needs fixing?
 
Keep in mind that for some of those resolutions a custom kernel is needed with SC_PIXEL_MODE set.
 
Back
Top