options VESA
options SC_PIXEL_MODE
That works without recompiling the kernel? I tried that several times but vidcontrol always told mekillasmurf86 said:you can simply# kldload vesa
or to make this permanent add
to /boot/loader.confCode:vesa_load="YES"
Inappropriate ioctl for device
killasmurf86 said:perhaps you just tried to set unsupported mode
also maybe oyu need to# kldload vga
# vidcontrol -i mode
. vidcontrol(1) saysIf you want to use any of the raster text modes you need to recompile your kernel with the SC_PIXEL_MODE option. See syscons(4) for more details on this kernel option.
Same here.volatilevoid said:And that matches my personal experience with VESA consoles.![]()