I go wit this article to the letter
docs.freebsd.org
After that i got this error drm dsc precompute is not needed
found this
bugs.freebsd.org
So I've been having these issues since a few weeks now where my FreeBSD restarts and crashes with some GPU errors and I was wondering if anyone else was suffering the same problems?
Solved by installed graphics/drm-61-kmod from ports in 14.2.
Then this
From github.com/freebsd/drm-kmod issue drm-515-kmod: Loss of display signal with RX 6800 XT #244
Now im baffled as heck
Should i go to single user mode and somehow remove drm-515-kmod ?
I will do it right away if i only know how
If I manage to remove this i can try to compile this port
www.freshports.org
should i remove it from /etc/rc.conf then remove actual package with pkg remove
or rather go with # kldstat followed by kldunload -i ID or kldunload module-name
then proceed with removing popper line /etc/rc.conf
and in the end remove a package with pkg remove drm-kmod.
Then compile /graphics/gpu-firmware-kmod or should I use some other metods
If it was slackware or debian i would know what to do but on bsd im clueless
Damn my lack of bsd knowledge annoys me more then you can imagine
Chapter 5. The X Window System
This chapter describes how to install and configure the X Window System providing a graphical environment
After that i got this error drm dsc precompute is not needed
found this
274770 – graphics/drm-515-kmod - 6750XT panic / hard crashes AMDGPU
So I've been having these issues since a few weeks now where my FreeBSD restarts and crashes with some GPU errors and I was wondering if anyone else was suffering the same problems?
Solved by installed graphics/drm-61-kmod from ports in 14.2.
- thedaemon
- 6750xt amdgpu drm-kmod xorg amdgpu
- Replies: 27
- Forum: Display Servers
Then this
Try installing meta port graphics/gpu-firmware-kmodI have install drm-515-kmod and gpu-firmware-amd-kmod
From github.com/freebsd/drm-kmod issue drm-515-kmod: Loss of display signal with RX 6800 XT #244
evadot commented Mar 25, 2023 on Mar 25, 2023
Looks like you might need more firmwares.
Some AMD GPU needs firmware from other generation (usually for video decoding etc ...), can you test installing the meta package gpu-firmware-kmod (which will install all the firmwares) and try again ?
If that works please paste again dmesg as it will contain the name of...
Now im baffled as heck
Should i go to single user mode and somehow remove drm-515-kmod ?
I will do it right away if i only know how
If I manage to remove this i can try to compile this port
FreshPorts -- graphics/gpu-firmware-kmod: Firmware modules for the drm-kmod drivers
Meta port for the firmware modules for the DRM drivers.

should i remove it from /etc/rc.conf then remove actual package with pkg remove
or rather go with # kldstat followed by kldunload -i ID or kldunload module-name
then proceed with removing popper line /etc/rc.conf
and in the end remove a package with pkg remove drm-kmod.
Then compile /graphics/gpu-firmware-kmod or should I use some other metods
If it was slackware or debian i would know what to do but on bsd im clueless
Damn my lack of bsd knowledge annoys me more then you can imagine