diff options
author | Mark Felder <feld@FreeBSD.org> | 2019-10-27 21:30:17 +0800 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2019-10-27 21:30:17 +0800 |
commit | 5cebd7b70f6fa60e16a1acab36161135de39b31d (patch) | |
tree | 614993c0afa701ed2521485db771e1e5294c6622 /multimedia | |
parent | 215b933cabbfc76b47a809d02098af718f985973 (diff) | |
download | freebsd-ports-gnome-5cebd7b70f6fa60e16a1acab36161135de39b31d.tar.gz freebsd-ports-gnome-5cebd7b70f6fa60e16a1acab36161135de39b31d.tar.zst freebsd-ports-gnome-5cebd7b70f6fa60e16a1acab36161135de39b31d.zip |
multimedia/plexmediaserver-plexpass: Improve HWT instructions in pkg-message
PR: 240709
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/plexmediaserver-plexpass/Makefile | 2 | ||||
-rw-r--r-- | multimedia/plexmediaserver-plexpass/files/pkg-message.in | 18 |
2 files changed, 7 insertions, 13 deletions
diff --git a/multimedia/plexmediaserver-plexpass/Makefile b/multimedia/plexmediaserver-plexpass/Makefile index d0974ab2c100..98efa211280d 100644 --- a/multimedia/plexmediaserver-plexpass/Makefile +++ b/multimedia/plexmediaserver-plexpass/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.18.1.1973 DISTVERSIONSUFFIX=0f4abfbcc -PORTREVISION= 0 +PORTREVISION= 1 MASTER_SITES= https://downloads.plex.tv/plex-media-server-new/${DISTVERSION}-${DISTVERSIONSUFFIX}/freebsd/ PKGNAMESUFFIX= -plexpass DISTNAME= PlexMediaServer-${DISTVERSION}-${DISTVERSIONSUFFIX}-FreeBSD-${ARCH} diff --git a/multimedia/plexmediaserver-plexpass/files/pkg-message.in b/multimedia/plexmediaserver-plexpass/files/pkg-message.in index d2755251d338..fa43dee6a077 100644 --- a/multimedia/plexmediaserver-plexpass/files/pkg-message.in +++ b/multimedia/plexmediaserver-plexpass/files/pkg-message.in @@ -16,21 +16,16 @@ http://localhost:32400/web @@@ INTEL GPU OFFLOAD NOTES @@@ If you have a supported Intel GPU, you can leverage hardware -accellerated encoding/decoding in Plex Media Server on FreeBSD 12.0+. +accelerated encoding/decoding in Plex Media Server on FreeBSD 12.0+. The requirements are as follows: * Install multimedia/drm-kmod: e.g., pkg install drm-fbsd12.0-kmod -* Enable loading of kernel module on boot: sysrc kld_list+="drm" +* Enable loading of kernel module on boot: sysrc kld_list+="i915kms" ** If Plex will run in a jail, you must load the module outside the jail! -* Load the kernel module now: kldload drm - -* Install the supporting Intel VA support library for your GPU -** multimedia/libva-intel-driver: [LEGACY] Intel GMA 4500 or newer -** multimedia/libva-intel-media-driver: Intel HD 5000 (Gen8) or newer -*** This must be installed beside Plex. e.g., in the jail with Plex +* Load the kernel module now (although reboot is advised): kldload i915kms * Add plex user to the video group: pw groupmod -n video -m plex @@ -49,15 +44,14 @@ add path 'drm*' unhide add path 'drm/*' unhide * Enable the devfs ruleset for your jail. e.g., devfs_ruleset=10 in your -/etc/jail.conf or for iocage, iocage set devfs_ruleset="10" +/etc/jail.conf or for iocage, iocage set devfs_ruleset="10" Please refer to documentation for all other FreeBSD jail management utilities. -@@@ INTEL GPU OFFLOAD NOTES @@@ +* Make sure hardware transcoding is enabled in the server settings -This is the PlexPass release channel of Plex. It is bleeding edge and -new features may not function without an active PlexPass account. +@@@ INTEL GPU OFFLOAD NOTES @@@ EOM } ] |