Jellyfin: Difference between revisions
Technics303 (talk | contribs) Add a troubleshooting section on Intel QSV paragraph, refresh packages name, clarify packages needed for certain CPU / GPU. |
m Fixed missing bracket and semicolon in hardware acceleration module code. |
||
Line 120: | Line 120: | ||
}; | }; | ||
systemd.services.jellyfin.environment.LIBVA_DRIVER_NAME = "iHD"; # Or "i965" if using older driver | systemd.services.jellyfin.environment.LIBVA_DRIVER_NAME = "iHD"; # Or "i965" if using older driver | ||
environment.sessionVariables = { LIBVA_DRIVER_NAME = "iHD"; # Same here | environment.sessionVariables = { LIBVA_DRIVER_NAME = "iHD"; }; # Same here | ||
hardware.graphics = { | hardware.graphics = { | ||
enable = true; | enable = true; |