[Bug 253120] graphics/drm-fbsd13-kmod installs unneeded modules

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Feb 1 16:56:12 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253120

--- Comment #2 from jakub_lach at mailplus.pl ---
(In reply to Niclas Zeising from comment #1)

Hello, 

I use MODULES_OVERRIDE=, nontheless, when I build kernel, radeonkms.ko,
amdgpu.ko and i915kms.ko are build together and installed under /boot/kernel/.
I only need i915kms. (see below)

$ make installkernel

<...>

===> drm-fbsd13-kmod (install)
===> drm-fbsd13-kmod/linuxkpi (install)
install -T release -o root -g wheel -m 555   linuxkpi_gplv2.ko /boot/kernel/
===> drm-fbsd13-kmod/ttm (install)
install -T release -o root -g wheel -m 555   ttm.ko /boot/kernel/
===> drm-fbsd13-kmod/drm (install)
install -T release -o root -g wheel -m 555   drm.ko /boot/kernel/
===> drm-fbsd13-kmod/amd (install)
===> drm-fbsd13-kmod/amd/amdgpu (install)
install -T release -o root -g wheel -m 555   amdgpu.ko /boot/kernel/
===> drm-fbsd13-kmod/radeon (install)
install -T release -o root -g wheel -m 555   radeonkms.ko /boot/kernel/
===> drm-fbsd13-kmod/i915 (install)
install -T release -o root -g wheel -m 555   i915kms.ko /boot/kernel/
kldxref /boot/kernel
--------------------------------------------------------------
>>> Installing kernel STRIPPED completed on Mon Feb  1 17:54:51 CET 2021
--------------------------------------------------------------

The ones under /boot/modules are provided by ports
(drm-fbsd13-kmod-5.4.62.g20210122_3), as I understand.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list