Hello everyone,
I am having trouble activating hardware acceleration for AI workloads on my Zorin OS 18
My Setup:
- CPU: Intel Core Ultra 9 185H (Meteor Lake architecture)
- Integrated GPU: Intel Arc Graphics
- Use case: Running local LLMs (via Ollama / llama.cpp and zed editor) using the Arc iGPU.
For these tools to utilize the Intel iGPU, the Intel Compute Runtime drivers—specifically the intel-level-zero-gpu package—are required. Since this package is not in the default Ubuntu/Zorin repositories
[https://repositories.intel.com/gpu/ubuntu](https://repositories.intel.com/gpu/ubuntu) noble client
However, when running the installation, apt fails with an unresolved dependency conflict:
The following packages have unmet dependencies:
intel-level-zero-gpu : Depends: libigdgmm12 (>= 22.3.19) but 22.3.17+ds1-1ubuntu1 is to be installed
intel-opencl-icd : Depends: libigdgmm12 (>= 22.5.2) but 22.3.17+ds1-1ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.
I didn't want to break the dependencies of the distro.
Does anyone know can help me with it?
Thank you
I appreciate it