Date: Tue, 16 Aug 2022 13:32:59 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 265844] current AMD video card drivers are unreliable Message-ID: <bug-265844-227-j7sm4HmW8O@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-265844-227@https.bugs.freebsd.org/bugzilla/> References: <bug-265844-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265844 --- Comment #8 from d.a.pavlov <diyan.pavlov@libero.it> --- Closing the bug report, Reason: Not a bug Due to a lack in documentation this issue can be mistaken for a bug. The correct way of installing the drm drivers is the following: required packages: drm-kmod gpu-firmware-amd-kmod-pitcairn (single package) *remove packages unrelated to "Pitcairn" /boot/loader.conf hw.syscons.disable=3D1 kern_vty=3Dvt /etc/rc.conf kld_list=3D"amdgpu" *loading the driver at RC init is the correct timing. *do not load drivers from the bootloader or manually. /boot/modules delete files named i915* and radeon* files named amdgpu must be present. output of kldstat: 2 1 0xffffffff82400000 31fd70 amdgpu.ko 3 2 0xffffffff82320000 7f020 drm.ko 4 3 0xffffffff823a0000 cbc8 linuxkpi_gplv2.ko driver related packages installed: gpu-firmware-amd-kmod-pitcairn drm-54-kmod or drm-kmod --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265844-227-j7sm4HmW8O>