Index: head/graphics/drm-devel-kmod/Makefile =================================================================== --- head/graphics/drm-devel-kmod/Makefile (revision 484353) +++ head/graphics/drm-devel-kmod/Makefile (revision 484354) @@ -1,39 +1,40 @@ # Created by: Johannes Dieterich # $FreeBSD$ PORTNAME= drm-devel-kmod PORTVERSION= 4.16.g20181027 +PORTREVISION= 1 CATEGORIES= graphics kld MAINTAINER= jmd@FreeBSD.org COMMENT= DRM modules for the linuxkpi-based KMS components (development version) 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 drm-stable-kmod drm-legacy-kmod OPTIONS_DEFINE= DEBUG USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm GH_TAGNAME= 96b490e .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200067 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-devel-kmod/pkg-message =================================================================== --- head/graphics/drm-devel-kmod/pkg-message (revision 484353) +++ head/graphics/drm-devel-kmod/pkg-message (revision 484354) @@ -1,15 +1,15 @@ The experimental drm-devel-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="/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. +Older generations are supported by the legacy kms modules (radeonkms / +i915kms) in base or by installing graphics/drm-legacy-kmod. Index: head/graphics/drm-next-kmod/Makefile =================================================================== --- head/graphics/drm-next-kmod/Makefile (revision 484353) +++ head/graphics/drm-next-kmod/Makefile (revision 484354) @@ -1,39 +1,40 @@ # Created by: Johannes Dieterich # $FreeBSD$ PORTNAME= drm-next-kmod PORTVERSION= 4.11.g20181027 +PORTREVISION= 1 CATEGORIES= graphics 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-devel-kmod drm-stable-kmod drm-legacy-kmod OPTIONS_DEFINE= DEBUG USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm GH_TAGNAME= b545cc4 .include .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 484353) +++ head/graphics/drm-next-kmod/pkg-message (revision 484354) @@ -1,15 +1,15 @@ The 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. 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. +Older generations are supported by the legacy kms modules (radeonkms / +i915kms) in base or by installing graphics/drm-legacy-kmod. Index: head/graphics/drm-stable-kmod/Makefile =================================================================== --- head/graphics/drm-stable-kmod/Makefile (revision 484353) +++ head/graphics/drm-stable-kmod/Makefile (revision 484354) @@ -1,39 +1,40 @@ # Created by: Johannes Dieterich # $FreeBSD$ PORTNAME= drm-stable-kmod PORTVERSION= g20180822 +PORTREVISION= 1 CATEGORIES= graphics 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-devel-kmod drm-next-kmod drm-legacy-kmod OPTIONS_DEFINE= DEBUG USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm GH_TAGNAME= ef4d156 .include .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 484353) +++ head/graphics/drm-stable-kmod/pkg-message (revision 484354) @@ -1,15 +1,15 @@ The drm-stable-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="/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. +Older generations are supported by the legacy kms modules (radeonkms / +i915kms) in base or by installing graphics/drm-legacy-kmod.