View | Details | Raw Unified | Return to bug 240709
Collapse All | Expand All

(-)b/multimedia/plexmediaserver/files/pkg-message.in (-9 / +6 lines)
Lines 16-36 http://localhost:32400/web Link Here
16
@@@ INTEL GPU OFFLOAD NOTES @@@
16
@@@ INTEL GPU OFFLOAD NOTES @@@
17
17
18
If you have a supported Intel GPU, you can leverage hardware
18
If you have a supported Intel GPU, you can leverage hardware
19
accellerated encoding/decoding in Plex Media Server on FreeBSD 12.0+.
19
accelerated encoding/decoding in Plex Media Server on FreeBSD 12.0+.
20
20
21
The requirements are as follows:
21
The requirements are as follows:
22
22
23
* Install multimedia/drm-kmod: e.g., pkg install drm-fbsd12.0-kmod
23
* Install multimedia/drm-kmod: e.g., pkg install drm-fbsd12.0-kmod
24
24
25
* Enable loading of kernel module on boot: sysrc kld_list+="drm" 
25
* Enable loading of kernel module on boot: sysrc kld_list+="i915kms"
26
** If Plex will run in a jail, you must load the module outside the jail!
26
** If Plex will run in a jail, you must load the module outside the jail!
27
27
28
* Load the kernel module now: kldload drm
28
* Load the kernel module now (although reboot is advised): kldload i915kms
29
30
* Install the supporting Intel VA support library for your GPU
31
** multimedia/libva-intel-driver: [LEGACY] Intel GMA 4500 or newer
32
** multimedia/libva-intel-media-driver: Intel HD 5000 (Gen8) or newer
33
*** This must be installed beside Plex. e.g., in the jail with Plex
34
29
35
* Add plex user to the video group: pw groupmod -n video -m plex
30
* Add plex user to the video group: pw groupmod -n video -m plex
36
31
Lines 49-59 add path 'drm*' unhide Link Here
49
add path 'drm/*' unhide
44
add path 'drm/*' unhide
50
45
51
* Enable the devfs ruleset for your jail. e.g., devfs_ruleset=10 in your
46
* Enable the devfs ruleset for your jail. e.g., devfs_ruleset=10 in your
52
/etc/jail.conf or for iocage, iocage set devfs_ruleset="10" 
47
/etc/jail.conf or for iocage, iocage set devfs_ruleset="10"
53
48
54
Please refer to documentation for all other FreeBSD jail management
49
Please refer to documentation for all other FreeBSD jail management
55
utilities.
50
utilities.
56
51
52
* Make sure hardware transcoding is enabled in the server settings
53
57
@@@ INTEL GPU OFFLOAD NOTES @@@
54
@@@ INTEL GPU OFFLOAD NOTES @@@
58
EOM
55
EOM
59
}
56
}

Return to bug 240709