Skip to content

Commit

Permalink
Merge pull request #864 from jellyfin/tdp-intel-hwa-update
Browse files Browse the repository at this point in the history
Updating and clarifying Intel HWA steps on Debuntu
  • Loading branch information
solidsnake1298 authored Mar 17, 2024
2 parents 804993a + b362b63 commit e712dde
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/general/administration/hardware-acceleration/intel.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ There are some known upstream Linux Kernel and firmware issues that can affect t

- Fixed by: [drm/i915: improve the catch-all evict to handle lock contention](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3f882f2d4f689627c1566c2c92087bc3ff734953)

4. The current Debian 11 and Ubuntu 22.04 LTS may not have the required GPU firmware for Intel 12th Gen processors and ARC GPU.
4. The current Debian 11 and Ubuntu 22.04 LTS may not have the required GPU firmware for Intel 12th Gen processors and ARC GPU. Ubuntu 22.04 LTS can be switched to use Ubuntu's Hardware Enablement Stack (see #2 above) which uses a newer kernel that supports Intel 12th Gen+ and ARC GPUs.

5. The kernel support for Intel Gen 12 TGL graphics is incomplete before Linux 5.9.

Expand All @@ -335,17 +335,19 @@ There are some known upstream Linux Kernel and firmware issues that can affect t

#### Debian And Ubuntu Linux

The `jellyfin-ffmpeg5` deb package required by Jellyfin 10.8 comes with all necessary user mode Intel media drivers.

Besides that you only need to install the OpenCL runtime and configure the the permission of `jellyfin` user.
The `jellyfin-ffmpeg5` deb package comes with all necessary user mode Intel media drivers except OpenCL (see below).

:::note

Root permission is required.

:::

1. Assuming you have added the jellyfin repository to your apt source list and installed the `jellyfin-server` and `jellyfin-web`.
1. Assuming you have added the jellyfin repository to your apt source list and installed the `jellyfin-server` and `jellyfin-web`, if you choose to use vanilla ffmpeg, instead of jellyfin-ffmpeg, you will need to install the following [intel packages](https://github.com/intel/media-driver/wiki).

:::note
If you are running Debian, you will need to add "non-free" to your apt config.
:::

2. Install the `jellyfin-ffmpeg5` package. Remove the deprecated `jellyfin` meta package if it breaks the dependencies:

Expand Down

0 comments on commit e712dde

Please sign in to comment.