freebsd-ports/graphics/drm-510-kmod/pkg-message
Emmanuel Vadot 7377fed7a0 graphics/drm-510-kmod: Add new port
Add new ports that track drm from Linux 5.10
This ports works on 13.1 and above.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
2022-05-01 19:23:25 +02:00

19 lines
552 B
Plaintext

[
{ type: install
message: <<EOM
The drm-510-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.
EOM
}
]