1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/graphics/drm-fbsd11.2-kmod/pkg-message
Joseph Mingrone 0b34821ade graphics/drm-fbsd{11.2,12.0}-kmod: Update pkg-message with new names
PR:		235726
Approved by:	graphics (jmd)
Differential Revision:	https://reviews.freebsd.org/D19189
2019-02-14 02:09:53 +00:00

16 lines
681 B
Plaintext

The drm-fbsd11.2-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 legacy kms modules (radeonkms /
i915kms) in base or by installing graphics/drm-legacy-kmod.