Skip to content
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

Open
xh116 opened this issue Dec 25, 2023 · 3 comments
Open

How to use the intel iGPU ? #1306

xh116 opened this issue Dec 25, 2023 · 3 comments
Assignees
Labels
kind/feature A feature request

Comments

@xh116
Copy link

xh116 commented Dec 25, 2023

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?

@xh116 xh116 added the kind/feature A feature request label Dec 25, 2023
@ader1990
Copy link

ader1990 commented Jan 9, 2024

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
Copy link
Author

xh116 commented Jan 9, 2024

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
Copy link

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...

@ader1990 ader1990 self-assigned this Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature A feature request
Projects
Status: 📝 Needs Triage
Development

No branches or pull requests

3 participants