Index: head/graphics/drm-next-kmod/Makefile =================================================================== --- head/graphics/drm-next-kmod/Makefile (revision 473932) +++ head/graphics/drm-next-kmod/Makefile (revision 473933) @@ -1,42 +1,43 @@ # Created by: Johannes Dieterich # $FreeBSD$ PORTNAME= drm-next-kmod PORTVERSION= 4.11.g20180619 +PORTREVISION= 1 CATEGORIES= graphics kld MAINTAINER= jmd@FreeBSD.org COMMENT= DRM modules for the linuxkpi-based KMS components LICENSE= BSD2CLAUSE MIT GPLv2 LICENSE_COMB= multi ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64 RUN_DEPENDS= gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod CONFLICTS_INSTALL= drm-stable-kmod OPTIONS_DEFINE= DEBUG USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm GH_TAGNAME= a753215 .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101511 IGNORE= not supported on 11.1 or older, no kernel support .endif .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200058 IGNORE= not supported on older CURRENT, no kernel support .endif .if ${OPSYS} != FreeBSD IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality) .endif .include Index: head/graphics/drm-next-kmod/pkg-message =================================================================== --- head/graphics/drm-next-kmod/pkg-message (revision 473932) +++ head/graphics/drm-next-kmod/pkg-message (revision 473933) @@ -1,15 +1,15 @@ The experimental drm-next-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. radeomkms for older AMD GPUs can be loaded and there are +/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="/boot/modules/i915kms.ko" For radeonkms: kld_list="/boot/modules/radeonkms.ko" Please ensure that all users requiring graphics are members of the "video" group. Older generations are supported by the stable kms modules (radeonkms / i915kms) in base. Index: head/graphics/drm-stable-kmod/Makefile =================================================================== --- head/graphics/drm-stable-kmod/Makefile (revision 473932) +++ head/graphics/drm-stable-kmod/Makefile (revision 473933) @@ -1,42 +1,43 @@ # Created by: Johannes Dieterich # $FreeBSD$ PORTNAME= drm-stable-kmod PORTVERSION= g20180619 +PORTREVISION= 1 CATEGORIES= graphics kld MAINTAINER= jmd@FreeBSD.org COMMENT= DRM modules for the linuxkpi-based KMS components LICENSE= BSD2CLAUSE MIT GPLv2 LICENSE_COMB= multi ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64 RUN_DEPENDS= gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod CONFLICTS_INSTALL= drm-next-kmod OPTIONS_DEFINE= DEBUG USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm GH_TAGNAME= a753215 .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101510 IGNORE= not supported on 11.1 or older, no kernel support .endif .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200045 IGNORE= not supported on older CURRENT, no kernel support .endif .if ${OPSYS} != FreeBSD IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality) .endif .include Index: head/graphics/drm-stable-kmod/pkg-message =================================================================== --- head/graphics/drm-stable-kmod/pkg-message (revision 473932) +++ head/graphics/drm-stable-kmod/pkg-message (revision 473933) @@ -1,15 +1,15 @@ The experimental drm-next-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. radeomkms for older AMD GPUs can be loaded and there are +/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="/boot/modules/i915kms.ko" For radeonkms: kld_list="/boot/modules/radeonkms.ko" Please ensure that all users requiring graphics are members of the "video" group. Older generations are supported by the stable kms modules (radeonkms / i915kms) in base.