mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
383634f2bd
Install kernel module sources and makefiles to $PREFIX/sys/modules/drm-current-kmod. This permits kernel builds to build the DRM modules as part of buildkernel via the LOCAL_MODULES framework. These modules are installed to the kernel's directory and are then preferred to the generic modules installed in /boot/modules. The installation of sources is controlled by a new SOURCES option which defaults to on. Reviewed by: zeising, manu Differential Revision: https://reviews.freebsd.org/D20990
22 lines
702 B
Plaintext
22 lines
702 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
The experimental drm-current-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="i915kms"
|
|
For radeonkms: kld_list="radeonkms"
|
|
|
|
Please ensure that all users requiring graphics are members of the
|
|
"video" group.
|
|
|
|
Older generations are supported by the legacy kms modules (radeonkms /
|
|
i915kms) in base or by installing graphics/drm-legacy-kmod.
|
|
EOM
|
|
}
|
|
]
|