Skip to content

Commit

Permalink
Merge branch 'master' into install-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface authored Oct 28, 2023
2 parents 71dc793 + 46f6128 commit ad70133
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 23 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 @@ -907,12 +907,19 @@ Root permission is required.
sudo cat /sys/kernel/debug/dri/0/gt/uc/huc_info
```

On very old kernels (4.16-) the last two commands can be like this:
- 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`:

```shell
sudo cat /sys/kernel/debug/dri/0/i915_guc_load_status
sudo cat /sys/kernel/debug/dri/0/i915_huc_load_status
```
```shell
sudo cat /sys/kernel/debug/dri/1/gt/uc/guc_info
sudo cat /sys/kernel/debug/dri/1/gt/uc/huc_info
```

- 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
6 changes: 6 additions & 0 deletions docs/general/administration/hardware-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ For a Jellyfin server, the following is recommended:
- Storage: 60GB SSD storage for Jellyfin files and transcoding cache.
- Graphics: Intel HD 6xx (7th gen integrated graphics) or newer, Nvidia GTX 16 / RTX 20 series or newer (excluding GTX 1650). Intel recommended over Nvidia, AMD and Apple Silicon not recommended.

:::note These are Recommended Specs

These specs are the **recommended** specs to run Jellyfin. They are not minimum requirements, and it is certainly possible to run Jellyfin on lower end hardware.

:::

:::caution Pre-built NAS Devices

Many pre-built NAS devices are underpowered. Please check your specs against the above recommendations for a good experience.
Expand Down
4 changes: 1 addition & 3 deletions docs/general/clients/css-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -790,9 +790,7 @@ Keep in mind that these posts may have been made under previous versions of Jell

### Community Themes

- [Monochromic - A custom theme for Jellyfin mediaserver created using CSS overrides](https://github.com/CTalvio/Monochromic)
- [Kaleidochromic - Yet another custom theme for Jellyfin mediaserver created using CSS overrides, built on top of Monochromic](https://github.com/CTalvio/Kaleidochromic)
- [Novachromic - A light theme, built on top of Monochromic](https://github.com/CTalvio/Novachromic)
- [Ultrachromic - A custom theme for Jellyfin mediaserver created using CSS overrides](https://github.com/CTalvio/Ultrachromic)
- [JellySkin - Vibrant Jellyfin theme with a lot a animations](https://github.com/prayag17/JellySkin)
- [JellyFlix - The Best Netflix Clone for Jellyfin](https://github.com/prayag17/JellyFlix)
- [Jellyfin Netflix Dark - The Best Netflix Dark Theme for Jellyfin Around!](https://github.com/DevilsDesigns/Jellyfin-Netflix-Dark)
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"file-loader": "6.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"sass": "1.69.2",
"sass": "1.69.4",
"swiper": "9.4.1",
"url-loader": "4.1.1"
},
Expand All @@ -60,7 +60,7 @@
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.3",
"@tsconfig/docusaurus": "2.0.1",
"@tsconfig/docusaurus": "2.0.2",
"@types/react": "17.0.67",
"@types/react-helmet": "6.1.7",
"@types/react-router-dom": "5.3.3",
Expand All @@ -79,6 +79,6 @@
"node-fetch": "3.3.2",
"prettier": "2.8.8",
"typescript": "5.2.2",
"typescript-plugin-css-modules": "5.0.1"
"typescript-plugin-css-modules": "5.0.2"
}
}

0 comments on commit ad70133

Please sign in to comment.