x11-drivers/xorgxrdp*: Recommend appending to kld_list

Overriding the kld_list may not be what the user expects. Appending is
less intrusive.

Approved by:	portmgr blanket
This commit is contained in:
Mateusz Piotrowski 2022-04-04 17:11:37 +02:00
parent b6f7ee4be2
commit 2aae981c04
4 changed files with 8 additions and 7 deletions

View File

@ -1,6 +1,7 @@
PORTNAME= xorgxrdp
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.19.b20220329
PORTREVISION= 1
CATEGORIES= x11-drivers
PKGNAMESUFFIX= -devel
DIST_SUBDIR= xrdp

View File

@ -9,9 +9,9 @@ To configure hardware acceleration, follow the following steps.
# pkg install drm-kmod
2. Configure to load kernel module (either one of the following)
# sysrc kld_list="/boot/modules/i915kms.ko"
# sysrc kld_list="/boot/modules/amdgpu.ko"
# sysrc kld_list="/boot/modules/radeonkms.ko"
# sysrc kld_list+="/boot/modules/i915kms.ko"
# sysrc kld_list+="/boot/modules/amdgpu.ko"
# sysrc kld_list+="/boot/modules/radeonkms.ko"
3. Ensure users who login via xrdp are members of the "video" group
# pw groupmod video -m username|| pw groupmod wheel -m username

View File

@ -1,7 +1,7 @@
PORTNAME= xorgxrdp
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.18
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-drivers
DIST_SUBDIR= xrdp

View File

@ -9,9 +9,9 @@ To configure hardware acceleration, follow the following steps.
# pkg install drm-kmod
2. Configure to load kernel module (either one of the following)
# sysrc kld_list="/boot/modules/i915kms.ko"
# sysrc kld_list="/boot/modules/amdgpu.ko"
# sysrc kld_list="/boot/modules/radeonkms.ko"
# sysrc kld_list+="/boot/modules/i915kms.ko"
# sysrc kld_list+="/boot/modules/amdgpu.ko"
# sysrc kld_list+="/boot/modules/radeonkms.ko"
3. Ensure users who login via xrdp are members of the "video" group
# pw groupmod video -m username|| pw groupmod wheel -m username