burmilla / os

Tiny Linux distro that runs the entire OS as Docker containers
https://burmillaos.org
Apache License 2.0
210 stars 13 forks source link

iGPU/i915 driver #124

Closed xh116 closed 2 years ago

xh116 commented 2 years ago

Thanks for Burmilla project.

I just installed it in ESXi and passthroughed intel graphic as media server decoding. But it seems no drivers for it. Is there any way to add it or just need to enable it somewhere?

image

olljanat commented 2 years ago

It looks to be listed on https://github.com/burmilla/os-kernel/blob/v4.14.x/modules/x86/modules-extra.list#L224 so enabling kernel extras should help. Look https://burmillaos.org/docs/configuration/kernel/loading-kernel-modules/#loading-extra-kernel-modules

xh116 commented 2 years ago

It looks to be listed on https://github.com/burmilla/os-kernel/blob/v4.14.x/modules/x86/modules-extra.list#L224 so enabling kernel extras should help. Look https://burmillaos.org/docs/configuration/kernel/loading-kernel-modules/#loading-extra-kernel-modules

That's it! It works now. Thanks!

olljanat commented 2 years ago

Good 👍