diff --git a/graphics/nvidia-drm-kmod/Makefile b/graphics/nvidia-drm-kmod/Makefile index cc226f22dbf22..b9f8216668bb9 100644 --- a/graphics/nvidia-drm-kmod/Makefile +++ b/graphics/nvidia-drm-kmod/Makefile @@ -3,7 +3,7 @@ PORTVERSION= ${NVIDIA_DISTVERSION} CATEGORIES= graphics kld MAINTAINER= ashafer@badland.io -COMMENT= NVIDIA DRM Kernel Module +COMMENT= Meta port of DRM kernel module for NVIDIA graphics hardware WWW= https://github.com/amshafer/nvidia-driver USES= metaport diff --git a/graphics/nvidia-drm-kmod/pkg-descr b/graphics/nvidia-drm-kmod/pkg-descr index 9fea5fd244d8b..2d40dbe548c5b 100644 --- a/graphics/nvidia-drm-kmod/pkg-descr +++ b/graphics/nvidia-drm-kmod/pkg-descr @@ -1 +1,15 @@ FreeBSD port of Linux's nvidia-drm.ko Kernel module. + +nvidia-drm.ko complements the x11/nvidia-driver port. It provides support for +the DRM graphics subsystem, which can then be used by userspace applications. +This is primarily useful for PRIME render offload and Wayland compositors. + +NVIDIA's 525.⋯ series of drivers was the first with full support for +nvidia-drm. + +x11/nvidia-driver was version 535.98_1 when graphics/nvidia-drm-kmod was added +to the FreeBSD ports tree. x11/nvidia-driver-470 and inferior versions lack +the requisite support. + +On FreeBSD 13.1-RELEASE and greater: this meta port will automatically install +the port of the recommended version of nvidia-drm.ko.