Trim redundant titles

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
nyanmisaka 2023-03-15 02:48:27 +08:00
parent e6041b38c3
commit fe5b46730c
4 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
---
uid: admin-hardware-acceleration-amd
title: HWA Tutorial On AMD GPU
title: AMD GPU
---
# HWA Tutorial On AMD GPU
@ -330,7 +330,7 @@ Root permission is required.
Linux Mint uses Ubuntu as its package base.
You can follow the configuration steps of [Debian And Ubuntu Linux](/docs/general/administration/hardware-acceleration/amd-hwa-tutorial#debian-and-ubuntu-linux) but install all Jellyfin packages `jellyfin-server`, `jellyfin-web` and `jellyfin-ffmpeg5` manually from the [Jellyfin Server Releases Page](https://repo.jellyfin.org/releases/server/). Also make sure you choosed the correct codename by following the [official version maps](https://linuxmint.com/download_all.php).
You can follow the configuration steps of [Debian And Ubuntu Linux](/docs/general/administration/hardware-acceleration/amd#debian-and-ubuntu-linux) but install all Jellyfin packages `jellyfin-server`, `jellyfin-web` and `jellyfin-ffmpeg5` manually from the [Jellyfin Server Releases Page](https://repo.jellyfin.org/releases/server/). Also make sure you choosed the correct codename by following the [official version maps](https://linuxmint.com/download_all.php).
#### Arch Linux
@ -383,7 +383,7 @@ Root permission is required.
/usr/lib/jellyfin-ffmpeg/ffmpeg -v debug -init_hw_device drm=dr:/dev/dri/renderD128 -init_hw_device vulkan@dr
```
6. Check to the remaining parts of [Debian And Ubuntu Linux](/docs/general/administration/hardware-acceleration/amd-hwa-tutorial#debian-and-ubuntu-linux).
6. Check to the remaining parts of [Debian And Ubuntu Linux](/docs/general/administration/hardware-acceleration/amd#debian-and-ubuntu-linux).
#### Other Distros
@ -565,7 +565,7 @@ LSIO Docker images are maintained by [linuxserver.io](https://www.linuxserver.io
Other Virtualizations are not verified and may or may not work on AMD GPU.
Refer to the [HWA Tutorial On Intel GPU - Configure With Linux Virtualization](/docs/general/administration/hardware-acceleration/intel-hwa-tutorial#configure-with-linux-virtualization) for more information.
Refer to the [HWA Tutorial On Intel GPU - Configure With Linux Virtualization](/docs/general/administration/hardware-acceleration/intel#configure-with-linux-virtualization) for more information.
### Verify On Linux

View File

@ -95,15 +95,15 @@ lshw -C display
### Intel QSV & VA-API
Click [HWA Tutorial On Intel GPU](/docs/general/administration/hardware-acceleration/intel-hwa-tutorial).
Click [Intel GPU](/docs/general/administration/hardware-acceleration/intel).
### AMD AMF & VA-API
Click [HWA Tutorial On AMD GPU](/docs/general/administration/hardware-acceleration/amd-hwa-tutorial).
Click [AMD GPU](/docs/general/administration/hardware-acceleration/amd).
### NVIDIA NVENC
Click [HWA Tutorial On NVIDIA GPU](/docs/general/administration/hardware-acceleration/nvidia-hwa-tutorial).
Click [NVIDIA GPU](/docs/general/administration/hardware-acceleration/nvidia).
### Raspberry Pi V4L2

View File

@ -1,6 +1,6 @@
---
uid: admin-hardware-acceleration-intel
title: HWA Tutorial On Intel GPU
title: Intel GPU
---
# HWA Tutorial On Intel GPU
@ -183,7 +183,7 @@ Intel supports OneVPL on Gen 12+ graphics (11th Gen Core and newer processor, na
Jellyfin server 10.8.9+ and the latest jellyfin-ffmpeg5 support Intel ARC discrete GPU on both Windows and Linux 6.2+.
You only need to follow the [Windows Setups](/docs/general/administration/hardware-acceleration/intel-hwa-tutorial#windows-setups) and [Linux Setups](/docs/general/administration/hardware-acceleration/intel-hwa-tutorial#linux-setups) to configure and verify it.
You only need to follow the [Windows Setups](/docs/general/administration/hardware-acceleration/intel#windows-setups) and [Linux Setups](/docs/general/administration/hardware-acceleration/intel#linux-setups) to configure and verify it.
:::tip
@ -264,7 +264,7 @@ There are some known upstream Linux Kernel and firmware issues that can affect t
:::
1. Intel Gen 11 [**Jasper Lake**](https://ark.intel.com/content/www/us/en/ark/products/codename/128823/products-formerly-jasper-lake.html) and [**Elkhart Lake**](https://ark.intel.com/content/www/us/en/ark/products/codename/128825/products-formerly-elkhart-lake.html) platforms (e.g. N5095, N5105, N6005, J6412) have quirks when using video encoders on Linux. The [Low-Power Encoding](/docs/general/administration/hardware-acceleration/intel-hwa-tutorial#low-power-encoding) mode MUST be configured and enabled for correct VBR and CBR bitrate control that is required by Jellyfin.
1. Intel Gen 11 [**Jasper Lake**](https://ark.intel.com/content/www/us/en/ark/products/codename/128823/products-formerly-jasper-lake.html) and [**Elkhart Lake**](https://ark.intel.com/content/www/us/en/ark/products/codename/128825/products-formerly-elkhart-lake.html) platforms (e.g. N5095, N5105, N6005, J6412) have quirks when using video encoders on Linux. The [Low-Power Encoding](/docs/general/administration/hardware-acceleration/intel#low-power-encoding) mode MUST be configured and enabled for correct VBR and CBR bitrate control that is required by Jellyfin.
- Ticket: <https://gitlab.freedesktop.org/drm/intel/-/issues/8080>
@ -406,7 +406,7 @@ Root permission is required.
Linux Mint uses Ubuntu as its package base.
You can follow the configuration steps of [Debian And Ubuntu Linux](/docs/general/administration/hardware-acceleration/intel-hwa-tutorial#debian-and-ubuntu-linux) but install all Jellyfin packages `jellyfin-server`, `jellyfin-web` and `jellyfin-ffmpeg5` manually from the [Jellyfin Server Releases Page](https://repo.jellyfin.org/releases/server/). Also make sure you choosed the correct codename by following the [official version maps](https://linuxmint.com/download_all.php).
You can follow the configuration steps of [Debian And Ubuntu Linux](/docs/general/administration/hardware-acceleration/intel#debian-and-ubuntu-linux) but install all Jellyfin packages `jellyfin-server`, `jellyfin-web` and `jellyfin-ffmpeg5` manually from the [Jellyfin Server Releases Page](https://repo.jellyfin.org/releases/server/). Also make sure you choosed the correct codename by following the [official version maps](https://linuxmint.com/download_all.php).
#### Arch Linux
@ -447,7 +447,7 @@ Root permission is required.
/usr/lib/jellyfin-ffmpeg/ffmpeg -v verbose -init_hw_device vaapi=va:/dev/dri/renderD128 -init_hw_device opencl@va
```
4. Check to the remaining parts of [Debian And Ubuntu Linux](/docs/general/administration/hardware-acceleration/intel-hwa-tutorial#debian-and-ubuntu-linux).
4. Check to the remaining parts of [Debian And Ubuntu Linux](/docs/general/administration/hardware-acceleration/intel#debian-and-ubuntu-linux).
#### Other Distros

View File

@ -1,6 +1,6 @@
---
uid: admin-hardware-acceleration-nvidia
title: HWA Tutorial On NVIDIA GPU
title: NVIDIA GPU
---
# HWA Tutorial On NVIDIA GPU
@ -123,7 +123,7 @@ Windows 10 64-bit and newer is recommeded. **In Jellyfin 10.8 the minimum requir
NVIDIA Windows driver provides access to the NVENC/NVDEC and CUDA in Windows WSL2 and Docker.
Refer to [Configure On Linux Host](/docs/general/administration/hardware-acceleration/nvidia-hwa-tutorial#configure-on-linux-host) and [Configure With Linux Virtualization](/docs/general/administration/hardware-acceleration/nvidia-hwa-tutorial#configure-with-linux-virtualization).
Refer to [Configure On Linux Host](/docs/general/administration/hardware-acceleration/nvidia#configure-on-linux-host) and [Configure With Linux Virtualization](/docs/general/administration/hardware-acceleration/nvidia#configure-with-linux-virtualization).
### Verify On Windows
@ -216,7 +216,7 @@ Root permission is required.
Linux Mint uses Ubuntu as its package base.
You can follow the configuration steps of [Debian And Ubuntu Linux](/docs/general/administration/hardware-acceleration/nvidia-hwa-tutorial#debian-and-ubuntu-linux) but install all Jellyfin packages `jellyfin-server`, `jellyfin-web` and `jellyfin-ffmpeg5` manually from the [Jellyfin Server Releases Page](https://repo.jellyfin.org/releases/server/). Also make sure you choosed the correct codename by following the [official version maps](https://linuxmint.com/download_all.php).
You can follow the configuration steps of [Debian And Ubuntu Linux](/docs/general/administration/hardware-acceleration/nvidia#debian-and-ubuntu-linux) but install all Jellyfin packages `jellyfin-server`, `jellyfin-web` and `jellyfin-ffmpeg5` manually from the [Jellyfin Server Releases Page](https://repo.jellyfin.org/releases/server/). Also make sure you choosed the correct codename by following the [official version maps](https://linuxmint.com/download_all.php).
#### Arch Linux
@ -400,7 +400,7 @@ The paths of Jellyfin config and data folders in the official and LSIO Docker im
Other Virtualizations are not verified and may or may not work on NVIDIA GPU.
Refer to the [HWA Tutorial On Intel GPU - Configure With Linux Virtualization](/docs/general/administration/hardware-acceleration/intel-hwa-tutorial#configure-with-linux-virtualization) for more information.
Refer to the [HWA Tutorial On Intel GPU - Configure With Linux Virtualization](/docs/general/administration/hardware-acceleration/intel#configure-with-linux-virtualization) for more information.
### Verify On Linux