1[
2{ type: install
3  message: <<EOM
4The drm-510-kmod port can be enabled for amdgpu (for AMD
5GPUs starting with the HD7000 series / Tahiti) or i915kms (for Intel
6APUs starting with HD3000 / Sandy Bridge) through kld_list in
7/etc/rc.conf. radeonkms for older AMD GPUs can be loaded and there are
8some positive reports if EFI boot is NOT enabled (similar to amdgpu).
9
10For amdgpu: kld_list="amdgpu"
11For Intel: kld_list="i915kms"
12For radeonkms: kld_list="radeonkms"
13
14Please ensure that all users requiring graphics are members of the
15"video" group.
16EOM
17}
18]
19