Hi all,
I wanted to try out FreeBSD on my 21.5" late 2009 iMac, but unfortunately the radeonkms driver seems to exhibit some weird graphical behaviour. I have attached a picture of what it looks like, which I have gathered from Reddit.
Other off-site threads suggest passing the
The iMac I have here features an AMD Radeon HD 4670 and an Intel Core 2 Duo E7600. I am running the latest version of FreeBSD as of writing this (14.2-RELEASE).
I have uploaded the kernel logs (dmesg) here. Of note are these lines:
Could it be that FreeBSD isn't loading the drivers properly?
Thank you!
I wanted to try out FreeBSD on my 21.5" late 2009 iMac, but unfortunately the radeonkms driver seems to exhibit some weird graphical behaviour. I have attached a picture of what it looks like, which I have gathered from Reddit.
Other off-site threads suggest passing the
nomodeset parameter to the kernel when running Linux, but I could not find an explanation for this, though it does seem to work.The iMac I have here features an AMD Radeon HD 4670 and an Intel Core 2 Duo E7600. I am running the latest version of FreeBSD as of writing this (14.2-RELEASE).
I have uploaded the kernel logs (dmesg) here. Of note are these lines:
Code:
RV730_pfp.bin: could not load binary firmware /boot/firmware/RV730_pfp.bin either
radeon/RV730_pfp.bin: could not load binary firmware /boot/firmware/radeon/RV730_pfp.bin either
radeon_RV730_pfp.bin: could not load binary firmware /boot/firmware/radeon_RV730_pfp.bin either
drmn0: successfully loaded firmware image 'radeon/RV730_pfp.bin'
RV730_me.bin: could not load binary firmware /boot/firmware/RV730_me.bin either
radeon/RV730_me.bin: could not load binary firmware /boot/firmware/radeon/RV730_me.bin either
radeon_RV730_me.bin: could not load binary firmware /boot/firmware/radeon_RV730_me.bin either
drmn0: successfully loaded firmware image 'radeon/RV730_me.bin'
R700_rlc.bin: could not load binary firmware /boot/firmware/R700_rlc.bin either
radeon/R700_rlc.bin: could not load binary firmware /boot/firmware/radeon/R700_rlc.bin either
radeon_R700_rlc.bin: could not load binary firmware /boot/firmware/radeon_R700_rlc.bin either
drmn0: successfully loaded firmware image 'radeon/R700_rlc.bin'
RV730_smc.bin: could not load binary firmware /boot/firmware/RV730_smc.bin either
radeon/RV730_smc.bin: could not load binary firmware /boot/firmware/radeon/RV730_smc.bin either
radeon_RV730_smc.bin: could not load binary firmware /boot/firmware/radeon_RV730_smc.bin either
drmn0: successfully loaded firmware image 'radeon/RV730_smc.bin'
[drm] External GPIO thermal controller with fan control
[drm] radeon: dpm initialized
RV710_uvd.bin: could not load binary firmware /boot/firmware/RV710_uvd.bin either
radeon/RV710_uvd.bin: could not load binary firmware /boot/firmware/radeon/RV710_uvd.bin either
radeon_RV710_uvd.bin: could not load binary firmware /boot/firmware/radeon_RV710_uvd.bin either
Could it be that FreeBSD isn't loading the drivers properly?
Thank you!