I am trying to repurpose my old iMac as a FreeBSD 11.1 workstation and I'm getting a whacked out screen when I boot into the installer from EFI USB after selecting, 1. Boot into Multiuser, in bsdinstall. It looks like the horizontal scan is off on each row and as a result the screen is unreadable. Up until the boot screen, all looks fine, but after I select a boot option or type boot into the loader prompt, and the loader gets past text, data, then syms it goes all screwy.
I tried some boot options like:
kern.vty=vt
hw.vga.textmode=1
kern.vt.fb.default_mode="1280x800"
to no effect. and:
kern.vty=sc
hw.vga.textmode=1
which resulted in an error detecting the video fb mode, stride, etc.
Here are the system specs in some more detail:
iMac 20 inch Aluminum, early 2008, iMac8,1
Native Resolution - 1680x1050 32-Bit Color
Intel Core 2 Duo, 2.4 GHz
6GB 800MHz DDR 2 SDRAM
ATI Radeon HD 2400 PCIe GPU 128MB VRAM
On my Dell 755, which also has a Radeon 2400, I didn't have any issue with the installer, but I enabled radeonkms in loader.conf after installing to get better console resolution. Is there a way to load the kms drivers for the radeon during install and do you think that will fix the problem here or what else can I try?
I tried some boot options like:
kern.vty=vt
hw.vga.textmode=1
kern.vt.fb.default_mode="1280x800"
to no effect. and:
kern.vty=sc
hw.vga.textmode=1
which resulted in an error detecting the video fb mode, stride, etc.
Here are the system specs in some more detail:
iMac 20 inch Aluminum, early 2008, iMac8,1
Native Resolution - 1680x1050 32-Bit Color
Intel Core 2 Duo, 2.4 GHz
6GB 800MHz DDR 2 SDRAM
ATI Radeon HD 2400 PCIe GPU 128MB VRAM
On my Dell 755, which also has a Radeon 2400, I didn't have any issue with the installer, but I enabled radeonkms in loader.conf after installing to get better console resolution. Is there a way to load the kms drivers for the radeon during install and do you think that will fix the problem here or what else can I try?