Server Version#: 1.41.9.9961-46083195d
Player Version#:
<If providing server logs please do NOT turn on verbose logging, only debug logging should be enabled>
When installing plexmedia server get the following:
PlexMediaServer install: Intel i915 Hardware: Not found
This with /etc/default/grub of GRUB_CMDLINE_LINUX_DEFAULT=“i915.force_probe=4908 xe.force_probe=!4908” . Have also tried the reverse with i915 before blocked and using the xe driver.
with i915 driver loaded, jellyfin works, ffmpeg qsv works, intel_gpu_top works
In plex settings, the transcoding settings say Hardware transcoding device Auto Intel DG1 [Iris Xe Graphics] , neither Auto or the Intel DG1 setting work. Transcoding will just be cpu.
So does the DG1 not just work with plex? My only saving grace is that maybe the DG1 is like battlemage and will need the Intel Media stuff inside of Plex to be updated. But I cant find any info on that (DG1 should be old enough to work in plex shouldnt it?)
I found out why plex isnt detecting i915, the .deb file preinst checks cpuinfo for Intel, Im running an AMD cpu with this discrete card, of course thats not the issue with plex not being able to transcode.
libva: /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Cache/va-dri-linux-x86_64/iHD_drv_video.so init failed
Im assuming its something to do with this, so still stuck. (and highly doubt a new Intel media driver is the problem, this card is older than Arc, and Arc is working?)
So you have an AMD CPU and a discrete Intel GPU?
That explains why detection did what it did.
You must install the Intel-provided drivers for the card
just as Nvidia users need to install Nvidia drivers.
The package installer is not programmed to look for discrete Intel GPUs.
Once there is transcoder support for the GPU, and I see how it presents itself, then I can update the DEB installer to look for it and report.
Yes, the XE-DG1 is a discrete Intel pci-e video card.
Intel drivers are installed, ffmpeg can use quicksync, jellyfin can use quicksync, so the card is working, except plex does not work. Was hoping the logs would shed more light on why.