intel gpu drivers for jellyfin


joelones

Recommended Posts

On 9/7/2023 at 5:26 AM, JorgeB said:

Intel driver is included, please post the diagnostics.

Apparently `/dev/dri/*` which I pass into the jellyfin docker does not exist.

 

root@clarabell:/boot/config# intel_gpu_top -L
No GPU devices found

 

Tried this, but modprobe just hangs:

 

mkdir -p /boot/config/modprobe.d
echo "options i915 enable_fbc=1 enable_guc=3" > /boot/config/modprobe.d/i915.conf

 

Here is the diagnostics:

 

root@clarabell:~# lsmod | grep intel
intel_rapl_msr         16384  0
intel_rapl_common      24576  1 intel_rapl_msr
intel_powerclamp       16384  0
kvm_intel             282624  4
iosf_mbi               20480  2 i915,intel_rapl_common
kvm                   983040  1 kvm_intel
crc32c_intel           24576  2
ghash_clmulni_intel    16384  0
aesni_intel           393216  0
crypto_simd            16384  1 aesni_intel
cryptd                 24576  2 crypto_simd,ghash_clmulni_intel
intel_cstate           20480  0
intel_gtt              24576  1 i915
agpgart                40960  2 intel_gtt,ttm
intel_uncore          200704  0
intel_pmc_core         49152  0

 

clarabell-diagnostics-20230912-1149.zip

Edited by joelones
Link to comment

The iGPU is being detected and the driver is loading:

 

00:02.0 VGA compatible controller [0300]: Intel Corporation CometLake-S GT2 [UHD Graphics 630] [8086:9bc8] (rev 03)
    DeviceName: Onboard - Video
    Subsystem: ASUSTeK Computer Inc. CometLake-S GT2 [UHD Graphics 630] [1043:8694]
    Kernel driver in use: i915
    Kernel modules: i915

 

Cannot help with Jellifyn and /dev/dri, maybe someone else can.

Link to comment
4 hours ago, Mainfrezzer said:

Theres a call trace related to i915, 

did you try to add enable_dc=0 yet?

No I reverted back to 6.12.3 which is working fine.

 

I would add this as the following:

 

mkdir -p /boot/config/modprobe.d echo "options i915 enable_fbc=1 enable_guc=3" > /boot/config/modprobe.d/i915.conf

mkdir -p /boot/config/modprobe.d
echo "options i915 enable_dc=0" > /boot/config/modprobe.d/i915.conf

 

what does this do?

 

for 6.12.3, no need to add the modprobe lines, it just works. odd

Edited by joelones
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.