Hi, FreeBSD Gurus!
The Fujitsu PRIMERGY server motherboard D2939 have integrated video, exactly Matrox MGA G200e.
Local widescreen monitor have max resolution 1680x1058, 60Hz (D-sub) / 75Hz (DVI-D).
Due needs to remote management and iRMS (built-in server remote management card) requirements, max available resolution must be set equal or below 1600x1200, 60Hz.
So, I ask for suggestion how to set 1600x1200/60Hz in FreeBSD 12 / 13, when graphics environment not needed (this is network server only), and I try to avoid unnecessary system pressure on hardware.
But looks like kernel not load any mga.ko driver, but i915kms.ko loaded already (I use kldstat command for this)
P.S. I also not find in whole BSD Hardware Database that support for this card exist by default.
The Fujitsu PRIMERGY server motherboard D2939 have integrated video, exactly Matrox MGA G200e.
Local widescreen monitor have max resolution 1680x1058, 60Hz (D-sub) / 75Hz (DVI-D).
Due needs to remote management and iRMS (built-in server remote management card) requirements, max available resolution must be set equal or below 1600x1200, 60Hz.
So, I ask for suggestion how to set 1600x1200/60Hz in FreeBSD 12 / 13, when graphics environment not needed (this is network server only), and I try to avoid unnecessary system pressure on hardware.
pciconf -lv | grep -A 4 vga
vgapci0@pci0:13:0:0: class=0x030000 card=0x11cc1734 chip=0x0522102b rev=0x05 hdr=0x00
vendor = 'Matrox Electronics Systems Ltd.'
device = 'MGA G200e [Pilot] ServerEngines (SEP1)'
class = display
subclass = VGA
But looks like kernel not load any mga.ko driver, but i915kms.ko loaded already (I use kldstat command for this)
P.S. I also not find in whole BSD Hardware Database that support for this card exist by default.