Hello everyone
I'm afraid I'm going to need some help. Please go easy on me, I'm new to this exciting world of FreeBSD I have a Lenovo E590 laptop with Intel HD graphics and AMD Radeon RX 550X and cannot start X.
Relevant section from the Xorg.0.log
What I've done
So I tried following this part of the handbook because it made sense that X doesn't know which device to use:
I'm afraid I'm going to need some help. Please go easy on me, I'm new to this exciting world of FreeBSD I have a Lenovo E590 laptop with Intel HD graphics and AMD Radeon RX 550X and cannot start X.
Relevant section from the Xorg.0.log
Code:
(WW) Warning, couldn't open module amdgpu
(EE) Failed to load module "amdgpu" (module does not exist, 0)
What I've done
- Followed the guide here (chose amdgpu)
- In /etc/rc.conf I have
kld_list="amdgpu"
Code:
(WW) Warning, couldn't open module intel
(EE) Failed to load module "intel" (module does not exist, 0)
So I tried following this part of the handbook because it made sense that X doesn't know which device to use:
pciconf -lv | grep -B3 display
showed me the BusID of my AMD card- I put this in
/usr/local/etc/X11/xorg.conf.d/driver-amd.conf
I created:
Code:Section "Device" Identifier "Card0" Driver "amdgpu" BusID "PCI:3:0:0" EndSection
hw.syscons.disable=1
prevented the OS from booting (I admit I still have no idea what it's for )- The user is member of the video group and I'm not starting X as root
- Installed modules:
drm-fbsd-13-kmod-5.4.144.g20220223
anddrm-kmod-g20190710_1
- I understand the latter makes sure to install the right package, please correct me if I'm wrong - FreeBSD version 13.1-RELEASE