diff options
author | jmd <jmd@FreeBSD.org> | 2018-08-24 07:21:15 +0800 |
---|---|---|
committer | jmd <jmd@FreeBSD.org> | 2018-08-24 07:21:15 +0800 |
commit | 0f5f2bc31e648bd8976404d3bb42df021afaa22a (patch) | |
tree | a69279dd65e3ab36f17abf724aa36dea410d88ac /graphics | |
parent | 96245819bf7a9997e8819989553b2f2e7f85ade9 (diff) | |
download | freebsd-ports-gnome-0f5f2bc31e648bd8976404d3bb42df021afaa22a.tar.gz freebsd-ports-gnome-0f5f2bc31e648bd8976404d3bb42df021afaa22a.tar.zst freebsd-ports-gnome-0f5f2bc31e648bd8976404d3bb42df021afaa22a.zip |
graphics/drm-next-kmod and graphics/drm-stable-kmod: fix message
Acknowledge the reality that these ports are well tested by now.
Approved by: zeising (mentor, implicit)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/drm-next-kmod/pkg-message | 10 | ||||
-rw-r--r-- | graphics/drm-stable-kmod/pkg-message | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/graphics/drm-next-kmod/pkg-message b/graphics/drm-next-kmod/pkg-message index 210413ff29c3..2eea852fcbff 100644 --- a/graphics/drm-next-kmod/pkg-message +++ b/graphics/drm-next-kmod/pkg-message @@ -1,8 +1,8 @@ -The experimental drm-next-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). +The drm-next-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" diff --git a/graphics/drm-stable-kmod/pkg-message b/graphics/drm-stable-kmod/pkg-message index 83531b5d2460..f681ee8f95cd 100644 --- a/graphics/drm-stable-kmod/pkg-message +++ b/graphics/drm-stable-kmod/pkg-message @@ -1,8 +1,8 @@ -The experimental drm-stable-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). +The drm-stable-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" |