Hi everyone, I think I am having trouble getting my Radeon RX 550 to work 100% on fBSD13.
What I have done:
- Install Xorg, Mate, a login manager, etc.
- Install drm-kmod
- sysrc kld_list+="amdgpu"
What works:
- logging into Mate desktop, everything seems nice and fluent, even WebGL content works fluently
- kldstat shows me that amdgpu.ko and a number of amdgpu_polaris12*.ko are loaded
- /etc/rc.conf shows kld_list="amdgpu"
What seems off:
- the driver is listed as vesa/modesetting when I look it up using glxinfo and inxi
What does not work:
I tried adding a conf file to /etc/X11/xorg.conf.d:
When I reboot with this file, my login manager does not load. The Xorg log says, "could not load amdgpu: module does not exist". But naturally, kldstat shows that the module has been loaded. Any suggestions what's wrong with this file?
What I have done:
- Install Xorg, Mate, a login manager, etc.
- Install drm-kmod
- sysrc kld_list+="amdgpu"
What works:
- logging into Mate desktop, everything seems nice and fluent, even WebGL content works fluently
- kldstat shows me that amdgpu.ko and a number of amdgpu_polaris12*.ko are loaded
- /etc/rc.conf shows kld_list="amdgpu"
What seems off:
- the driver is listed as vesa/modesetting when I look it up using glxinfo and inxi
What does not work:
I tried adding a conf file to /etc/X11/xorg.conf.d:
Code:
Section "Device"
Identifier "AMD"
Driver "amdgpu"
Option "DRI" "3"
Option "TearFree" "true"
EndSection
When I reboot with this file, my login manager does not load. The Xorg log says, "could not load amdgpu: module does not exist". But naturally, kldstat shows that the module has been loaded. Any suggestions what's wrong with this file?