Cannot get amdgpu to load at boot

Right now I am trying to resolve an issue where I can get my AMD graphics card (RX 5700) to work if I manually type "kldload amdgpu" as root. I've added "kld_list+=amdgpu" to rc.conf, but I get a message that says "kld_list+=amdgpu not found" when I boot. I'm stumped as to why I'm able to manually load amdgpu with no issues, but can't get it to load at boot. As an aside, I think fixing this problem will resolve my other issue of x11/KDE not loading at boot. I followed the instructions in Chapter 5 of the Handbook, but I can only get xorg to work after I manually load amdgpu. Any suggestions? I appreciate the help!
 
Back
Top