about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-01-09 13:03:34 +0300
committerK900 <me@0upti.me>2024-01-09 13:03:34 +0300
commitbff9ee8862ff6df90bddaeca8369b2e1d332ce4e (patch)
tree7871f44f20037afe7fc5cd1d600f51739e3147a7 /nixos/doc
parentc999add543505bfad4d2c7be9583010225d2527e (diff)
parent1e4909f24b8cb50442c769624ae3d3a4629635f2 (diff)
downloadnixlib-bff9ee8862ff6df90bddaeca8369b2e1d332ce4e.tar
nixlib-bff9ee8862ff6df90bddaeca8369b2e1d332ce4e.tar.gz
nixlib-bff9ee8862ff6df90bddaeca8369b2e1d332ce4e.tar.bz2
nixlib-bff9ee8862ff6df90bddaeca8369b2e1d332ce4e.tar.lz
nixlib-bff9ee8862ff6df90bddaeca8369b2e1d332ce4e.tar.xz
nixlib-bff9ee8862ff6df90bddaeca8369b2e1d332ce4e.tar.zst
nixlib-bff9ee8862ff6df90bddaeca8369b2e1d332ce4e.zip
Merge remote-tracking branch 'origin/master' into staging-next
Diffstat (limited to 'nixos/doc')
-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 dfccdf291b73..aa63aec61669 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: