Port details on branch 2022Q2 |
- drm-devel-kmod DRM modules for the linuxkpi-based KMS components (development version)
- 5.7.19.g20220223 graphics
=0 5.7.19.g20220223Version of this port present on the latest quarterly branch. IGNORE: not supported on older CURRENT/STABLE, no kernel support
- Maintainer: x11@FreeBSD.org
 - Port Added: 2022-04-24 08:23:45
- Last Update: 2022-04-26 08:34:45
- Commit Hash: 6d8a163
- Also Listed In: kld kld
- License: BSD2CLAUSE MIT GPLv2
- WWW:
- https://github.com/freebsd/drm-kmod
- Description:
- amdgpu, i915, and radeon DRM modules for the linuxkpi-based
KMS components.
Currently corresponding to Linux 5.5.19 DRM.
This version is the development version and only works on FreeBSD CURRENT.
WWW: https://github.com/freebsd/drm-kmod
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- drm-devel-kmod>0:graphics/drm-devel-kmod
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/graphics/drm-devel-kmod/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install graphics/drm-devel-kmod
- pkg install drm-devel-kmod
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: drm-devel-kmod
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 i386 powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1650961877
SHA256 (freebsd-drm-kmod-5.7.19.g20220223-drm_v5.7.19_4_GH0.tar.gz) = 69fc75f2a220754e9fae604709b7ae92692c2518fd78cbace67ae4310fe7a37b
SIZE (freebsd-drm-kmod-5.7.19.g20220223-drm_v5.7.19_4_GH0.tar.gz) = 18759424
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- gpu-firmware-kmod>=g20200914 : graphics/gpu-firmware-kmod
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for drm-devel-kmod-5.7.19.g20220223:
DEBUG=off: Build with debugging support
===> Use 'make config' to modify these settings
- Options name:
- graphics_drm-devel-kmod
- USES:
- kmod uidfix compiler:c++11-lang
- pkg-message:
- For install:
- The experimental drm-devel-kmod port can be enabled for amdgpu (for AMD
GPUs starting with the HD7000 series / Tahiti), radeonkms for older AMD GPUs
or i915kms (for Intel APUs starting with HD3000 / Sandy Bridge, possibly even
older) through kld_list in /etc/rc.conf.
For amdgpu and radeonkms, there have been reports of issues when using UEFI
firmware boot. You might need to disable the console by adding
hw.syscons.disable=1 to /boot/loader.conf . Please note that this will
disable the console until the graphics driver is loaded.
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.
- Master Sites:
|