From <https://www.freshports.org/graphics/drm-current-kmod/#message: > … Older generations are supported by the legacy kms modules > (radeonkms / i915kms) in base or by installing > graphics/drm-legacy-kmod. ---- From <https://www.freshports.org/graphics/drm-fbsd13-kmod/#message>: > The experimental drm-current-kmod port can be enabled for amdgpu (for AMD > GPUs starting with the HD7000 series / Tahiti) or i915kms (for Intel > APUs starting with HD3000 / Sandy Bridge) through kld_list in > /etc/rc.conf. radeonkms for older AMD GPUs can be loaded and there are > some positive reports if EFI boot is NOT enabled (similar to amdgpu). > > For amdgpu: kld_list="amdgpu" > For Intel: kld_list="i915kms" > For radeonkms: kld_list="radeonkms" > > Please ensure that all users requiring graphics are members of the > "video" group. > > Older generations are supported by the legacy kms modules (radeonkms / > i915kms) in base or by installing graphics/drm-legacy-kmod. In lieu of: > The experimental drm-current-kmod port – I suggest > This port (It's not drm-current-kmod, and I assume that graphics/drm-fbsd13-kmod is not experimental.) ---- For both packages, <https://www.freshports.org/graphics/drm-legacy-kmod/> for graphics/drm-legacy-kmod reminds us: > DEPRECATED: Obsolete version, use drm-kmod
A commit references this bug: Author: manu Date: Sat Jan 30 12:06:11 UTC 2021 New revision: 563288 URL: https://svnweb.freebsd.org/changeset/ports/563288 Log: graphics/drm-{current,fbsd13}-kmod: Update pkg-message Replace port name with the correct one. Remove mention to drm-legacy-kmod as it was removed. PR: 253092 MFH: 2021Q1 Changes: head/graphics/drm-current-kmod/Makefile head/graphics/drm-current-kmod/pkg-message head/graphics/drm-fbsd13-kmod/Makefile head/graphics/drm-fbsd13-kmod/pkg-message
A commit references this bug: Author: manu Date: Sat Jan 30 12:07:32 UTC 2021 New revision: 563289 URL: https://svnweb.freebsd.org/changeset/ports/563289 Log: MFH: r563288 graphics/drm-{current,fbsd13}-kmod: Update pkg-message Replace port name with the correct one. Remove mention to drm-legacy-kmod as it was removed. PR: 253092 Changes: _U branches/2021Q1/ branches/2021Q1/graphics/drm-current-kmod/Makefile branches/2021Q1/graphics/drm-current-kmod/pkg-message branches/2021Q1/graphics/drm-fbsd13-kmod/Makefile branches/2021Q1/graphics/drm-fbsd13-kmod/pkg-message
Fixed, thanks for reporting this.
Thanks!