Skip to content

Commit

Permalink
Merge pull request #719 from tannisroot/patch-1
Browse files Browse the repository at this point in the history
Add clarification about guc/huc check tutorial
  • Loading branch information
Shadowghost authored Oct 23, 2023
2 parents 2d2d83b + 2eb70c8 commit 4a493fc
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions docs/general/administration/hardware-acceleration/intel.md
Original file line number Diff line number Diff line change
Expand Up @@ -906,13 +906,20 @@ Root permission is required.
sudo cat /sys/kernel/debug/dri/0/gt/uc/guc_info
sudo cat /sys/kernel/debug/dri/0/gt/uc/huc_info
```

Check failure on line 909 in docs/general/administration/hardware-acceleration/intel.md

View workflow job for this annotation

GitHub Actions / Lint Markdown

Trailing spaces [Expected: 0 or 2; Actual: 3]
- If you get a `No such file or directory` error when running the last two commands, try querying a `dri` device with a different number, for example `1`:

On very old kernels (4.16-) the last two commands can be like this:
```shell
sudo cat /sys/kernel/debug/dri/1/gt/uc/guc_info
sudo cat /sys/kernel/debug/dri/1/gt/uc/huc_info
```

```shell
sudo cat /sys/kernel/debug/dri/0/i915_guc_load_status
sudo cat /sys/kernel/debug/dri/0/i915_huc_load_status
```
- On very old kernels (4.16-) the last two commands can be like this:

```shell
sudo cat /sys/kernel/debug/dri/0/i915_guc_load_status
sudo cat /sys/kernel/debug/dri/0/i915_huc_load_status
```

5. Now you can safely enable the Intel Low-Power encoder in the Jellyfin dashboard.

Expand Down

0 comments on commit 4a493fc

Please sign in to comment.