fbelavenuto / arpl

Automated Redpill Loader
GNU General Public License v3.0
7.24k stars 1.57k forks source link

i915 questions #682

Open jxncxf1972 opened 1 year ago

jxncxf1972 commented 1 year ago

I installed ds920+ dsm7.0.1 using arpl under PVE, but the gpu still cannot be used after booting.After checking the modules, I find that there are some files about i915.ko in ‘/usr/lib/modules’ . UHD 630 already passthrough. Has anyone encountered the same problem? my cpu is i7-8700+B365.

mdstoll commented 1 year ago

On Intel I believe you should have your GPU device for Hardware Accelleration listed under /dev/dri

Basing this information on https://docs.linuxserver.io/images/docker-plex ->

Intel
Hardware acceleration users for Intel Quicksync will need to mount their /dev/dri video device inside of the container by passing the following command when running or creating the container:

--device=/dev/dri:/dev/dri

We will automatically ensure the abc user inside of the container has the proper permissions to access this device.

I do have to say that when I ran the DS920+ config I believe I didn't have anything listed there either, while I also am using an Intel CPU.

Or did I misunderstand your question and are you looking for something else?