Index: branches/2018Q4/graphics/drm-legacy-kmod/Makefile =================================================================== --- branches/2018Q4/graphics/drm-legacy-kmod/Makefile (revision 485045) +++ branches/2018Q4/graphics/drm-legacy-kmod/Makefile (revision 485046) @@ -1,36 +1,37 @@ # Created by: Johannes Dieterich # $FreeBSD$ PORTNAME= drm-legacy-kmod PORTVERSION= g20181031 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org COMMENT= Legacy DRM modules for the linuxkpi-based KMS components LICENSE= BSD2CLAUSE MIT GPLv2 LICENSE_COMB= multi RUN_DEPENDS= gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod USES= kmod uidfix OPTIONS_DEFINE= DEBUG CONFLICTS_INSTALL= drm-devel-kmod drm-stable-kmod drm-next-kmod USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= drm-legacy GH_TAGNAME= a6fcc19 .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200080 IGNORE= only for 12.0 or higher after removal of base components .endif .if ${OPSYS} != FreeBSD IGNORE= not supported on anything but FreeBSD .endif .include Index: branches/2018Q4/graphics/drm-legacy-kmod/pkg-descr =================================================================== --- branches/2018Q4/graphics/drm-legacy-kmod/pkg-descr (revision 485045) +++ branches/2018Q4/graphics/drm-legacy-kmod/pkg-descr (revision 485046) @@ -1,5 +1,7 @@ -Legacy DRM bits that used to be in base before their removal prior to release -of 12.0. For newer Intel and AMD hardware, please use one of the LinuxKPI-based -ports (drm-next-kmod, drm-stable-kmod, drm-devel-kmod). +Legacy DRM driver that used to be in FreeBSD base before the removal in FreeBSD +13. For newer Intel and AMD hardware, please use graphics/drm-kmod which will +pick an appropriate driver for your system. + +This version is mostly current with Linux 3.8 in terms of hardware support. WWW: https://github.com/FreeBSDDesktop/drm-legacy Index: branches/2018Q4/graphics/drm-legacy-kmod/pkg-message =================================================================== --- branches/2018Q4/graphics/drm-legacy-kmod/pkg-message (nonexistent) +++ branches/2018Q4/graphics/drm-legacy-kmod/pkg-message (revision 485046) @@ -0,0 +1,12 @@ +The drm-legacy-kmod port can be enabled for older Intel and ATI/AMD graphics +adapters as well as legacy graphics adapters through kld_list in /etc/rc.conf. + +Simply add kld_list="/boot/modules/[driver].ko to /etc/rc.conf, for example +kld_list="/boot/modules/i915kms.ko" for the intel GPU driver or +kld_list="/boot/modules/radeonkms.ko" for the ATI/AMD GPU driver. + +Please ensure that all users requiring graphics are members of the +"video" group. + +If you are having trouble with ATI/AMD graphics cards and X, try installing +xf86-video-ati-legacy instead of xf86-video-ati. Property changes on: branches/2018Q4/graphics/drm-legacy-kmod/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2018Q4 =================================================================== --- branches/2018Q4 (revision 485045) +++ branches/2018Q4 (revision 485046) Property changes on: branches/2018Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r484321,484330