Skip to content

Commit

Permalink
x11-drivers/xorgxrdp*: Recommend appending to kld_list
Browse files Browse the repository at this point in the history
Overriding the kld_list may not be what the user expects. Appending is
less intrusive.

Approved by:	portmgr blanket
  • Loading branch information
0mp committed Apr 4, 2022
1 parent b6f7ee4 commit 2aae981
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions x11-drivers/xorgxrdp-devel/Makefile
@@ -1,6 +1,7 @@
PORTNAME= xorgxrdp
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.19.b20220329
PORTREVISION= 1
CATEGORIES= x11-drivers
PKGNAMESUFFIX= -devel
DIST_SUBDIR= xrdp
Expand Down
6 changes: 3 additions & 3 deletions x11-drivers/xorgxrdp-devel/files/pkg-message.in
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion x11-drivers/xorgxrdp/Makefile
@@ -1,7 +1,7 @@
PORTNAME= xorgxrdp
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.18
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-drivers
DIST_SUBDIR= xrdp

Expand Down
6 changes: 3 additions & 3 deletions x11-drivers/xorgxrdp/files/pkg-message.in
Expand Up @@ -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
Expand Down

0 comments on commit 2aae981

Please sign in to comment.