Help with Intel Low-Power encoder - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Help with Intel Low-Power encoder (/t-help-with-intel-low-power-encoder) |
Help with Intel Low-Power encoder - WheelFire - 2023-06-28 Hello, I'm a bit new to all this and also not a native speaker so forgive me for any dumb mistakes 😅 I'm running the latest version of Jellyfin on an Unraid server with an Intel Core i3-10105 cpu (iGPU is UHD 630). I got hardware transcoding to work perfectly but I saw the Low-Power encoding options in the Jellyfin settings and figured it would relieve my cpu usage a bit. I've read the docs and some other things on the internet about it but I can't find out if it's safe to enable this feature. In the docs it says that to verify if the i915 HuC firmware is configured correctly you should run some commands (look here to see which ones). I've tried all three of them but they don't work because Unraid doesnt recognize the command (I've read that Unraid is running a different kind of linux called 'Slackware') Could anyone help me with checking if the firmware is configured correctly or how to configure it? Thanks in advance! RE: Help with Intel Low-Power encoder - nyanmisaka - 2023-06-28 Please share the output of "sudo dmesg | grep i915". RE: Help with Intel Low-Power encoder - WheelFire - 2023-06-28 (2023-06-28, 12:19 PM)nyanmisaka Wrote: Please share the output of "sudo dmesg | grep i915". I already did it (sorry I forgot to share) but it says it 'cannot find any crtc or sizes'. I interpreted it as it not working here is the full response: Code: [ 35.082219] i915 0000:00:02.0: vgaarb: deactivate vga console RE: Help with Intel Low-Power encoder - nyanmisaka - 2023-06-28 Code: [  7.369996] i915 0000:03:00.0: [drm] Finished loading DMC firmware i915/dg2_dmc_ver2_08.bin (v2.8) There should be GuC status in the logs. RE: Help with Intel Low-Power encoder - WheelFire - 2023-06-28 Ehh, does it matter where I put the command? I just use the terminal but maybe it should go somewhere else? Okay I tried it again in terminal and now I get this: Code: [ 35.082219] i915 0000:00:02.0: vgaarb: deactivate vga console |