flatcar / Flatcar

Flatcar project repository for issue tracking, project documentation, etc.
https://www.flatcar.org/
Apache License 2.0
685 stars 30 forks source link

How to use the intel iGPU ? #1306

Open xh116 opened 8 months ago

xh116 commented 8 months ago

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?

ader1990 commented 8 months ago

Hello,

can you please provide the output of this command lspci -vvv |grep -i graphic?

I have a Raptor Lake CPU, and in my case the output is "UHD Graphics 770", which needs CONFIG_DRM_I915=m. https://cateee.net/lkddb/web-lkddb/DRM_I915.html

Thanks, Adrian

xh116 commented 8 months ago
lspci -vvv |grep -i graphic
03:00.0 VGA compatible controller: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series Integrated Graphics Controller (rev 0b) (prog-if 00 [VGA controller])
    Subsystem: Intel Corporation Apollo Lake [HD Graphics 505]

I have older one, It is recognized by default. but folder of /dev/dri is empty, which means it has no driver.

Superpiffer commented 6 months ago

I have the same problerm with a different CPU:

lspci -vvv |grep -i graphic
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 500 (rev 0b) (prog-if 00 [VGA controller])
        Subsystem: Intel Corporation HD Graphics 500

No i915 module and no /dev/dri. I prefer not to build the module...