From f350c3aeb085773288d217aba8dbab6d62176d5b Mon Sep 17 00:00:00 2001 From: fleaz Date: Thu, 30 Jan 2025 18:34:36 +0100 Subject: [PATCH] nixos/doc/manual: Update opengl section for Intel Intel removed support for <12th Gen from the intel-compute-runtime package, so people with older CPUs will need to install the legacy package. --- nixos/doc/manual/configuration/gpu-accel.chapter.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/nixos/doc/manual/configuration/gpu-accel.chapter.md b/nixos/doc/manual/configuration/gpu-accel.chapter.md index 8afa2807b7b6..39c5abffb5c2 100644 --- a/nixos/doc/manual/configuration/gpu-accel.chapter.md +++ b/nixos/doc/manual/configuration/gpu-accel.chapter.md @@ -64,15 +64,14 @@ enables OpenCL support: ### Intel {#sec-gpu-accel-opencl-intel} -[Intel Gen8 and later -GPUs](https://en.wikipedia.org/wiki/List_of_Intel_graphics_processing_units#Gen8) -are supported by the Intel NEO OpenCL runtime that is provided by the -intel-compute-runtime package. The proprietary Intel OpenCL runtime, in -the intel-ocl package, is an alternative for Gen7 GPUs. +[Intel Gen12 and later GPUs](https://en.wikipedia.org/wiki/List_of_Intel_graphics_processing_units#Gen12) +are supported by the Intel NEO OpenCL runtime that is provided by the `intel-compute-runtime` package. +The previous generations (8,9 and 11), have been moved to the `intel-compute-runtime-legacy1` package. +The proprietary Intel OpenCL runtime, in the `intel-ocl` package, is an alternative for Gen7 GPUs. -The intel-compute-runtime or intel-ocl package can be added to +Both `intel-compute-runtime` packages, as well as the `intel-ocl` package can be added to [](#opt-hardware.graphics.extraPackages) -to enable OpenCL support. For example, for Gen8 and later GPUs, the following +to enable OpenCL support. For example, for Gen12 and later GPUs, the following configuration can be used: ```nix