On Mon, Jan 22, 2024 at 9:23 AM <[email protected]> wrote: > > Hi, I'm trying to get my RX 6600 to work under OpenBSD, and am failing > miserably. > No matter what I put into /etc/X11/xorg.conf, it always says "no devices > found" and "no screens found" > I don't see any GPU-related errors in dmesg, so am I just doing it wrong? > I've tried creating a Device, Screen, Monitor SubSection but nothing seemed > to work. > How am I supposed to do this? I usually use Xorg -configure, but it seems > that's not available on OpenBSD 7.4. > The only driver that seems to work is "modesetting", but I'd like to use > "amdgpu". > I have ran fw_update and it says that everything is already installed. > There's one strange line in my dmesg, but I'm not sure if it's important: > "drm:pid0:smu_v11_0_check_fw_version *WARNING* SMU driver if version not > matched" > I can upload my full dmesg if necessary, but I'd like to just know if I'm > even doing the Xorg configuration right. >
Greetings, Have you tried running X11 without an xorg.conf? I've been running older AMD GPUs and haven't had to create a conf file for Xenocara (OpenBSD's Xorg) in a long time unless I need to specify a particular configuration command. Otherwise, it just works and the correct driver *should* be used. Regards, Claudio

