-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use the intel iGPU ? #1306
Comments
Hello, can you please provide the output of this command I have a Raptor Lake CPU, and in my case the output is "UHD Graphics 770", which needs Thanks, |
I have older one, It is recognized by default. |
I have the same problerm with a different CPU:
No i915 module and no /dev/dri. I prefer not to build the module... |
Same here with Alder Lake iGPU.
|
Hello, I will make a PR with the required changes, which will trigger a github action that will build a Flatcar image with the new kernel. Thanks. |
Thank you for the effort. I did a test on ESXi 8.0 update 2 (install by flatcar-install script ). But when I add pci deivce (iGPU passthrough), It is stucked on booting. It maybe problem with ESXi , if someone else could do a test on a physical machine will be better. |
Enable Intel iGPU usage in Flatcar. The change only affects AMD64/x86 arch, as the GPU is part of the SoC. See: flatcar/Flatcar#1306
Enable Intel iGPU usage in Flatcar. The change only affects AMD64/x86 arch, as the GPU is part of the SoC. See: flatcar/Flatcar#1306
Hello @xh116, Currently I do not have a hardware env to test it either, help is welcome on that part. Saw a similar issue documented here -> https://forum.proxmox.com/threads/vm-with-mediated-i915-gpu-fails-to-start-failed-to-find-vbios-tables.101756/ with this linked document that might bring some more clarity: Most likely, in the virtualized scenario, there are extra steps to be done, like enabling iommu. Thanks. |
Hi! I have to build the dev image and test it (on proxmox). Alder Lake supports VF up to 7 virtual displays, just the host (in this case proxmox) should have iommu enabled and the kernel module loaded, the vm should have the same driver as the host. Like described here https://github.com/strongtz/i915-sriov-dkms the flatcar vm should only have a grub parameter set As soon as i can i will test the dev image and report back. |
Hi @ader1990 |
Current situation
I am running flatcar in homelab, works well. recently planning to use it as media server, seems it doesn't support intel iGPU.
Impact
for Plex/Emby/Jellyfin, which require GPU for transcoding, but intel iGPU driver not installed.
Any idea to install that?
The text was updated successfully, but these errors were encountered: