Setting a working console resolution on an IBM 8518

I have an IBM 8518 connected to a Raspberry Pi 2 running FreeBSD 12.0, and I am trying to figure out how to set a console resolution. The default setting is not compatible with the monitor, and gives med a tripled display:
Tsm5jrm.jpg


If I do a
Code:
vidcontrol -i mode
the list is empty. I have tried changing the term type between sc and vt in /boot/loader.conf but that makes no difference.
 
How? The IBM has a VGA input and the Pi has HDMI. VGA is analog, HDMI is digital. Did you use some HDMI to VGA converter? The resolution of the monitor is 640x480 while the Pi outputs 1920x1080.


Yes I used a converter:
NPz0h55.jpg


I have been able to get 640x480 to work in X, that's not an issue really (dosbox here running under X):
Z1V0KAo.jpg

But in the console I do not know what to set to make it display properly.
 
Back
Top