about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJonas Chevalier <zimbatm@zimbatm.com>2024-01-09 09:49:29 +0100
committerGitHub <noreply@github.com>2024-01-09 09:49:29 +0100
commit3f77dbdbd09b5a61763a63718eaaae509c6cc4b2 (patch)
tree17cbca7166cf5f95c1416519ab4f598aabe220b4 /nixos
parent99d3b3d7bf2a21e688fab66276666630635f901a (diff)
parent337036cffaeaac8226b0c8426a25b0ba1c835b3e (diff)
Merge pull request #279578 from trofi/beignet-drop
beignet: remove the package
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/configuration/gpu-accel.chapter.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/nixos/doc/manual/configuration/gpu-accel.chapter.md b/nixos/doc/manual/configuration/gpu-accel.chapter.md
index dfccdf291b736..aa63aec61669b 100644
--- a/nixos/doc/manual/configuration/gpu-accel.chapter.md
+++ b/nixos/doc/manual/configuration/gpu-accel.chapter.md
@@ -65,12 +65,10 @@ hardware.opengl.extraPackages = [
 [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. For Gen7 GPUs, the deprecated Beignet
-runtime can be used, which is provided by the beignet package. The
-proprietary Intel OpenCL runtime, in the intel-ocl package, is an
-alternative for Gen7 GPUs.
+intel-compute-runtime package. The proprietary Intel OpenCL runtime, in
+the intel-ocl package, is an alternative for Gen7 GPUs.
 
-The intel-compute-runtime, beignet, or intel-ocl package can be added to
+The intel-compute-runtime or intel-ocl package can be added to
 [](#opt-hardware.opengl.extraPackages)
 to enable OpenCL support. For example, for Gen8 and later GPUs, the following
 configuration can be used: