Skip to content

Commit

Permalink
Merge pull request #589 from Shadowghost/secure-arch-install
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill committed Jul 8, 2023
2 parents f65ef59 + c55058c commit 1a360fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/general/administration/hardware-acceleration/amd.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,14 +361,14 @@ Root permission is required.
- [rocm-opencl-runtime](https://archlinux.org/packages/community/x86_64/rocm-opencl-runtime/)
```shell
sudo pacman -Sy libva-mesa-driver vulkan-radeon rocm-opencl-runtime
sudo pacman -Syu libva-mesa-driver vulkan-radeon rocm-opencl-runtime
sudo sh -c "echo ROC_ENABLE_PRE_VEGA=1 >> /etc/profile"
```
3. Check the VA-API codecs:
```shell
sudo pacman -Sy libva-utils
sudo pacman -Syu libva-utils
sudo vainfo --display drm --device /dev/dri/renderD128
```
Expand Down Expand Up @@ -590,7 +590,7 @@ Root permission is required.
- On Arch Linux:
```shell
sudo pacman -Sy radeontop
sudo pacman -Syu radeontop
```
2. Play a video in the Jellyfin web client and trigger a video transcoding by setting a lower resolution or bitrate.
Expand Down
6 changes: 3 additions & 3 deletions docs/general/administration/hardware-acceleration/intel.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ Root permission is required.
3. Check the QSV / VA-API codecs and the OpenCL runtime status:

```shell
sudo pacman -Sy libva-utils
sudo pacman -Syu libva-utils
sudo vainfo --display drm --device /dev/dri/renderD128
sudo /usr/lib/jellyfin-ffmpeg/ffmpeg -v verbose -init_hw_device vaapi=va:/dev/dri/renderD128 -init_hw_device opencl@va
```
Expand Down Expand Up @@ -747,7 +747,7 @@ Root permission is required.
- On Arch Linux:

```shell
sudo pacman -Sy intel-gpu-tools
sudo pacman -Syu intel-gpu-tools
```

2. Play a video in Jellyfin web client and trigger a video transcoding by setting a lower resolution or bitrate.
Expand Down Expand Up @@ -863,7 +863,7 @@ Root permission is required.
- On Arch Linux:

```shell
sudo pacman -Sy linux-firmware
sudo pacman -Syu linux-firmware
```

- Pull firmwares from Linux repository directly:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Root permission is required.
- <https://wiki.archlinux.org/title/NVIDIA#Installation>

```shell
sudo pacman -Sy nvidia-utils
sudo pacman -Syu nvidia-utils
```

3. Check the NVIDIA GPU status by using `nvidia-smi`:
Expand Down

0 comments on commit 1a360fb

Please sign in to comment.