Hello! As far as I remember, you need to load both drmkms_sched and amdgpu from boot.cfg So your /boot.cfg should look like this: menu=Boot normally:rndseed /var/db/entropy-file;load drmkms_sched;load amdgpu;boot
Then it will work On Tue, Feb 11, 2025 at 9:56 PM Lorenzo Torres <lorenzotor...@outlook.it> wrote: > > I've recently started using NetBSD on one of my computers and I'm > enjoying it so far. I wanted to install it also on my main desktop which > is currently running OpenBSD just fine. After doing so everything worked > except for the amdgpu(4) driver (first I enabled by loading from the > bootloader, then I also tried compiling it in the kernel directly). > modstat(8) shows it as loaded but for some reason in the `/dev/dri` > directory there is no `card*` file and when I start X it falls back to > vesa(4). Having support for my gpu is crucial and I can't really use > NetBSD without it. > This is the PCI device getting recognized by OpenBSD: `VGA compatible > controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 22 [Radeon RX > 6700/6700 XT/6750 XT / 6800M/6850M XT] (rev df)` > > - LT >